/linux-4.19.296/drivers/clk/mmp/ |
D | clk-mix.c | 112 unsigned int table_size) in _filter_clk_table() argument 121 for (i = 0; i < table_size; i++) { in _filter_clk_table() 223 for (i = 0; i < mix->table_size; i++) { in mmp_clk_mix_determine_rate() 356 for (i = 0; i < mix->table_size; i++) { in mmp_clk_set_parent() 363 if (i < mix->table_size) { in mmp_clk_set_parent() 389 for (i = 0; i < mix->table_size; i++) { in mmp_clk_set_rate() 400 if (i < mix->table_size) in mmp_clk_set_rate() 427 _filter_clk_table(mix, mix->table, mix->table_size); in mmp_clk_mix_init() 465 table_bytes = sizeof(*config->table) * config->table_size; in mmp_clk_register_mix() 470 mix->table_size = config->table_size; in mmp_clk_register_mix()
|
D | clk.h | 77 unsigned int table_size; member 90 unsigned int table_size; member
|
/linux-4.19.296/drivers/clk/sunxi-ng/ |
D | ccu_sdm.c | 39 for (i = 0; i < sdm->table_size; i++) in ccu_sdm_helper_enable() 102 for (i = 0; i < sdm->table_size; i++) in ccu_sdm_helper_has_rate() 130 for (i = 0; i < sdm->table_size; i++) in ccu_sdm_helper_read_rate() 149 for (i = 0; i < sdm->table_size; i++) in ccu_sdm_helper_get_factors()
|
D | ccu_sdm.h | 41 u32 table_size; member 53 .table_size = ARRAY_SIZE(_table), \
|
/linux-4.19.296/drivers/cpufreq/ |
D | s3c2440-cpufreq.c | 202 size_t table_size) in run_freq_for() argument 215 index = s3c_cpufreq_addfreq(table, index, table_size, freq); in run_freq_for() 227 size_t table_size) in s3c2440_cpufreq_calctable() argument 237 table, table_size); in s3c2440_cpufreq_calctable()
|
/linux-4.19.296/drivers/iio/health/ |
D | afe440x.h | 147 unsigned int table_size; member 160 .table_size = ARRAY_SIZE(_table), \
|
D | afe4403.c | 157 if (reg_val >= afe440x_attr->table_size) in afe440x_show_register() 179 for (val = 0; val < afe440x_attr->table_size; val++) in afe440x_store_register() 183 if (val == afe440x_attr->table_size) in afe440x_store_register()
|
D | afe4404.c | 190 if (reg_val >= afe440x_attr->table_size) in afe440x_show_register() 212 for (val = 0; val < afe440x_attr->table_size; val++) in afe440x_store_register() 216 if (val == afe440x_attr->table_size) in afe440x_store_register()
|
/linux-4.19.296/include/drm/ |
D | ati_pcigart.h | 23 int table_size; member
|
/linux-4.19.296/include/linux/platform_data/ |
D | brcmfmac.h | 127 int table_size; member
|
/linux-4.19.296/include/media/davinci/ |
D | dm355_ccdc.h | 201 int table_size; member
|
/linux-4.19.296/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 645 int table_size = 0; in armada_3700_add_composite_clk() local 649 table_size++; in armada_3700_add_composite_clk() 650 rate->width = order_base_2(table_size); in armada_3700_add_composite_clk()
|
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | stv6111.c | 542 int table_size, u16 reg_value) in table_lookup() argument 547 int imax = table_size - 1; in table_lookup()
|
D | stv0910.c | 604 int table_size, u32 reg_value) in table_lookup() argument 608 int imax = table_size - 1; in table_lookup()
|
/linux-4.19.296/drivers/clk/renesas/ |
D | r9a06g032-clocks.c | 460 u8 table_size; member 501 for (i = 0; clk->table_size && i < clk->table_size - 1; i++) { in r9a06g032_div_clamp_div() 611 div->table[div->table_size++] = desc->div_table[i]; in r9a06g032_register_div()
|
/linux-4.19.296/fs/orangefs/ |
D | devorangefs-req.c | 43 static int hash_func(__u64 tag, int table_size) in hash_func() argument 45 return do_div(tag, (unsigned int)table_size); in hash_func()
|
/linux-4.19.296/drivers/iio/light/ |
D | stk3310.c | 180 static int stk3310_get_index(const int table[][2], int table_size, in stk3310_get_index() argument 185 for (i = 0; i < table_size; i++) { in stk3310_get_index()
|
/linux-4.19.296/include/uapi/linux/ |
D | i2o-dev.h | 219 __u32 table_size:16; member
|
/linux-4.19.296/include/linux/mtd/ |
D | spinand.h | 416 unsigned int table_size, u8 devid);
|
/linux-4.19.296/include/linux/ |
D | acpi.h | 243 int __init acpi_table_parse_entries(char *id, unsigned long table_size, 247 int __init acpi_table_parse_entries_array(char *id, unsigned long table_size,
|
/linux-4.19.296/fs/btrfs/ |
D | raid56.c | 193 int table_size; in btrfs_alloc_stripe_hash_table() local 205 table_size = sizeof(*table) + sizeof(*h) * num_entries; in btrfs_alloc_stripe_hash_table() 206 table = kvzalloc(table_size, GFP_KERNEL); in btrfs_alloc_stripe_hash_table()
|
/linux-4.19.296/include/acpi/ |
D | actbl1.h | 761 u32 table_size; member
|