Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 587) sorted by relevance

12345678910>>...24

/drivers/net/wireguard/
A Dpeerlookup.c10 static struct hlist_head *pubkey_bucket(struct pubkey_hashtable *table, in pubkey_bucket()
24 struct pubkey_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_pubkey_hashtable_alloc() local
35 void wg_pubkey_hashtable_add(struct pubkey_hashtable *table, in wg_pubkey_hashtable_add()
44 void wg_pubkey_hashtable_remove(struct pubkey_hashtable *table, in wg_pubkey_hashtable_remove()
54 wg_pubkey_hashtable_lookup(struct pubkey_hashtable *table, in wg_pubkey_hashtable_lookup()
73 static struct hlist_head *index_bucket(struct index_hashtable *table, in index_bucket()
85 struct index_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_index_hashtable_alloc() local
119 __le32 wg_index_hashtable_insert(struct index_hashtable *table, in wg_index_hashtable_insert()
166 bool wg_index_hashtable_replace(struct index_hashtable *table, in wg_index_hashtable_replace()
192 void wg_index_hashtable_remove(struct index_hashtable *table, in wg_index_hashtable_remove()
[all …]
A Dallowedips.c298 void wg_allowedips_init(struct allowedips *table) in wg_allowedips_init()
304 void wg_allowedips_free(struct allowedips *table, struct mutex *lock) in wg_allowedips_free()
327 int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip, in wg_allowedips_insert_v4()
338 int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip, in wg_allowedips_insert_v6()
349 int wg_allowedips_remove_v4(struct allowedips *table, const struct in_addr *ip, in wg_allowedips_remove_v4()
360 int wg_allowedips_remove_v6(struct allowedips *table, const struct in6_addr *ip, in wg_allowedips_remove_v6()
371 void wg_allowedips_remove_by_peer(struct allowedips *table, in wg_allowedips_remove_by_peer()
396 struct wg_peer *wg_allowedips_lookup_dst(struct allowedips *table, in wg_allowedips_lookup_dst()
407 struct wg_peer *wg_allowedips_lookup_src(struct allowedips *table, in wg_allowedips_lookup_src()
/drivers/net/ethernet/sfc/
A Dmcdi_filters.c349 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_insert_locked() local
581 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_internal() local
654 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_old() local
688 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_remove_safe() local
723 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_get_safe() local
1093 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_clear_rx() local
1120 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_count_rx_used() local
1149 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_get_rx_ids() local
1254 struct efx_mcdi_filter_table *table, in efx_mcdi_filter_table_probe_matches()
1304 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_table_probe() local
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/sf/
A Ddevlink.c40 mlx5_sf_lookup_by_function_id(struct mlx5_sf_table *table, unsigned int fn_id) in mlx5_sf_lookup_by_function_id()
56 mlx5_sf_alloc(struct mlx5_sf_table *table, struct mlx5_eswitch *esw, in mlx5_sf_alloc()
105 static void mlx5_sf_free(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_free()
151 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_devlink_sf_port_fn_state_get() local
232 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_devlink_sf_port_fn_state_set() local
307 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_devlink_sf_port_new() local
357 static void mlx5_sf_del(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_del()
370 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_devlink_sf_port_del() local
417 static void mlx5_sf_del_all(struct mlx5_sf_table *table) in mlx5_sf_del_all()
469 struct mlx5_sf_table *table; in mlx5_sf_table_init() local
[all …]
A Dhw_table.c61 mlx5_sf_table_fn_to_hwc(struct mlx5_sf_hw_table *table, u16 fn_id) in mlx5_sf_table_fn_to_hwc()
74 static int mlx5_sf_hw_table_id_alloc(struct mlx5_sf_hw_table *table, u32 controller, in mlx5_sf_hw_table_id_alloc()
114 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_alloc() local
162 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_free() local
183 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_deferred_free() local
219 static void mlx5_sf_hw_table_dealloc_all(struct mlx5_sf_hw_table *table) in mlx5_sf_hw_table_dealloc_all()
275 struct mlx5_sf_hw_table *table; in mlx5_sf_hw_table_init() local
332 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_cleanup() local
347 struct mlx5_sf_hw_table *table = container_of(nb, struct mlx5_sf_hw_table, vhca_nb); in mlx5_sf_hw_vhca_event() local
375 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_create() local
[all …]
/drivers/clk/
A Dclk-divider.c138 const struct clk_div_table *table, in divider_recalc_rate()
263 static int _div_round(const struct clk_div_table *table, in _div_round()
298 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv()
353 const struct clk_div_table *table, u8 width, in divider_determine_rate()
368 const struct clk_div_table *table, u8 width, in divider_ro_determine_rate()
392 const struct clk_div_table *table, in divider_round_rate_parent()
414 const struct clk_div_table *table, u8 width, in divider_ro_round_rate_parent()
477 const struct clk_div_table *table, u8 width, in divider_get_val()
549 const struct clk_div_table *table, spinlock_t *lock) in __clk_hw_register_divider()
621 const struct clk_div_table *table, spinlock_t *lock) in clk_register_divider_table()
[all …]
/drivers/md/dm-vdo/
A Dpriority-table.c56 struct priority_table *table; in vdo_make_priority_table() local
88 void vdo_free_priority_table(struct priority_table *table) in vdo_free_priority_table()
110 void vdo_reset_priority_table(struct priority_table *table) in vdo_reset_priority_table()
127 void vdo_priority_table_enqueue(struct priority_table *table, unsigned int priority, in vdo_priority_table_enqueue()
140 static inline void mark_bucket_empty(struct priority_table *table, struct bucket *bucket) in mark_bucket_empty()
155 struct list_head *vdo_priority_table_dequeue(struct priority_table *table) in vdo_priority_table_dequeue()
189 void vdo_priority_table_remove(struct priority_table *table, struct list_head *entry) in vdo_priority_table_remove()
221 bool vdo_is_priority_table_empty(struct priority_table *table) in vdo_is_priority_table_empty()
/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
A Ddev.c29 struct mlx5_sf_dev_table *table; member
40 struct mlx5_sf_dev_table *table = dev->priv.sf_dev_table; in mlx5_sf_dev_allocated() local
91 struct mlx5_sf_dev_table *table = dev->priv.sf_dev_table; in mlx5_sf_dev_add() local
150 struct mlx5_sf_dev_table *table = dev->priv.sf_dev_table; in mlx5_sf_dev_del() local
159 struct mlx5_sf_dev_table *table = container_of(nb, struct mlx5_sf_dev_table, nb); in mlx5_sf_dev_state_change_handler() local
201 static int mlx5_sf_dev_vhca_arm_all(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_vhca_arm_all()
294 static int mlx5_sf_dev_create_active_works(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_create_active_works()
310 static void mlx5_sf_dev_destroy_active_works(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_destroy_active_works()
320 struct mlx5_sf_dev_table *table; in mlx5_sf_dev_table_create() local
364 static void mlx5_sf_dev_destroy_all(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_destroy_all()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/
A Drl.c174 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry()
224 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_is_in_range() local
239 static int mlx5_rl_table_get(struct mlx5_rl_table *table) in mlx5_rl_table_get()
265 static void mlx5_rl_table_put(struct mlx5_rl_table *table) in mlx5_rl_table_put()
275 static void mlx5_rl_table_free(struct mlx5_core_dev *dev, struct mlx5_rl_table *table) in mlx5_rl_table_free()
305 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_add_rate_raw() local
366 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate_raw() local
398 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate() local
429 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_init_rl_table() local
453 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_cleanup_rl_table() local
A Deq.c96 struct mlx5_cq_table *table = &eq->cq_table; in mlx5_eq_cq_get() local
400 struct mlx5_cq_table *table = &eq->cq_table; in mlx5_eq_add_cq() local
412 struct mlx5_cq_table *table = &eq->cq_table; in mlx5_eq_del_cq() local
459 struct mlx5_eq_table *table = dev->priv.eq_table; in mlx5_eq_table_cleanup() local
648 struct mlx5_eq_table *table = dev->priv.eq_table; in create_async_eqs() local
717 struct mlx5_eq_table *table = dev->priv.eq_table; in destroy_async_eqs() local
814 struct mlx5_eq_table *table = dev->priv.eq_table; in comp_irq_release_pci() local
845 struct mlx5_eq_table *table = dev->priv.eq_table; in comp_irq_request_pci() local
861 struct mlx5_eq_table *table = dev->priv.eq_table; in comp_irq_release_sf() local
878 struct mlx5_eq_table *table = dev->priv.eq_table; in comp_irq_request_sf() local
[all …]
/drivers/infiniband/core/
A Dcache.c550 struct ib_gid_table *table; in __ib_cache_gid_add() local
605 struct ib_gid_table *table; in _ib_cache_gid_del() local
644 struct ib_gid_table *table; in ib_cache_gid_del_all_netdev_gids() local
689 struct ib_gid_table *table; in rdma_find_gid_by_port() local
743 struct ib_gid_table *table; in rdma_find_gid_by_filter() local
893 struct ib_gid_table *table; in _gid_table_setup_one() local
952 struct ib_gid_table *table; in rdma_query_gid() local
1183 struct ib_gid_table *table; in rdma_get_gid_attr() local
1220 struct ib_gid_table *table; in rdma_query_gid_table() local
1320 struct ib_gid_table *table; in rdma_read_gid_attr_ndev_rcu() local
[all …]
/drivers/cpufreq/
A Dfreq_table.c19 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in policy_has_boost_freq() local
32 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_cpuinfo()
69 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_verify()
130 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_index_unsorted() local
213 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in cpufreq_frequency_table_get_index() local
236 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local
292 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in set_freq_table_sorted() local
/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_hash.c468 struct npc_exact_table *table; in rvu_npc_exact_alloc_mem_table_entry() local
504 struct npc_exact_table *table; in rvu_npc_exact_free_id() local
521 struct npc_exact_table *table; in rvu_npc_exact_alloc_id() local
554 struct npc_exact_table *table; in rvu_npc_exact_alloc_cam_table_entry() local
723 struct npc_exact_table *table; in rvu_npc_exact_get_max_entries() local
903 struct npc_exact_table *table; in rvu_npc_exact_dealloc_table_entry() local
976 struct npc_exact_table *table; in rvu_npc_exact_alloc_table_entry() local
1021 struct npc_exact_table *table; in rvu_npc_exact_save_drop_rule_chan_and_mask() local
1093 struct npc_exact_table *table; in rvu_npc_exact_drop_rule_to_pcifunc() local
1129 struct npc_exact_table *table; in rvu_npc_exact_get_drop_rule_info() local
[all …]
/drivers/gpu/drm/imagination/
A Dpvr_mmu.c890 pvr_page_table_l2_init(struct pvr_page_table_l2 *table, in pvr_page_table_l2_init()
903 pvr_page_table_l2_fini(struct pvr_page_table_l2 *table) in pvr_page_table_l2_fini()
922 pvr_page_table_l2_sync(struct pvr_page_table_l2 *table) in pvr_page_table_l2_sync()
1066 pvr_page_table_l1_init(struct pvr_page_table_l1 *table, in pvr_page_table_l1_init()
1083 pvr_page_table_l1_free(struct pvr_page_table_l1 *table) in pvr_page_table_l1_free()
1103 pvr_page_table_l1_sync(struct pvr_page_table_l1 *table) in pvr_page_table_l1_sync()
1242 pvr_page_table_l0_init(struct pvr_page_table_l0 *table, in pvr_page_table_l0_init()
1742 struct pvr_page_table_l1 *table; in pvr_page_table_l1_get_or_insert() local
1791 struct pvr_page_table_l0 *table; in pvr_page_table_l0_get_or_insert() local
1880 struct pvr_page_table_l1 *table = in pvr_page_table_l1_alloc() local
[all …]
/drivers/acpi/acpica/
A Dtbdata.c45 struct acpi_table_header *table; in acpi_tb_compare_tables() local
88 u8 flags, struct acpi_table_header *table) in acpi_tb_init_table_descriptor()
136 struct acpi_table_header *table = NULL; in acpi_tb_acquire_table() local
185 acpi_tb_release_table(struct acpi_table_header *table, in acpi_tb_release_table()
225 u8 flags, struct acpi_table_header *table) in acpi_tb_acquire_temp_table()
948 struct acpi_table_header *table; in acpi_tb_load_table() local
1005 struct acpi_table_header *table, in acpi_tb_install_and_load_table()
1045 struct acpi_table_header *table; in ACPI_EXPORT_SYMBOL() local
/drivers/gpu/drm/i915/gt/
A Dintel_mocs.c25 const struct drm_i915_mocs_entry *table; member
453 struct drm_i915_mocs_table *table) in get_mocs_settings()
540 static u32 get_entry_control(const struct drm_i915_mocs_table *table, in get_entry_control()
554 const struct drm_i915_mocs_table *table, in __init_mocs_table()
582 const struct drm_i915_mocs_table *table) in init_mocs_table()
592 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, in get_entry_l3cc()
614 const struct drm_i915_mocs_table *table) in init_l3cc_table()
631 struct drm_i915_mocs_table table; in intel_mocs_init_engine() local
656 struct drm_i915_mocs_table table; in intel_set_mocs_index() local
666 struct drm_i915_mocs_table table; in intel_mocs_init() local
/drivers/net/wireless/broadcom/b43/
A Dtables.c366 u16 b43_ofdmtab_read16(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read16()
386 void b43_ofdmtab_write16(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write16()
403 u32 b43_ofdmtab_read32(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read32()
424 void b43_ofdmtab_write32(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write32()
443 u16 b43_gtab_read(struct b43_wldev *dev, u16 table, u16 offset) in b43_gtab_read()
449 void b43_gtab_write(struct b43_wldev *dev, u16 table, u16 offset, u16 value) in b43_gtab_write()
/drivers/gpu/drm/radeon/
A Dmkregtable.c111 struct table { struct
115 unsigned *table; member
131 static void table_offset_add(struct table *t, struct offset *offset) in table_offset_add() argument
A Dkv_dpm.c560 struct radeon_clock_voltage_dependency_table *table = in kv_program_bootup_state() local
572 struct sumo_sclk_voltage_mapping_table *table = in kv_program_bootup_state() local
796 struct radeon_clock_voltage_dependency_table *table = in kv_populate_samu_table() local
862 struct radeon_clock_voltage_dependency_table *table = in kv_populate_acp_table() local
921 struct radeon_clock_voltage_dependency_table *table = in kv_calculate_dfs_bypass_settings() local
944 struct sumo_sclk_voltage_mapping_table *table = in kv_calculate_dfs_bypass_settings() local
1557 struct sumo_sclk_voltage_mapping_table *table = in kv_set_valid_clock_range() local
1764 struct radeon_clock_and_voltage_limits *table) in kv_construct_max_power_limits_table()
1917 struct sumo_sclk_voltage_mapping_table *table = in kv_get_high_voltage_limit() local
1999 struct sumo_sclk_voltage_mapping_table *table = in kv_apply_state_adjust_rules() local
[all …]
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dsmu_helper.c53 uint32_t *table; in phm_copy_clock_limits_array() local
75 uint32_t *table; in phm_copy_overdrive_settings_limits_array() local
209 struct pp_atomctrl_voltage_table *table; in phm_trim_voltage_table() local
346 int phm_reset_single_dpm_table(void *table, in phm_reset_single_dpm_table()
362 void *table, in phm_setup_pcie_table_entry()
372 int32_t phm_get_dpm_level_enable_mask_value(void *table) in phm_get_dpm_level_enable_mask_value()
443 int phm_find_boot_level(void *table, in phm_find_boot_level()
549 struct phm_clock_voltage_dependency_table *table = in phm_apply_dal_min_voltage_request() local
674 void *smu_atom_get_data_table(void *dev, uint32_t table, uint16_t *size, in smu_atom_get_data_table()
719 struct watermarks *table = wt_table; in smu_set_watermarks_for_clocks_ranges() local
/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Dpolaris10_smumgr.c665 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_mvdd_table()
742 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_cac_table()
768 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_voltage_tables()
810 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_ulv_state()
816 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_link_level()
848 SMU74_Discrete_DpmTable *table) in polaris10_get_sclk_range_table()
1278 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_acpi_level()
1366 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_vce_level()
1416 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_samu_level()
1521 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_uvd_level()
[all …]
A Dtonga_smumgr.c303 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_vddc_table()
320 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_vdd_gfx_table()
337 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_vdd_ci_table()
367 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_mvdd_table()
392 SMU72_Discrete_DpmTable *table) in tonga_populate_cac_tables()
447 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_voltage_tables()
1174 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_acpi_level()
1368 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_vce_level()
1414 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_acp_level()
1523 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_boot_level()
[all …]
/drivers/net/ethernet/mellanox/mlx4/
A Dicm.c258 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_get()
294 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_put()
314 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, in mlx4_table_find()
382 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_get_range()
406 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_put_range()
415 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_init_icm_table()
481 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table) in mlx4_cleanup_icm_table()
/drivers/net/wireguard/selftest/
A Dallowedips.c83 struct hlist_node table; member
90 static __init void horrible_allowedips_init(struct horrible_allowedips *table) in horrible_allowedips_init()
95 static __init void horrible_allowedips_free(struct horrible_allowedips *table) in horrible_allowedips_free()
153 horrible_insert_ordered(struct horrible_allowedips *table, struct horrible_allowedips_node *node) in horrible_insert_ordered()
181 horrible_allowedips_insert_v4(struct horrible_allowedips *table, in horrible_allowedips_insert_v4()
198 horrible_allowedips_insert_v6(struct horrible_allowedips *table, in horrible_allowedips_insert_v6()
215 horrible_allowedips_lookup_v4(struct horrible_allowedips *table, struct in_addr *ip) in horrible_allowedips_lookup_v4()
227 horrible_allowedips_lookup_v6(struct horrible_allowedips *table, struct in6_addr *ip) in horrible_allowedips_lookup_v6()
240 horrible_allowedips_remove_by_value(struct horrible_allowedips *table, void *value) in horrible_allowedips_remove_by_value()
/drivers/gpu/drm/amd/pm/legacy-dpm/
A Dkv_dpm.c139 ATOM_AVAILABLE_SCLK_LIST *table) in sumo_construct_sclk_voltage_mapping_table()
161 ATOM_AVAILABLE_SCLK_LIST *table) in sumo_construct_vid_mapping_table()
792 struct amdgpu_clock_voltage_dependency_table *table = in kv_program_bootup_state() local
804 struct sumo_sclk_voltage_mapping_table *table = in kv_program_bootup_state() local
1028 struct amdgpu_clock_voltage_dependency_table *table = in kv_populate_samu_table() local
1176 struct sumo_sclk_voltage_mapping_table *table = in kv_calculate_dfs_bypass_settings() local
1795 struct sumo_sclk_voltage_mapping_table *table = in kv_set_valid_clock_range() local
2027 struct amdgpu_clock_and_voltage_limits *table) in kv_construct_max_power_limits_table()
2179 struct sumo_sclk_voltage_mapping_table *table = in kv_get_high_voltage_limit() local
2261 struct sumo_sclk_voltage_mapping_table *table = in kv_apply_state_adjust_rules() local
[all …]

Completed in 690 milliseconds

12345678910>>...24