| /kernel/linux/linux-6.6/include/net/ |
| H A D | fib_rules.h | 27 u32 table; member 54 u32 table; member
|
| H A D | udp.h | 81 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() argument 90 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2() argument [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | nvmem-provider.h | 223 static inline void nvmem_add_cell_table(struct nvmem_cell_table *table) {} in nvmem_add_cell_table() argument 224 static inline void nvmem_del_cell_table(struct nvmem_cell_table *table) {} in nvmem_del_cell_table() argument
|
| H A D | sysctl.h | 262 register_sysctl_init(const char *path, struct ctl_table *table) register_sysctl_init() argument 271 register_sysctl_sz(const char *path, struct ctl_table *table, size_t table_size) register_sysctl_sz() argument 278 unregister_sysctl_table(struct ctl_table_header * table) unregister_sysctl_table() argument [all...] |
| /kernel/linux/linux-6.6/drivers/video/backlight/ |
| H A D | pwm_bl.c | 236 unsigned int *table; in pwm_backlight_parse_dt() local [all...] |
| /kernel/linux/linux-6.6/drivers/platform/x86/amd/pmf/ |
| H A D | core.c | 87 struct amd_pmf_static_slider_granular table; in current_power_limits_show() local [all...] |
| /kernel/linux/linux-6.6/drivers/platform/x86/dell/ |
| H A D | dell-smbios-base.c | 358 struct calling_interface_structure *table = in parse_da_table() local
|
| H A D | dell-wmi-base.c | 535 struct dell_bios_hotkey_table *table; in handle_dmi_entry() local [all...] |
| /kernel/linux/linux-6.6/drivers/platform/x86/intel/ |
| H A D | vsec.c | 274 u32 table, hdr; in intel_vsec_walk_dvsec() local 324 u32 table, hdr; in intel_vsec_walk_vsec() local [all...] |
| /kernel/linux/linux-6.6/drivers/pwm/ |
| H A D | core.c | 805 void pwm_add_table(struct pwm_lookup *table, size_t num) in pwm_add_table() argument 822 void pwm_remove_table(struct pwm_lookup *table, size_t num) in pwm_remove_table() argument [all...] |
| /kernel/linux/linux-6.6/drivers/regulator/ |
| H A D | helpers.c | 921 int regulator_find_closest_bigger(unsigned int target, const unsigned int *table, in regulator_find_closest_bigger() argument [all...] |
| H A D | tps6586x-regulator.c | 336 struct tps6586x_regulator *table = NULL; in find_regulator_info() local
|
| /kernel/linux/linux-6.6/drivers/rapidio/ |
| H A D | rio-scan.c | 42 unsigned long table[]; member [all...] |
| /kernel/linux/linux-6.6/drivers/bus/ |
| H A D | mips_cdmm.c | 48 mips_cdmm_lookup(const struct mips_cdmm_device_id *table, in mips_cdmm_lookup() argument
|
| /kernel/linux/linux-6.6/drivers/block/zram/ |
| H A D | zram_drv.h | 123 struct zram_table_entry *table; member [all...] |
| /kernel/linux/linux-6.6/drivers/clk/ |
| H A D | clk-divider.c | 45 static unsigned int _get_table_maxdiv(const struct clk_div_table *table, in _get_table_maxdiv() argument 57 static unsigned int _get_table_mindiv(const struct clk_div_table *table) in _get_table_mindiv() argument 68 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() argument 80 static unsigned int _get_table_div(const struct clk_div_table *table, in _get_table_div() argument 91 static unsigned int _get_div(const struct clk_div_table *table, in _get_div() argument 105 _get_table_val(const struct clk_div_table *table, unsigned int div) _get_table_val() argument 116 _get_val(const struct clk_div_table *table, unsigned int div, unsigned long flags, u8 width) _get_val() argument 130 divider_recalc_rate(struct clk_hw *hw, unsigned long parent_rate, unsigned int val, const struct clk_div_table *table, unsigned long flags, unsigned long width) divider_recalc_rate() argument 162 _is_valid_table_div(const struct clk_div_table *table, unsigned int div) _is_valid_table_div() argument 173 _is_valid_div(const struct clk_div_table *table, unsigned int div, unsigned long flags) _is_valid_div() argument 183 _round_up_table(const struct clk_div_table *table, int div) _round_up_table() argument 201 _round_down_table(const struct clk_div_table *table, int div) _round_down_table() argument 219 _div_round_up(const struct clk_div_table *table, unsigned long parent_rate, unsigned long rate, unsigned long flags) _div_round_up() argument 233 _div_round_closest(const struct clk_div_table *table, unsigned long parent_rate, unsigned long rate, unsigned long flags) _div_round_closest() argument 257 _div_round(const struct clk_div_table *table, unsigned long parent_rate, unsigned long rate, unsigned long flags) _div_round() argument 276 _next_div(const struct clk_div_table *table, int div, unsigned long flags) _next_div() argument 289 clk_divider_bestdiv(struct clk_hw *hw, struct clk_hw *parent, unsigned long rate, unsigned long *best_parent_rate, const struct clk_div_table *table, u8 width, unsigned long flags) clk_divider_bestdiv() argument 346 divider_determine_rate(struct clk_hw *hw, struct clk_rate_request *req, const struct clk_div_table *table, u8 width, unsigned long flags) divider_determine_rate() argument 361 divider_ro_determine_rate(struct clk_hw *hw, struct clk_rate_request *req, const struct clk_div_table *table, u8 width, unsigned long flags, unsigned int val) divider_ro_determine_rate() argument 384 divider_round_rate_parent(struct clk_hw *hw, struct clk_hw *parent, unsigned long rate, unsigned long *prate, const struct clk_div_table *table, u8 width, unsigned long flags) divider_round_rate_parent() argument 406 divider_ro_round_rate_parent(struct clk_hw *hw, struct clk_hw *parent, unsigned long rate, unsigned long *prate, const struct clk_div_table *table, u8 width, unsigned long flags, unsigned int val) divider_ro_round_rate_parent() argument 470 divider_get_val(unsigned long rate, unsigned long parent_rate, const struct clk_div_table *table, u8 width, unsigned long flags) divider_get_val() argument 537 __clk_hw_register_divider(struct device *dev, struct device_node *np, const char *name, const char *parent_name, const struct clk_hw *parent_hw, const struct clk_parent_data *parent_data, unsigned long flags, void __iomem *reg, u8 shift, u8 width, u8 clk_divider_flags, const struct clk_div_table *table, spinlock_t *lock) __clk_hw_register_divider() argument 610 clk_register_divider_table(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 shift, u8 width, u8 clk_divider_flags, const struct clk_div_table *table, spinlock_t *lock) clk_register_divider_table() argument 663 __devm_clk_hw_register_divider(struct device *dev, struct device_node *np, const char *name, const char *parent_name, const struct clk_hw *parent_hw, const struct clk_parent_data *parent_data, unsigned long flags, void __iomem *reg, u8 shift, u8 width, u8 clk_divider_flags, const struct clk_div_table *table, spinlock_t *lock) __devm_clk_hw_register_divider() argument [all...] |
| H A D | clk-asm9260.c | 81 u32 *table; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | jpeg_v4_0.c | 418 struct amdgpu_mm_table *table = &adev->virt.mm_table; in jpeg_v4_0_start_sriov() local
|
| H A D | vce_v4_0.c | 153 vce_v4_0_mmsch_start(struct amdgpu_device *adev, struct amdgpu_mm_table *table) vce_v4_0_mmsch_start() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/ |
| H A D | dcn316_clk_mgr.c | 338 static void dcn316_build_watermark_ranges(struct clk_bw_params *bw_params, struct dcn316_watermarks *table) in dcn316_build_watermark_ranges() argument 397 struct dcn316_watermarks *table = clk_mgr_dcn316->smu_wm_set.wm_set; dcn316_notify_wm_ranges() local 419 DpmClocks_316_t *table = smu_dpm_clks->dpm_clks; dcn316_get_dpm_table_from_smu() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
| H A D | dcn31_clk_mgr.c | 421 static void dcn31_build_watermark_ranges(struct clk_bw_params *bw_params, struct dcn31_watermarks *table) in dcn31_build_watermark_ranges() argument 480 struct dcn31_watermarks *table = clk_mgr_dcn31->smu_wm_set.wm_set; dcn31_notify_wm_ranges() local 502 DpmClocks_t *table = smu_dpm_clks->dpm_clks; dcn31_get_dpm_table_from_smu() local [all...] |
| /kernel/linux/linux-6.6/drivers/cpufreq/ |
| H A D | vexpress-spc-cpufreq.c | 200 static inline u32 get_table_count(struct cpufreq_frequency_table *table) in get_table_count() argument 211 static inline u32 get_table_min(struct cpufreq_frequency_table *table) in get_table_min() argument 223 static inline u32 get_table_max(struct cpufreq_frequency_table *table) in get_table_max() argument 234 static bool search_frequency(struct cpufreq_frequency_table *table, int size, in search_frequency() argument 250 struct cpufreq_frequency_table *table; in merge_cluster_tables() local [all...] |
| H A D | pxa3xx-cpufreq.c | 110 struct cpufreq_frequency_table *table; in setup_freqs_table() local [all...] |
| /kernel/linux/linux-6.6/drivers/clk/x86/ |
| H A D | clk-cgu.h | 32 const struct clk_div_table *table; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn321/ |
| H A D | dcn321_fpu.c | 210 static void dcn321_insert_entry_into_table_sorted(struct _vcs_dpi_voltage_scaling_st *table, in dcn321_insert_entry_into_table_sorted() argument 237 static void remove_entry_from_table_at_index(struct _vcs_dpi_voltage_scaling_st *table, unsigned int *num_entries, in remove_entry_from_table_at_index() argument 262 sort_entries_with_same_bw(struct _vcs_dpi_voltage_scaling_st *table, unsigned int *num_entries) sort_entries_with_same_bw() argument 297 remove_inconsistent_entries(struct _vcs_dpi_voltage_scaling_st *table, unsigned int *num_entries) remove_inconsistent_entries() argument 344 build_synthetic_soc_states(bool disable_dc_mode_overwrite, struct clk_bw_params *bw_params, struct _vcs_dpi_voltage_scaling_st *table, unsigned int *num_entries) build_synthetic_soc_states() argument [all...] |