Home
last modified time | relevance | path

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

12345678910>>...14

/drivers/clk/
Dclk-divider.c33 static unsigned int _get_table_maxdiv(const struct clk_div_table *table, in _get_table_maxdiv()
45 static unsigned int _get_table_mindiv(const struct clk_div_table *table) in _get_table_mindiv()
56 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv()
68 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div()
79 static unsigned int _get_div(const struct clk_div_table *table, in _get_div()
93 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val()
104 static unsigned int _get_val(const struct clk_div_table *table, in _get_val()
120 const struct clk_div_table *table, in divider_recalc_rate()
150 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div()
161 static bool _is_valid_div(const struct clk_div_table *table, unsigned int div, in _is_valid_div()
[all …]
/drivers/clk/ti/
Ddivider.c31 static unsigned int _get_table_maxdiv(const struct clk_div_table *table) in _get_table_maxdiv()
53 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div()
75 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val()
123 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div()
143 static int _div_round_up(const struct clk_div_table *table, in _div_round_up()
163 static int _div_round(const struct clk_div_table *table, in _div_round()
280 const struct clk_div_table *table) in _register_divider()
325 const struct clk_div_table **table) in ti_clk_parse_divider_data()
391 const struct clk_div_table *table = NULL; in _get_div_table_from_setup() local
439 const struct clk_div_table *table; in ti_clk_register_divider() local
[all …]
/drivers/cpufreq/
Dfreq_table.c23 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in policy_has_boost_freq() local
37 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_cpuinfo()
68 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_verify()
129 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
235 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local
302 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in set_freq_table_sorted() local
356 struct cpufreq_frequency_table *table) in cpufreq_table_validate_and_show()
/drivers/infiniband/core/
Dcache.c49 u16 table[0]; member
173 struct ib_gid_table *table, int ix, in write_gid()
231 struct ib_gid_table *table, int ix, in add_gid()
240 struct ib_gid_table *table, int ix, in modify_gid()
249 struct ib_gid_table *table, int ix, in del_gid()
256 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid()
318 struct ib_gid_table *table; in ib_cache_gid_add() local
372 struct ib_gid_table *table; in ib_cache_gid_del() local
401 struct ib_gid_table *table; in ib_cache_gid_del_all_netdev_gids() local
429 struct ib_gid_table *table; in __ib_cache_gid_get() local
[all …]
/drivers/infiniband/hw/hns/
Dhns_roce_hem.c129 struct hns_roce_hem_table *table, unsigned long obj) in hns_roce_set_hem()
213 struct hns_roce_hem_table *table, unsigned long obj) in hns_roce_table_get()
252 struct hns_roce_hem_table *table, unsigned long obj) in hns_roce_table_put()
274 void *hns_roce_table_find(struct hns_roce_hem_table *table, unsigned long obj, in hns_roce_table_find()
319 struct hns_roce_hem_table *table, in hns_roce_table_get_range()
344 struct hns_roce_hem_table *table, in hns_roce_table_put_range()
355 struct hns_roce_hem_table *table, u32 type, in hns_roce_init_hem_table()
380 struct hns_roce_hem_table *table) in hns_roce_cleanup_hem_table()
/drivers/net/wireless/broadcom/b43/
Dtables.c379 u16 b43_ofdmtab_read16(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read16()
399 void b43_ofdmtab_write16(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write16()
416 u32 b43_ofdmtab_read32(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read32()
437 void b43_ofdmtab_write32(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write32()
456 u16 b43_gtab_read(struct b43_wldev *dev, u16 table, u16 offset) in b43_gtab_read()
462 void b43_gtab_write(struct b43_wldev *dev, u16 table, u16 offset, u16 value) in b43_gtab_write()
Dtables_phy_lcn.h10 #define B43_LCNTAB8(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_8BIT) argument
11 #define B43_LCNTAB16(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_16BIT) argument
12 #define B43_LCNTAB32(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_32BIT) argument
Dtables_phy_ht.h10 #define B43_HTTAB8(table, offset) (((table) << 10) | (offset) | B43_HTTAB_8BIT) argument
11 #define B43_HTTAB16(table, offset) (((table) << 10) | (offset) | B43_HTTAB_16BIT) argument
12 #define B43_HTTAB32(table, offset) (((table) << 10) | (offset) | B43_HTTAB_32BIT) argument
Dtables_lpphy.h10 #define B43_LPTAB8(table, offset) (((table) << 10) | (offset) | B43_LPTAB_8BIT) argument
11 #define B43_LPTAB16(table, offset) (((table) << 10) | (offset) | B43_LPTAB_16BIT) argument
12 #define B43_LPTAB32(table, offset) (((table) << 10) | (offset) | B43_LPTAB_32BIT) argument
/drivers/gpu/drm/i915/
Dintel_mocs.c35 const struct drm_i915_mocs_entry *table; member
177 struct drm_i915_mocs_table *table) in get_mocs_settings()
238 struct drm_i915_mocs_table table; in intel_mocs_init_engine() local
277 const struct drm_i915_mocs_table *table) in emit_mocs_control_table()
316 static inline u32 l3cc_combine(const struct drm_i915_mocs_table *table, in l3cc_combine()
336 const struct drm_i915_mocs_table *table) in emit_mocs_l3cc_table()
394 struct drm_i915_mocs_table table; in intel_mocs_init_l3cc_table() local
/drivers/net/ethernet/mellanox/mlx5/core/
Drl.c109 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry()
143 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_is_in_range() local
151 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_add_rate() local
195 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate() local
223 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_init_rl_table() local
259 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_cleanup_rl_table() local
Dcq.c92 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_cq_completion() local
115 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_cq_event() local
140 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_core_create_cq() local
198 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_core_destroy_cq() local
276 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_init_cq_table() local
/drivers/staging/lustre/lnet/libcfs/
Dmodule.c223 static int proc_dobitmasks(struct ctl_table *table, int write, in proc_dobitmasks()
239 static int proc_dump_kernel(struct ctl_table *table, int write, in proc_dump_kernel()
262 static int proc_daemon_file(struct ctl_table *table, int write, in proc_daemon_file()
269 static int libcfs_force_lbug(struct ctl_table *table, int write, in libcfs_force_lbug()
278 static int proc_fail_loc(struct ctl_table *table, int write, in proc_fail_loc()
332 static int proc_cpt_table(struct ctl_table *table, int write, in proc_cpt_table()
446 struct ctl_table *table = filp->private_data; in lnet_debugfs_read() local
459 struct ctl_table *table = filp->private_data; in lnet_debugfs_write() local
499 void lustre_insert_debugfs(struct ctl_table *table, in lustre_insert_debugfs()
/drivers/net/ethernet/mellanox/mlx4/
Dicm.c254 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_get()
290 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_put()
310 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, in mlx4_table_find()
357 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_get_range()
381 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_put_range()
390 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_init_icm_table()
454 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table) in mlx4_cleanup_icm_table()
/drivers/gpu/drm/amd/powerplay/smumgr/
Dtonga_smc.c165 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_vddc_table()
189 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_vdd_gfx_table()
213 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_vdd_ci_table()
250 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_mvdd_table()
282 SMU72_Discrete_DpmTable *table) in tonga_populate_cac_tables()
345 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_voltage_tables()
400 struct SMU72_Discrete_DpmTable *table) in tonga_populate_ulv_state()
405 static int tonga_populate_smc_link_level(struct pp_hwmgr *hwmgr, SMU72_Discrete_DpmTable *table) in tonga_populate_smc_link_level()
1089 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_acpi_level()
1223 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_uvd_level()
[all …]
Dpolaris10_smc.c154 SMU74_Discrete_DpmTable *table = &(smu_data->smc_state_table); in polaris10_populate_bapm_parameters_in_dpm_table() local
389 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_mvdd_table()
416 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_vddci_table()
448 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_cac_table()
482 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_voltage_tables()
519 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_ulv_state()
525 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_link_level()
557 SMU74_Discrete_DpmTable *table) in polaris10_get_sclk_range_table()
612 const SMU74_Discrete_DpmTable *table = &(smu_data->smc_state_table); in polaris10_calculate_sclk_params() local
985 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_acpi_level()
[all …]
Diceland_smc.c454 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vddc_table()
480 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vdd_ci_table()
505 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_mvdd_table()
531 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_voltage_tables()
600 static int iceland_populate_smc_link_level(struct pp_hwmgr *hwmgr, SMU71_Discrete_DpmTable *table) in iceland_populate_smc_link_level()
1295 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_acpi_level()
1437 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_uvd_level()
1443 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vce_level()
1449 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_acp_level()
1455 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_samu_level()
[all …]
/drivers/sh/clk/
Dcpg.c132 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div_recalc() local
242 struct clk_div_table *table, struct sh_clk_ops *ops) in sh_clk_div_register_ops()
296 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div6_set_parent() local
353 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div4_set_parent() local
390 struct clk_div4_table *table) in sh_clk_div4_register()
396 struct clk_div4_table *table) in sh_clk_div4_enable_register()
403 struct clk_div4_table *table) in sh_clk_div4_reparent_register()
/drivers/gpu/drm/radeon/
Dkv_dpm.c718 struct radeon_clock_voltage_dependency_table *table = in kv_program_bootup_state() local
730 struct sumo_sclk_voltage_mapping_table *table = in kv_program_bootup_state() local
820 struct radeon_uvd_clock_voltage_dependency_table *table = in kv_populate_uvd_table() local
893 struct radeon_vce_clock_voltage_dependency_table *table = in kv_populate_vce_table() local
954 struct radeon_clock_voltage_dependency_table *table = in kv_populate_samu_table() local
1020 struct radeon_clock_voltage_dependency_table *table = in kv_populate_acp_table() local
1079 struct radeon_clock_voltage_dependency_table *table = in kv_calculate_dfs_bypass_settings() local
1102 struct sumo_sclk_voltage_mapping_table *table = in kv_calculate_dfs_bypass_settings() local
1426 struct radeon_uvd_clock_voltage_dependency_table *table = in kv_update_uvd_dpm() local
1462 struct radeon_vce_clock_voltage_dependency_table *table = in kv_get_vce_boot_level() local
[all …]
/drivers/acpi/acpica/
Dtbdata.c79 struct acpi_table_header *table; in acpi_tb_compare_tables() local
122 u8 flags, struct acpi_table_header *table) in acpi_tb_init_table_descriptor()
157 struct acpi_table_header *table = NULL; in acpi_tb_acquire_table() local
208 acpi_tb_release_table(struct acpi_table_header *table, in acpi_tb_release_table()
952 struct acpi_table_header *table; in acpi_tb_load_table() local
1048 struct acpi_table_header *table; in ACPI_EXPORT_SYMBOL() local
/drivers/gpu/drm/amd/amdgpu/
Dkv_dpm.c140 ATOM_AVAILABLE_SCLK_LIST *table) in sumo_construct_sclk_voltage_mapping_table()
162 ATOM_AVAILABLE_SCLK_LIST *table) in sumo_construct_vid_mapping_table()
804 struct amdgpu_clock_voltage_dependency_table *table = in kv_program_bootup_state() local
816 struct sumo_sclk_voltage_mapping_table *table = in kv_program_bootup_state() local
906 struct amdgpu_uvd_clock_voltage_dependency_table *table = in kv_populate_uvd_table() local
979 struct amdgpu_vce_clock_voltage_dependency_table *table = in kv_populate_vce_table() local
1040 struct amdgpu_clock_voltage_dependency_table *table = in kv_populate_samu_table() local
1106 struct amdgpu_clock_voltage_dependency_table *table = in kv_populate_acp_table() local
1165 struct amdgpu_clock_voltage_dependency_table *table = in kv_calculate_dfs_bypass_settings() local
1188 struct sumo_sclk_voltage_mapping_table *table = in kv_calculate_dfs_bypass_settings() local
[all …]
/drivers/staging/android/ion/
Dion.c84 struct sg_table *table; in ion_buffer_create() local
186 static struct sg_table *dup_sg_table(struct sg_table *table) in dup_sg_table()
212 static void free_duped_table(struct sg_table *table) in free_duped_table()
220 struct sg_table *table; member
228 struct sg_table *table; in ion_dma_buf_attach() local
272 struct sg_table *table; in ion_map_dma_buf() local
284 struct sg_table *table, in ion_unmap_dma_buf()
/drivers/gpu/drm/amd/powerplay/hwmgr/
Dprocesspptables.c312 const ATOM_PowerTune_Table *table, in get_cac_tdp_table()
377 const ATOM_PPLIB_Clock_Voltage_Dependency_Table *table) in get_clock_voltage_dependency_table()
408 const struct phm_clock_voltage_dependency_table *table) in get_valid_clk()
430 const ATOM_PPLIB_Clock_Voltage_Limit_Table *table) in get_clock_voltage_limit()
1052 const ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *table, in get_uvd_clock_voltage_limit_table()
1085 const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *table, in get_vce_clock_voltage_limit_table()
1117 const ATOM_PPLIB_SAMClk_Voltage_Limit_Table *table) in get_samu_clock_voltage_limit_table()
1145 const ATOM_PPLIB_ACPClk_Voltage_Limit_Table *table) in get_acp_clock_voltage_limit_table()
1174 ATOM_PPLIB_Clock_Voltage_Dependency_Table *table; in init_clock_voltage_dependency() local
1202 const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *table = in init_clock_voltage_dependency() local
[all …]
/drivers/infiniband/hw/mthca/
Dmthca_memfree.c222 int mthca_table_get(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_get()
257 void mthca_table_put(struct mthca_dev *dev, struct mthca_icm_table *table, int obj) in mthca_table_put()
278 void *mthca_table_find(struct mthca_icm_table *table, int obj, dma_addr_t *dma_handle) in mthca_table_find()
321 int mthca_table_get_range(struct mthca_dev *dev, struct mthca_icm_table *table, in mthca_table_get_range()
344 void mthca_table_put_range(struct mthca_dev *dev, struct mthca_icm_table *table, in mthca_table_put_range()
361 struct mthca_icm_table *table; in mthca_alloc_icm_table() local
424 void mthca_free_icm_table(struct mthca_dev *dev, struct mthca_icm_table *table) in mthca_free_icm_table()
/drivers/acpi/
Dtables.c382 struct acpi_table_header *table = NULL; in acpi_table_parse() local
410 struct acpi_table_header *table = NULL; in check_multiple_madt() local
427 static void acpi_table_taint(struct acpi_table_header *table) in acpi_table_taint()
475 struct acpi_table_header *table; in acpi_table_upgrade() local
585 struct acpi_table_header *table; in acpi_table_initrd_override() local
643 struct acpi_table_header *table; in acpi_table_initrd_scan() local

12345678910>>...14