| /drivers/clk/ |
| D | clk-divider.c | 44 static unsigned int _get_table_maxdiv(const struct clk_div_table *table, in _get_table_maxdiv() 56 static unsigned int _get_table_mindiv(const struct clk_div_table *table) in _get_table_mindiv() 67 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 79 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 90 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() 104 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val() 115 static unsigned int _get_val(const struct clk_div_table *table, in _get_val() 131 const struct clk_div_table *table, in divider_recalc_rate() 161 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div() 172 static bool _is_valid_div(const struct clk_div_table *table, unsigned int div, in _is_valid_div() [all …]
|
| /drivers/clk/ti/ |
| D | divider.c | 31 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() 319 const struct clk_div_table *table) in _register_divider() 363 const struct clk_div_table **table) in ti_clk_parse_divider_data() 431 struct clk_div_table *table; in ti_clk_get_div_table() local 479 const struct clk_div_table *table, in _get_divider_width() [all …]
|
| /drivers/cpufreq/ |
| D | freq_table.c | 19 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in policy_has_boost_freq() local 33 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_cpuinfo() 64 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_verify() 125 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_index_unsorted() local 208 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in cpufreq_frequency_table_get_index() local 231 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local 295 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in set_freq_table_sorted() local
|
| /drivers/infiniband/core/ |
| D | cache.c | 49 u16 table[0]; member 167 static bool is_gid_index_default(const struct ib_gid_table *table, in is_gid_index_default() 238 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_entry_locked() local 283 struct ib_gid_table *table = rdma_gid_table(device, port_num); in free_gid_work() local 318 static void store_gid_entry(struct ib_gid_table *table, in store_gid_entry() 380 struct ib_gid_table *table, int ix) in del_gid() 423 static int add_modify_gid(struct ib_gid_table *table, in add_modify_gid() 463 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid() 547 struct ib_gid_table *table; in __ib_cache_gid_add() local 602 struct ib_gid_table *table; in _ib_cache_gid_del() local [all …]
|
| /drivers/gpu/drm/i915/gt/ |
| D | intel_mocs.c | 40 const struct drm_i915_mocs_entry *table; member 283 struct drm_i915_mocs_table *table) in get_mocs_settings() 351 static u32 get_entry_control(const struct drm_i915_mocs_table *table, in get_entry_control() 371 struct drm_i915_mocs_table table; in intel_mocs_init_engine() local 406 struct drm_i915_mocs_table table; in intel_mocs_init_global() local 434 const struct drm_i915_mocs_table *table) in emit_mocs_control_table() 476 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, in get_entry_l3cc() 485 static inline u32 l3cc_combine(const struct drm_i915_mocs_table *table, in l3cc_combine() 493 const struct drm_i915_mocs_table *table) in emit_mocs_l3cc_table() 543 struct drm_i915_mocs_table table; in intel_mocs_init_l3cc_table() local
|
| /drivers/net/wireless/broadcom/b43/ |
| D | tables.c | 366 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()
|
| D | tables_phy_lcn.h | 10 #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
|
| D | tables_phy_ht.h | 10 #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
|
| D | tables_lpphy.h | 10 #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/radeon/ |
| D | mkregtable.c | 111 struct table { struct 115 unsigned *table; argument 131 static void table_offset_add(struct table *t, struct offset *offset) in table_offset_add() argument
|
| D | kv_dpm.c | 720 struct radeon_clock_voltage_dependency_table *table = in kv_program_bootup_state() local 732 struct sumo_sclk_voltage_mapping_table *table = in kv_program_bootup_state() local 822 struct radeon_uvd_clock_voltage_dependency_table *table = in kv_populate_uvd_table() local 895 struct radeon_vce_clock_voltage_dependency_table *table = in kv_populate_vce_table() local 956 struct radeon_clock_voltage_dependency_table *table = in kv_populate_samu_table() local 1022 struct radeon_clock_voltage_dependency_table *table = in kv_populate_acp_table() local 1081 struct radeon_clock_voltage_dependency_table *table = in kv_calculate_dfs_bypass_settings() local 1104 struct sumo_sclk_voltage_mapping_table *table = in kv_calculate_dfs_bypass_settings() local 1428 struct radeon_uvd_clock_voltage_dependency_table *table = in kv_update_uvd_dpm() local 1464 struct radeon_vce_clock_voltage_dependency_table *table = in kv_get_vce_boot_level() local [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| D | rl.c | 109 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry() 146 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_is_in_range() local 164 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_add_rate() local 209 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate() local 239 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_init_rl_table() local 275 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_cleanup_rl_table() local
|
| D | eq.c | 116 struct mlx5_cq_table *table = &eq->cq_table; in mlx5_eq_cq_get() local 385 struct mlx5_cq_table *table = &eq->cq_table; in mlx5_eq_add_cq() local 397 struct mlx5_cq_table *table = &eq->cq_table; in mlx5_eq_del_cq() local 568 struct mlx5_eq_table *table = dev->priv.eq_table; in create_async_eqs() local 652 struct mlx5_eq_table *table = dev->priv.eq_table; in destroy_async_eqs() local 766 struct mlx5_eq_table *table = dev->priv.eq_table; in destroy_comp_eqs() local 782 struct mlx5_eq_table *table = dev->priv.eq_table; in create_comp_eqs() local 840 struct mlx5_eq_table *table = dev->priv.eq_table; in mlx5_vector2eqn() local 883 struct mlx5_eq_table *table = dev->priv.eq_table; in mlx5_eqn2comp_eq() local 897 struct mlx5_eq_table *table = dev->priv.eq_table; in mlx5_core_eq_free_irqs() local
|
| /drivers/gpu/drm/amd/powerplay/hwmgr/ |
| D | smu_helper.c | 52 uint32_t *table; in phm_copy_clock_limits_array() local 74 uint32_t *table; in phm_copy_overdrive_settings_limits_array() local 208 struct pp_atomctrl_voltage_table *table; in phm_trim_voltage_table() local 345 int phm_reset_single_dpm_table(void *table, in phm_reset_single_dpm_table() 361 void *table, in phm_setup_pcie_table_entry() 371 int32_t phm_get_dpm_level_enable_mask_value(void *table) in phm_get_dpm_level_enable_mask_value() 442 int phm_find_boot_level(void *table, in phm_find_boot_level() 537 struct phm_clock_voltage_dependency_table *table = in phm_apply_dal_min_voltage_request() local 663 void *smu_atom_get_data_table(void *dev, uint32_t table, uint16_t *size, in smu_atom_get_data_table() 708 struct watermarks *table = wt_table; in smu_set_watermarks_for_clocks_ranges() local
|
| D | processpptables.c | 312 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() 1083 const ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *table, in get_uvd_clock_voltage_limit_table() 1116 const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *table, in get_vce_clock_voltage_limit_table() 1148 const ATOM_PPLIB_SAMClk_Voltage_Limit_Table *table) in get_samu_clock_voltage_limit_table() 1176 const ATOM_PPLIB_ACPClk_Voltage_Limit_Table *table) in get_acp_clock_voltage_limit_table() 1205 ATOM_PPLIB_Clock_Voltage_Dependency_Table *table; in init_clock_voltage_dependency() local 1233 const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *table = in init_clock_voltage_dependency() local [all …]
|
| /drivers/net/ethernet/mellanox/mlx4/ |
| D | icm.c | 258 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/sh/clk/ |
| D | cpg.c | 132 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/amd/amdgpu/ |
| D | kv_dpm.c | 138 ATOM_AVAILABLE_SCLK_LIST *table) in sumo_construct_sclk_voltage_mapping_table() 160 ATOM_AVAILABLE_SCLK_LIST *table) in sumo_construct_vid_mapping_table() 802 struct amdgpu_clock_voltage_dependency_table *table = in kv_program_bootup_state() local 814 struct sumo_sclk_voltage_mapping_table *table = in kv_program_bootup_state() local 904 struct amdgpu_uvd_clock_voltage_dependency_table *table = in kv_populate_uvd_table() local 977 struct amdgpu_vce_clock_voltage_dependency_table *table = in kv_populate_vce_table() local 1038 struct amdgpu_clock_voltage_dependency_table *table = in kv_populate_samu_table() local 1104 struct amdgpu_clock_voltage_dependency_table *table = in kv_populate_acp_table() local 1163 struct amdgpu_clock_voltage_dependency_table *table = in kv_calculate_dfs_bypass_settings() local 1186 struct sumo_sclk_voltage_mapping_table *table = in kv_calculate_dfs_bypass_settings() local [all …]
|
| /drivers/gpu/drm/amd/powerplay/smumgr/ |
| D | tonga_smumgr.c | 303 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() 502 struct SMU72_Discrete_DpmTable *table) in tonga_populate_ulv_state() 507 static int tonga_populate_smc_link_level(struct pp_hwmgr *hwmgr, SMU72_Discrete_DpmTable *table) in tonga_populate_smc_link_level() 1174 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_acpi_level() 1308 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_uvd_level() [all …]
|
| D | vegam_smumgr.c | 448 SMU75_Discrete_DpmTable *table) in vegam_populate_smc_mvdd_table() 475 struct SMU75_Discrete_DpmTable *table) in vegam_populate_smc_vddci_table() 500 struct SMU75_Discrete_DpmTable *table) in vegam_populate_cac_table() 529 struct SMU75_Discrete_DpmTable *table) in vegam_populate_smc_voltage_tables() 562 struct SMU75_Discrete_DpmTable *table) in vegam_populate_ulv_state() 568 struct SMU75_Discrete_DpmTable *table) in vegam_populate_smc_link_level() 667 SMU75_Discrete_DpmTable *table) in vegam_get_sclk_range_table() 720 const SMU75_Discrete_DpmTable *table = &(smu_data->smc_state_table); in vegam_calculate_sclk_params() local 1108 SMU75_Discrete_DpmTable *table) in vegam_populate_smc_acpi_level() 1204 SMU75_Discrete_DpmTable *table) in vegam_populate_smc_vce_level() [all …]
|
| D | iceland_smumgr.c | 618 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vddc_table() 644 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vdd_ci_table() 669 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_mvdd_table() 695 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_voltage_tables() 764 static int iceland_populate_smc_link_level(struct pp_hwmgr *hwmgr, SMU71_Discrete_DpmTable *table) in iceland_populate_smc_link_level() 1423 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_acpi_level() 1565 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_uvd_level() 1571 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vce_level() 1577 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_acp_level() 1648 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_boot_level() [all …]
|
| D | polaris10_smumgr.c | 429 SMU74_Discrete_DpmTable *table = &(smu_data->smc_state_table); in polaris10_populate_bapm_parameters_in_dpm_table() local 647 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_mvdd_table() 674 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_vddci_table() 699 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_cac_table() 725 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_voltage_tables() 761 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_ulv_state() 767 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_link_level() 799 SMU74_Discrete_DpmTable *table) in polaris10_get_sclk_range_table() 845 const SMU74_Discrete_DpmTable *table = &(smu_data->smc_state_table); in polaris10_calculate_sclk_params() local 1200 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_acpi_level() [all …]
|
| /drivers/acpi/acpica/ |
| D | tbdata.c | 45 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() 123 struct acpi_table_header *table = NULL; in acpi_tb_acquire_table() local 174 acpi_tb_release_table(struct acpi_table_header *table, in acpi_tb_release_table() 920 struct acpi_table_header *table; in acpi_tb_load_table() local 1009 struct acpi_table_header *table; in ACPI_EXPORT_SYMBOL() local
|
| /drivers/staging/android/ion/ |
| D | ion_dma_buf.c | 16 static struct sg_table *dup_sg_table(struct sg_table *table) in dup_sg_table() 42 static void free_duped_table(struct sg_table *table) in free_duped_table() 50 struct sg_table *table; member 58 struct sg_table *table; in ion_dma_buf_attach() local 104 struct sg_table *table; in ion_map_dma_buf() local 119 struct sg_table *table, in ion_unmap_dma_buf()
|
| /drivers/acpi/ |
| D | pptt.c | 409 static void cache_setup_acpi_cpu(struct acpi_table_header *table, in cache_setup_acpi_cpu() 498 static int topology_get_acpi_cpu_tag(struct acpi_table_header *table, in topology_get_acpi_cpu_tag() 526 struct acpi_table_header *table; in find_acpi_cpu_topology_tag() local 558 struct acpi_table_header *table; in check_acpi_cpu_flag() local 594 struct acpi_table_header *table; in acpi_find_last_cache_level() local 628 struct acpi_table_header *table; in cache_setup_acpi() local 694 struct acpi_table_header *table; in find_acpi_cpu_cache_topology() local
|