Home
last modified time | relevance | path

Searched refs:tt (Results 1 – 25 of 158) sorted by relevance

1234567

/linux-6.3-rc2/drivers/media/rc/
A Dttusbir.c56 if (tt->led_on != tt->is_led_on && tt->udev && in ttusbir_set_led()
58 tt->bulk_buffer[4] = tt->is_led_on = tt->led_on; in ttusbir_set_led()
190 tt = kzalloc(sizeof(*tt), GFP_KERNEL); in ttusbir_probe()
232 tt->rc = rc; in ttusbir_probe()
283 usb_fill_bulk_urb(tt->bulk_urb, tt->udev, usb_sndbulkpipe(tt->udev, in ttusbir_probe()
284 tt->bulk_out_endp), tt->bulk_buffer, sizeof(tt->bulk_buffer), in ttusbir_probe()
291 tt->is_led_on = tt->led_on = true; in ttusbir_probe()
297 usb_make_path(tt->udev, tt->phys, sizeof(tt->phys)); in ttusbir_probe()
340 if (tt) { in ttusbir_probe()
351 kfree(tt); in ttusbir_probe()
[all …]
/linux-6.3-rc2/drivers/md/
A Ddm-target.c23 struct target_type *tt; in __find_target_type() local
27 return tt; in __find_target_type()
34 struct target_type *tt; in get_target_type() local
39 if (tt && !try_module_get(tt->module)) in get_target_type()
40 tt = NULL; in get_target_type()
43 return tt; in get_target_type()
55 if (!tt) { in dm_get_target_type()
60 return tt; in dm_get_target_type()
66 module_put(tt->module); in dm_put_target_type()
77 iter_func(tt, param); in dm_target_iterate()
[all …]
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Dtt.c87 restriction = tt->restriction + tt->state; in iwl_ht_enabled()
123 restriction = tt->restriction + tt->state; in iwl_tx_ant_restriction()
134 restriction = tt->restriction + tt->state; in iwl_rx_ant_restriction()
256 old_state = tt->state; in iwl_legacy_tt_handler()
261 tt->state = IWL_TI_2; in iwl_legacy_tt_handler()
263 tt->state = IWL_TI_1; in iwl_legacy_tt_handler()
273 switch (tt->state) { in iwl_legacy_tt_handler()
317 tt->state); in iwl_legacy_tt_handler()
385 tt->state = in iwl_advance_tt_handler()
447 tt->state); in iwl_advance_tt_handler()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Drss.c101 for (tt = 0; tt < MLX5E_NUM_INDIR_TIRS; tt++) in mlx5e_rss_params_init()
109 return inner ? &rss->inner_tir[tt] : &rss->tir[tt]; in rss_get_tirp()
143 tt); in mlx5e_rss_create_tir()
207 for (tt = 0; tt < MLX5E_NUM_INDIR_TIRS; tt++) { in mlx5e_rss_create_tirs()
216 max_tt = tt; in mlx5e_rss_create_tirs()
217 for (tt = 0; tt < max_tt; tt++) in mlx5e_rss_create_tirs()
226 for (tt = 0; tt < MLX5E_NUM_INDIR_TIRS; tt++) in mlx5e_rss_destroy_tirs()
262 for (tt = 0; tt < MLX5E_NUM_INDIR_TIRS; tt++) { in mlx5e_rss_update_tirs()
268 tt, err); in mlx5e_rss_update_tirs()
437 for (tt = 0; tt < MLX5E_NUM_INDIR_TIRS; tt++) { in mlx5e_rss_packet_merge_set_param()
[all …]
A Drss.h12 mlx5e_rss_get_default_tt_config(enum mlx5_traffic_types tt);
29 u32 mlx5e_rss_get_tirn(struct mlx5e_rss *rss, enum mlx5_traffic_types tt,
32 enum mlx5_traffic_types tt,
46 u8 mlx5e_rss_get_hash_fields(struct mlx5e_rss *rss, enum mlx5_traffic_types tt);
47 int mlx5e_rss_set_hash_fields(struct mlx5e_rss *rss, enum mlx5_traffic_types tt,
A Drx_res.h34 u32 mlx5e_rx_res_get_tirn_rss(struct mlx5e_rx_res *res, enum mlx5_traffic_types tt);
35 u32 mlx5e_rx_res_get_tirn_rss_inner(struct mlx5e_rx_res *res, enum mlx5_traffic_types tt);
51 u8 mlx5e_rx_res_rss_get_hash_fields(struct mlx5e_rx_res *res, enum mlx5_traffic_types tt);
52 int mlx5e_rx_res_rss_set_hash_fields(struct mlx5e_rx_res *res, enum mlx5_traffic_types tt,
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Deswitch_offloads_termtbl.c94 tt->rule = mlx5_add_flow_rules(tt->termtbl, NULL, flow_act, in mlx5_eswitch_termtbl_create()
126 if (!mlx5_eswitch_termtbl_cmp(&tt->flow_act, &tt->dest, in mlx5_eswitch_termtbl_get_create()
135 tt = kzalloc(sizeof(*tt), GFP_KERNEL); in mlx5_eswitch_termtbl_get_create()
136 if (!tt) { in mlx5_eswitch_termtbl_get_create()
153 tt->ref_count++; in mlx5_eswitch_termtbl_get_create()
155 return tt; in mlx5_eswitch_termtbl_get_create()
157 kfree(tt); in mlx5_eswitch_termtbl_get_create()
171 if (!tt->ref_count) { in mlx5_eswitch_termtbl_put()
174 kfree(tt); in mlx5_eswitch_termtbl_put()
300 if (IS_ERR(tt)) { in mlx5_eswitch_add_termtbl_rule()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dfs_ttc.c163 int tt; in mlx5_tunnel_any_rx_proto_supported() local
165 for (tt = 0; tt < MLX5_NUM_TUNNEL_TT; tt++) { in mlx5_tunnel_any_rx_proto_supported()
242 int tt; in mlx5_generate_ttc_table_rules() local
247 for (tt = 0; tt < MLX5_NUM_TT; tt++) { in mlx5_generate_ttc_table_rules()
267 for (tt = 0; tt < MLX5_NUM_TUNNEL_TT; tt++) { in mlx5_generate_ttc_table_rules()
277 if (IS_ERR(trules[tt])) { in mlx5_generate_ttc_table_rules()
278 err = PTR_ERR(trules[tt]); in mlx5_generate_ttc_table_rules()
279 trules[tt] = NULL; in mlx5_generate_ttc_table_rules()
403 int tt; in mlx5_generate_inner_ttc_table_rules() local
408 for (tt = 0; tt < MLX5_NUM_TT; tt++) { in mlx5_generate_inner_ttc_table_rules()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lag/
A Dport_sel.c114 switch (tt) { in mlx5_lag_set_definer_inner()
203 switch (tt) { in mlx5_lag_set_definer()
360 int tt; in mlx5_lag_destroy_definers() local
378 int tt, err; in mlx5_lag_create_definers() local
455 int tt; in mlx5_lag_set_inner_ttc_params() local
463 ttc_params->dests[tt].type = in mlx5_lag_set_inner_ttc_params()
465 ttc_params->dests[tt].ft = port_sel->inner.definers[tt]->ft; in mlx5_lag_set_inner_ttc_params()
476 int tt; in mlx5_lag_set_outer_ttc_params() local
486 ttc_params->dests[tt].ft = port_sel->outer.definers[tt]->ft; in mlx5_lag_set_outer_ttc_params()
494 for (tt = 0; tt < MLX5_NUM_TUNNEL_TT; tt++) { in mlx5_lag_set_outer_ttc_params()
[all …]
/linux-6.3-rc2/net/batman-adv/
A Dtranslation-table.c109 tt = data; in batadv_choose_tt()
111 hash = jhash(&tt->vid, sizeof(tt->vid), hash); in batadv_choose_tt()
147 if (tt->vid != vid) in batadv_tt_hash_find()
153 tt_tmp = tt; in batadv_tt_hash_find()
582 if (bat_priv->tt.local_hash) in batadv_tt_local_init()
587 if (!bat_priv->tt.local_hash) in batadv_tt_local_init()
1086 crc = vlan->tt.crc; in batadv_tt_local_dump_entry()
1816 crc = vlan->tt.crc; in batadv_tt_global_dump_subentry()
2835 crc = vlan->tt.crc; in batadv_tt_global_check_crc()
2895 vlan->tt.crc = crc; in batadv_tt_global_update_crc()
[all …]
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dtt.c25 tt->throttle = false; in iwl_mvm_enter_ctkill()
26 tt->dynamic_smps = false; in iwl_mvm_enter_ctkill()
276 struct iwl_mvm_tt_mgmt *tt; in check_exit_ctkill() local
406 if (!tt->dynamic_smps && in iwl_mvm_tt_handler()
409 tt->dynamic_smps = true; in iwl_mvm_tt_handler()
450 tt->throttle = true; in iwl_mvm_tt_handler()
451 } else if (tt->throttle && !tt->dynamic_smps && in iwl_mvm_tt_handler()
452 tt->tx_backoff == tt->min_backoff && in iwl_mvm_tt_handler()
456 tt->throttle = false; in iwl_mvm_tt_handler()
836 tt->throttle = false; in iwl_mvm_thermal_initialize()
[all …]
/linux-6.3-rc2/rust/kernel/
A Dprint.rs144 ($format_string:path, false, $($arg:tt)+) => (
167 ($format_string:path, true, $($arg:tt)+) => (
211 ($($arg:tt)*) => (
235 ($($arg:tt)*) => (
259 ($($arg:tt)*) => (
283 ($($arg:tt)*) => (
307 ($($arg:tt)*) => (
331 ($($arg:tt)*) => (
356 ($($arg:tt)*) => (
382 ($($arg:tt)*) => (
[all …]
/linux-6.3-rc2/drivers/gpu/drm/ttm/
A Dttm_pool.c386 dma_addr_t *dma_addr = tt->dma_address; in ttm_pool_alloc()
387 struct page **caching = tt->pages; in ttm_pool_alloc()
388 struct page **pages = tt->pages; in ttm_pool_alloc()
417 tt->caching); in ttm_pool_alloc()
442 tt->caching); in ttm_pool_alloc()
474 num_pages = tt->num_pages - num_pages; in ttm_pool_alloc()
477 ttm_pool_free_page(pool, tt->caching, order, tt->pages[i]); in ttm_pool_alloc()
497 for (i = 0; i < tt->num_pages; ) { in ttm_pool_free()
498 struct page *p = tt->pages[i]; in ttm_pool_free()
504 if (tt->dma_address) in ttm_pool_free()
[all …]
/linux-6.3-rc2/drivers/iio/
A Dindustrialio-sw-trigger.c103 struct iio_sw_trigger_type *tt; in iio_sw_trigger_create() local
105 tt = iio_get_sw_trigger_type(type); in iio_sw_trigger_create()
106 if (!tt) { in iio_sw_trigger_create()
110 t = tt->ops->probe(name); in iio_sw_trigger_create()
114 t->trigger_type = tt; in iio_sw_trigger_create()
118 module_put(tt->owner); in iio_sw_trigger_create()
125 struct iio_sw_trigger_type *tt = t->trigger_type; in iio_sw_trigger_destroy() local
127 tt->ops->remove(t); in iio_sw_trigger_destroy()
128 module_put(tt->owner); in iio_sw_trigger_destroy()
/linux-6.3-rc2/drivers/usb/host/
A Dxhci-mtk-sch.c186 tt = *ptt; in find_tt()
188 tt = kzalloc(sizeof(*tt), GFP_KERNEL); in find_tt()
189 if (!tt) { in find_tt()
197 *ptt = tt; in find_tt()
200 return tt; in find_tt()
225 tt = *ptt; in drop_tt()
226 if (!tt || !list_empty(&tt->ep_list)) in drop_tt()
230 kfree(tt); in drop_tt()
255 tt = find_tt(udev); in create_sch_ep()
256 if (IS_ERR(tt)) { in create_sch_ep()
[all …]
A Dehci-sched.c135 tt = *ptt; in find_tt()
140 tt = kzalloc(sizeof(*tt), GFP_ATOMIC); in find_tt()
141 if (!tt) { in find_tt()
152 *ptt = tt; in find_tt()
155 return tt; in find_tt()
181 tt = *ptt; in drop_tt()
182 if (!tt || !list_empty(&tt->ps_list)) in drop_tt()
187 kfree(tt); in drop_tt()
274 if (!tt) in compute_tt_budget()
304 if (!dev1->tt || !dev2->tt) in same_tt()
[all …]
/linux-6.3-rc2/arch/arm64/crypto/
A Daes-cipher-core.S18 tt .req x2
37 ldr \reg0, [tt, \reg0, uxtw #2]
38 ldr \reg1, [tt, \reg1, uxtw #2]
44 ldrb \reg0, [tt, \reg0, uxtw]
45 ldrb \reg1, [tt, \reg1, uxtw]
52 ldr\op \reg0, [tt, \reg0, uxtw #\sz]
53 ldr\op \reg1, [tt, \reg1, uxtw #\sz]
100 adr_l tt, \ttab
112 3: adr_l tt, \ltab
/linux-6.3-rc2/include/linux/iio/
A Dsw_trigger.h48 int iio_register_sw_trigger_type(struct iio_sw_trigger_type *tt);
49 void iio_unregister_sw_trigger_type(struct iio_sw_trigger_type *tt);
54 int iio_sw_trigger_type_configfs_register(struct iio_sw_trigger_type *tt);
55 void iio_sw_trigger_type_configfs_unregister(struct iio_sw_trigger_type *tt);
/linux-6.3-rc2/include/drm/ttm/
A Dttm_tt.h116 struct ttm_tt *tt; member
120 static inline bool ttm_tt_is_populated(struct ttm_tt *tt) in ttm_tt_is_populated() argument
122 return tt->page_flags & TTM_TT_FLAG_PRIV_POPULATED; in ttm_tt_is_populated()
224 struct ttm_tt *tt);
/linux-6.3-rc2/arch/x86/crypto/
A Dcamellia_glue.c799 u64 kw4, tt; in camellia_setup_tail() local
914 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
916 SET_SUBKEY_LR(7, subRL[6] ^ tt); /* round 6 */ in camellia_setup_tail()
923 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
925 SET_SUBKEY_LR(10, subRL[11] ^ tt); /* round 7 */ in camellia_setup_tail()
934 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
936 SET_SUBKEY_LR(15, subRL[14] ^ tt); /* round 12 */ in camellia_setup_tail()
943 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
945 SET_SUBKEY_LR(18, subRL[19] ^ tt); /* round 13 */ in camellia_setup_tail()
958 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
[all …]
/linux-6.3-rc2/arch/um/os-Linux/
A Dutil.c30 struct termios tt; in raw() local
33 CATCH_EINTR(err = tcgetattr(fd, &tt)); in raw()
37 cfmakeraw(&tt); in raw()
39 CATCH_EINTR(err = tcsetattr(fd, TCSADRAIN, &tt)); in raw()
/linux-6.3-rc2/tools/lib/thermal/
A Dthermal.c21 int for_each_thermal_trip(struct thermal_trip *tt, cb_tt_t cb, void *arg) in for_each_thermal_trip() argument
25 if (!tt) in for_each_thermal_trip()
28 for (i = 0; tt[i].id != -1; i++) in for_each_thermal_trip()
29 ret |= cb(&tt[i], arg); in for_each_thermal_trip()
/linux-6.3-rc2/lib/lzo/
A Dlzo1x_compress.c130 size_t tt = t - 18; in lzo1x_1_do_compress() local
132 while (unlikely(tt > 255)) { in lzo1x_1_do_compress()
133 tt -= 255; in lzo1x_1_do_compress()
136 *op++ = tt; in lzo1x_1_do_compress()
351 size_t tt = t - 18; in lzogeneric1x_1_compress() local
353 while (tt > 255) { in lzogeneric1x_1_compress()
354 tt -= 255; in lzogeneric1x_1_compress()
357 *op++ = tt; in lzogeneric1x_1_compress()
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
A Dresource_scale.sh63 tt=${current_test}_traffic_test
64 if [[ $(type -t $tt) == "function" ]]; then
65 $tt "$target"
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum/
A Dresource_scale.sh67 tt=${current_test}_traffic_test
68 if [[ $(type -t $tt) == "function" ]]
70 $tt "$target"

Completed in 63 milliseconds

1234567