/drivers/clk/ |
D | clk-divider.c | 35 static unsigned int _get_table_maxdiv(const struct clk_div_table *table) in _get_table_maxdiv() 46 static unsigned int _get_table_mindiv(const struct clk_div_table *table) in _get_table_mindiv() 57 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 69 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 80 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() 94 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val() 105 static unsigned int _get_val(const struct clk_div_table *table, in _get_val() 121 const struct clk_div_table *table, in divider_recalc_rate() 152 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div() 163 static bool _is_valid_div(const struct clk_div_table *table, unsigned int div, in _is_valid_div() [all …]
|
/drivers/infiniband/core/ |
D | cache.c | 49 u16 table[0]; member 116 struct ib_gid_table *table, int ix, in write_gid() 180 struct ib_gid_table *table, int ix, in add_gid() 189 struct ib_gid_table *table, int ix, in modify_gid() 198 struct ib_gid_table *table, int ix, in del_gid() 204 static int find_gid(struct ib_gid_table *table, const union ib_gid *gid, in find_gid() 251 struct ib_gid_table *table; in ib_cache_gid_add() local 302 struct ib_gid_table *table; in ib_cache_gid_del() local 327 struct ib_gid_table *table; in ib_cache_gid_del_all_netdev_gids() local 346 struct ib_gid_table *table; in __ib_cache_gid_get() local [all …]
|
/drivers/cpufreq/ |
D | freq_table.c | 23 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() 70 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_verify() 111 struct cpufreq_frequency_table *table = in cpufreq_generic_frequency_table_verify() local 121 struct cpufreq_frequency_table *table, in cpufreq_frequency_table_target() 215 struct cpufreq_frequency_table *pos, *table; in cpufreq_frequency_table_get_index() local 238 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local 304 struct cpufreq_frequency_table *table) in cpufreq_table_validate_and_show()
|
/drivers/clk/ti/ |
D | divider.c | 33 static unsigned int _get_table_maxdiv(const struct clk_div_table *table) in _get_table_maxdiv() 55 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() 77 static unsigned int _get_table_val(const struct clk_div_table *table, in _get_table_val() 125 static bool _is_valid_table_div(const struct clk_div_table *table, in _is_valid_table_div() 252 const struct clk_div_table *table) in _register_divider() 299 struct clk_div_table *table; in _get_div_table_from_setup() local 390 struct clk_div_table *table; in ti_clk_register_divider() local 426 struct clk_div_table *table; in ti_clk_get_div_table() local 474 const struct clk_div_table *table, in _get_divider_width() 518 void __iomem **reg, const struct clk_div_table **table, in ti_clk_divider_populate() [all …]
|
/drivers/net/wireless/b43/ |
D | tables.c | 379 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()
|
D | tables_phy_ht.h | 9 #define B43_HTTAB8(table, offset) (((table) << 10) | (offset) | B43_HTTAB_8BIT) argument 10 #define B43_HTTAB16(table, offset) (((table) << 10) | (offset) | B43_HTTAB_16BIT) argument 11 #define B43_HTTAB32(table, offset) (((table) << 10) | (offset) | B43_HTTAB_32BIT) argument
|
D | tables_phy_lcn.h | 9 #define B43_LCNTAB8(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_8BIT) argument 10 #define B43_LCNTAB16(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_16BIT) argument 11 #define B43_LCNTAB32(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_32BIT) argument
|
D | tables_lpphy.h | 9 #define B43_LPTAB8(table, offset) (((table) << 10) | (offset) | B43_LPTAB_8BIT) argument 10 #define B43_LPTAB16(table, offset) (((table) << 10) | (offset) | B43_LPTAB_16BIT) argument 11 #define B43_LPTAB32(table, offset) (((table) << 10) | (offset) | B43_LPTAB_32BIT) argument
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 45 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_cq_completion() local 68 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_cq_event() local 95 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_core_create_cq() local 140 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_core_destroy_cq() local 242 struct mlx5_cq_table *table = &dev->priv.cq_table; in mlx5_init_cq_table() local
|
D | qp.c | 45 struct mlx5_qp_table *table = &dev->priv.qp_table; in mlx5_get_rsc() local 185 struct mlx5_qp_table *table = &dev->priv.qp_table; in mlx5_core_create_qp() local 253 struct mlx5_qp_table *table = &dev->priv.qp_table; in mlx5_core_destroy_qp() local 346 struct mlx5_qp_table *table = &dev->priv.qp_table; in mlx5_init_qp_table() local
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | icm.c | 254 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj, in mlx4_table_get() 291 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_put() 311 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, in mlx4_table_find() 358 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_get_range() 382 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_put_range() 391 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_init_icm_table() 455 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table) in mlx4_cleanup_icm_table()
|
/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 392 static int proc_dobitmasks(struct ctl_table *table, int write, in proc_dobitmasks() 408 static int proc_dump_kernel(struct ctl_table *table, int write, in proc_dump_kernel() 431 static int proc_daemon_file(struct ctl_table *table, int write, in proc_daemon_file() 438 static int libcfs_force_lbug(struct ctl_table *table, int write, in libcfs_force_lbug() 447 static int proc_fail_loc(struct ctl_table *table, int write, in proc_fail_loc() 501 static int proc_cpt_table(struct ctl_table *table, int write, in proc_cpt_table() 620 struct ctl_table *table = filp->private_data; in lnet_debugfs_read() local 633 struct ctl_table *table = filp->private_data; in lnet_debugfs_write() local 650 void lustre_insert_debugfs(struct ctl_table *table, in lustre_insert_debugfs()
|
/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/radeon/ |
D | kv_dpm.c | 718 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 …]
|
D | btc_dpm.c | 1174 …id btc_get_max_clock_from_voltage_dependency_table(struct radeon_clock_voltage_dependency_table *t… in btc_get_max_clock_from_voltage_dependency_table() 1191 void btc_apply_voltage_dependency_rules(struct radeon_clock_voltage_dependency_table *table, in btc_apply_voltage_dependency_rules() 1296 static u16 btc_find_voltage(struct atom_voltage_table *table, u16 voltage) in btc_find_voltage() 1398 RV770_SMC_STATETABLE *table) in btc_populate_ulv_state() 1427 RV770_SMC_STATETABLE *table) in btc_populate_smc_acpi_state() 1632 RV770_SMC_STATETABLE *table = &pi->smc_statetable; in btc_init_smc_table() local 1901 static void btc_set_valid_flag(struct evergreen_mc_reg_table *table) in btc_set_valid_flag() 1917 struct evergreen_mc_reg_table *table) in btc_set_mc_special_registers() 1978 static void btc_set_s0_mc_reg_index(struct evergreen_mc_reg_table *table) in btc_set_s0_mc_reg_index() 1990 static int btc_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table, in btc_copy_vbios_mc_reg_table() [all …]
|
/drivers/gpu/drm/amd/amdgpu/ |
D | kv_dpm.c | 145 ATOM_AVAILABLE_SCLK_LIST *table) in sumo_construct_sclk_voltage_mapping_table() 167 ATOM_AVAILABLE_SCLK_LIST *table) in sumo_construct_vid_mapping_table() 807 struct amdgpu_clock_voltage_dependency_table *table = in kv_program_bootup_state() local 819 struct sumo_sclk_voltage_mapping_table *table = in kv_program_bootup_state() local 909 struct amdgpu_uvd_clock_voltage_dependency_table *table = in kv_populate_uvd_table() local 982 struct amdgpu_vce_clock_voltage_dependency_table *table = in kv_populate_vce_table() local 1043 struct amdgpu_clock_voltage_dependency_table *table = in kv_populate_samu_table() local 1109 struct amdgpu_clock_voltage_dependency_table *table = in kv_populate_acp_table() local 1168 struct amdgpu_clock_voltage_dependency_table *table = in kv_calculate_dfs_bypass_settings() local 1191 struct sumo_sclk_voltage_mapping_table *table = in kv_calculate_dfs_bypass_settings() local [all …]
|
D | cz_dpm.c | 71 struct amdgpu_clock_and_voltage_limits *table) in cz_construct_max_power_limits_table() 243 struct amdgpu_clock_voltage_dependency_table *table = in cz_parse_pplib_clock_info() local 509 struct amdgpu_clock_voltage_dependency_table *table = in cz_dpm_debugfs_print_current_performance_level() local 675 void **table) in cz_dpm_download_pptable_from_smu() 689 void *table = NULL; in cz_dpm_upload_pptable_to_smu() local 808 struct amdgpu_clock_voltage_dependency_table *table = in cz_init_sclk_limit() local 836 struct amdgpu_uvd_clock_voltage_dependency_table *table = in cz_init_uvd_limit() local 864 struct amdgpu_vce_clock_voltage_dependency_table *table = in cz_init_vce_limit() local 893 struct amdgpu_clock_voltage_dependency_table *table = in cz_init_acp_limit() local 1024 struct amdgpu_clock_voltage_dependency_table *table = in cz_get_sclk_level() local [all …]
|
/drivers/acpi/acpica/ |
D | utfileio.c | 84 acpi_ut_check_text_mode_corruption(u8 *table, u32 table_length, u32 file_length) in acpi_ut_check_text_mode_corruption() 147 struct acpi_table_header **table, u32 *table_length) in acpi_ut_read_table() 293 acpi_ut_read_table_from_file(char *filename, struct acpi_table_header ** table) in acpi_ut_read_table_from_file()
|
D | exconfig.c | 160 struct acpi_table_header *table; in acpi_ex_load_table_op() local 339 struct acpi_table_header *table; in acpi_ex_load_op() local 561 struct acpi_table_header *table; in acpi_ex_unload_table() local
|
D | dbfileio.c | 132 static acpi_status ae_local_load_table(struct acpi_table_header *table) in ae_local_load_table() 205 struct acpi_table_header *table; in acpi_db_get_table_from_file() local
|
/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.c | 222 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/gpu/drm/i915/ |
D | intel_mocs.c | 35 const struct drm_i915_mocs_entry *table; member 142 struct drm_i915_mocs_table *table) in get_mocs_settings() 174 const struct drm_i915_mocs_table *table, in emit_mocs_control_table() 230 const struct drm_i915_mocs_table *table) in emit_mocs_l3cc_table()
|
/drivers/parport/ |
D | procfs.c | 35 static int do_active_device(struct ctl_table *table, int write, in do_active_device() 72 static int do_autoprobe(struct ctl_table *table, int write, in do_autoprobe() 114 static int do_hardware_base_addr(struct ctl_table *table, int write, in do_hardware_base_addr() 142 static int do_hardware_irq(struct ctl_table *table, int write, in do_hardware_irq() 170 static int do_hardware_dma(struct ctl_table *table, int write, in do_hardware_dma() 198 static int do_hardware_modes(struct ctl_table *table, int write, in do_hardware_modes()
|
/drivers/rapidio/switches/ |
D | idtcps.c | 26 u16 table, u16 route_destid, u8 route_port) in idtcps_route_add_entry() 50 u16 table, u16 route_destid, u8 *route_port) in idtcps_route_get_entry() 73 u16 table) in idtcps_route_clr_table()
|
D | tsi568.c | 38 u16 table, u16 route_destid, u8 route_port) in tsi568_route_add_entry() 60 u16 table, u16 route_destid, u8 *route_port) in tsi568_route_get_entry() 87 u16 table) in tsi568_route_clr_table()
|