Searched refs:stc (Results 1 – 14 of 14) sorted by relevance
| /drivers/thermal/tegra/ |
| A D | soctherm.c | 523 if (!sg || !stc || !stc->init) in throttrip_program() 529 throt = stc->id; in throttrip_program() 1612 stc->priority = val; in soctherm_throt_cfg_parse() 1639 stc->name); in soctherm_throt_cfg_parse() 1676 if (!stc) { in soctherm_init_hw_throt_cdev() 1682 if (stc->init) { in soctherm_init_hw_throt_cdev() 1693 stc->init = true; in soctherm_init_hw_throt_cdev() 1705 stc->cdev = tcd; in soctherm_init_hw_throt_cdev() 1706 stc->init = true; in soctherm_init_hw_throt_cdev() 1899 if (!stc.init) in soctherm_throttle_program() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | action.h | 133 struct mlx5hws_pool_chunk stc; member 228 struct mlx5hws_pool_chunk *stc); 232 struct mlx5hws_pool_chunk *stc);
|
| A D | action_ste_pool.c | 126 &action_tbl->stc); in hws_action_ste_table_create_stc() 172 action_tbl->stc.offset); in hws_action_ste_table_alloc() 197 action_tbl->stc.offset); in hws_action_ste_table_destroy() 200 &action_tbl->stc); in hws_action_ste_table_destroy()
|
| A D | action.c | 322 struct mlx5hws_pool_chunk *stc) in mlx5hws_action_alloc_single_stc() argument 338 stc_attr->stc_offset = stc->offset; in mlx5hws_action_alloc_single_stc() 389 struct mlx5hws_pool_chunk *stc) in mlx5hws_action_free_single_stc() argument 399 stc_attr.stc_offset = stc->offset; in mlx5hws_action_free_single_stc() 567 &action->stc); in hws_action_create_stcs() 591 &action->stc); in hws_action_destroy_stcs() 1750 htonl(hit_ft_action->stc.offset); in hws_action_create_dest_match_range_fill_table() 1842 &action->stc); in mlx5hws_action_create_dest_match_range() 2228 stc_idx = htonl(action->stc.offset); in hws_action_setter_modify_header() 2289 stc_idx = htonl(action->stc.offset); in hws_action_setter_insert_ptr() [all …]
|
| A D | cmd.c | 445 attr = MLX5_ADDR_OF(create_stc_in, in, stc); in mlx5hws_cmd_stc_create() 446 MLX5_SET(stc, attr, table_type, stc_attr->table_type); in mlx5hws_cmd_stc_create() 598 attr = MLX5_ADDR_OF(create_stc_in, in, stc); in mlx5hws_cmd_stc_modify() 599 MLX5_SET(stc, attr, ste_action_offset, stc_attr->action_offset); in mlx5hws_cmd_stc_modify() 600 MLX5_SET(stc, attr, action_type, stc_attr->action_type); in mlx5hws_cmd_stc_modify() 601 MLX5_SET(stc, attr, reparse_mode, stc_attr->reparse_mode); in mlx5hws_cmd_stc_modify() 602 MLX5_SET64(stc, attr, modify_field_select, in mlx5hws_cmd_stc_modify() 606 stc_param = MLX5_ADDR_OF(stc, attr, stc_param); in mlx5hws_cmd_stc_modify()
|
| A D | action_ste_pool.h | 21 struct mlx5hws_pool_chunk stc; member
|
| A D | prm.h | 413 struct mlx5_ifc_stc_bits stc; member
|
| A D | rule.c | 343 rule->action_ste.action_tbl->stc.offset; in hws_rule_create_hws()
|
| /drivers/usb/gadget/function/ |
| A D | uvc_video.c | 52 u32 sof, stc; in uvc_video_encode_header() local 56 stc = ((u64)ts.tv_sec * USEC_PER_SEC + ts.tv_nsec / NSEC_PER_USEC) * 48; in uvc_video_encode_header() 59 put_unaligned_le32(stc, &data[pos]); in uvc_video_encode_header()
|
| /drivers/mfd/ |
| A D | si476x-i2c.c | 415 atomic_set(&core->stc, 1); in si476x_core_pronounce_dead() 510 atomic_set(&core->stc, 1); in si476x_core_get_and_signal_status()
|
| A D | si476x-cmd.c | 380 atomic_set(&core->stc, 0); in si476x_cmd_tune_seek_freq() 385 atomic_read(&core->stc)); in si476x_cmd_tune_seek_freq()
|
| /drivers/staging/media/av7110/ |
| A D | av7110.c | 1089 u64 *stc, unsigned int *base) in dvb_get_stc() argument 1117 *stc = (((uint64_t)((fwstc[3] & 0x8000) >> 15)) << 32) | in dvb_get_stc() 1121 dprintk(4, "stc = %lu\n", (unsigned long)*stc); in dvb_get_stc()
|
| /drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| A D | main.c | 5913 u8 stc; in mac80211_wlc_set_nrate() local 5914 stc = 1; /* Nss for single stream is always 1 */ in mac80211_wlc_set_nrate() 5915 rspec |= (stc << RSPEC_STC_SHIFT); in mac80211_wlc_set_nrate() 6308 u8 stc; in brcms_c_d11hdrs_mac80211() local 6311 stc = 1; in brcms_c_d11hdrs_mac80211() 6314 (stc << RSPEC_STC_SHIFT); in brcms_c_d11hdrs_mac80211()
|
| /drivers/media/dvb-core/ |
| A D | dmxdev.c | 1105 &((struct dmx_stc *)parg)->stc, in dvb_demux_do_ioctl()
|
Completed in 52 milliseconds