Searched refs:ut (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/amd-pstate/ |
| H A D | basic.sh | 27 if ! /sbin/modprobe -q -n amd-pstate-ut; then 31 if /sbin/modprobe -q amd-pstate-ut; then 32 /sbin/modprobe -q -r amd-pstate-ut
|
| /linux/drivers/ata/ |
| H A D | pata_via.c | 252 int ut; in via_do_set_mode() local 296 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 5) - 2)) : 0x03; in via_do_set_mode() 299 ut = t.udma ? (0xe8 | (clamp_val(t.udma, 2, 9) - 2)) : 0x0f; in via_do_set_mode() 302 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode() 305 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode() 321 udma_etc |= ut; in via_do_set_mode()
|
| /linux/drivers/vdpa/mlx5/net/ |
| H A D | debug.c | 98 static const char *ut = "untagged"; in mlx5_vdpa_add_rx_counters() local 108 strcpy(vidstr, ut); in mlx5_vdpa_add_rx_counters()
|
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 2028 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument 2034 for (i = 0; i < nr; i++, ut++) { in copy_templates() 2037 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates() 2038 memcpy(&t->saddr, &ut->saddr, in copy_templates() 2040 t->reqid = ut->reqid; in copy_templates() 2041 t->mode = ut->mode; in copy_templates() 2042 t->share = ut->share; in copy_templates() 2043 t->optional = ut->optional; in copy_templates() 2044 t->aalgos = ut->aalgos; in copy_templates() 2045 t->ealgos = ut in copy_templates() 2053 validate_tmpl(int nr,struct xfrm_user_tmpl * ut,u16 family,int dir,struct netlink_ext_ack * extack) validate_tmpl() argument 3003 struct xfrm_user_tmpl *ut; xfrm_add_acquire() local 3878 struct xfrm_user_tmpl *ut = (struct xfrm_user_tmpl *) (p + 1); xfrm_compile_policy() local [all...] |
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.c | 10020 const struct wmi_unit_test_arg *ut) in ath12k_wmi_send_unit_test_cmd() argument 10032 arg_len = sizeof(*ut_cmd_args) * ut->num_args; in ath12k_wmi_send_unit_test_cmd() 10043 cmd->vdev_id = cpu_to_le32(ut->vdev_id); in ath12k_wmi_send_unit_test_cmd() 10044 cmd->module_id = cpu_to_le32(ut->module_id); in ath12k_wmi_send_unit_test_cmd() 10045 cmd->num_args = cpu_to_le32(ut->num_args); in ath12k_wmi_send_unit_test_cmd() 10046 cmd->diag_token = cpu_to_le32(ut->diag_token); in ath12k_wmi_send_unit_test_cmd() 10054 for (i = 0; i < ut->num_args; i++) in ath12k_wmi_send_unit_test_cmd() 10055 ut_cmd_args[i] = cpu_to_le32(ut->args[i]); in ath12k_wmi_send_unit_test_cmd() 10059 ut->module_id, ut in ath12k_wmi_send_unit_test_cmd() [all...] |