Home
last modified time | relevance | path

Searched refs:blkcount (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/input/rmi4/
Drmi_f34v7.c350 struct block_count *blkcount, in rmi_f34v7_parse_partition_table() argument
369 blkcount->ui_firmware = partition_length; in rmi_f34v7_parse_partition_table()
373 __func__, blkcount->ui_firmware); in rmi_f34v7_parse_partition_table()
376 blkcount->ui_config = partition_length; in rmi_f34v7_parse_partition_table()
380 __func__, blkcount->ui_config); in rmi_f34v7_parse_partition_table()
383 blkcount->dp_config = partition_length; in rmi_f34v7_parse_partition_table()
387 __func__, blkcount->dp_config); in rmi_f34v7_parse_partition_table()
390 blkcount->fl_config = partition_length; in rmi_f34v7_parse_partition_table()
393 __func__, blkcount->fl_config); in rmi_f34v7_parse_partition_table()
396 blkcount->guest_code = partition_length; in rmi_f34v7_parse_partition_table()
[all …]
Drmi_f34.h224 struct block_count blkcount; member
285 struct block_count blkcount; member
/Linux-v4.19/drivers/base/regmap/
Dregcache-lzo.c135 int ret, i, blksize, blkcount; in regcache_lzo_init() local
141 blkcount = regcache_lzo_block_count(map); in regcache_lzo_init()
142 map->cache = kcalloc(blkcount, sizeof(*lzo_blocks), in regcache_lzo_init()
164 for (i = 0; i < blkcount; i++) { in regcache_lzo_init()
184 for (i = 0; i < blkcount; i++, p += blksize) { in regcache_lzo_init()
207 int i, blkcount; in regcache_lzo_exit() local
213 blkcount = regcache_lzo_block_count(map); in regcache_lzo_exit()
221 for (i = 0; i < blkcount; i++) { in regcache_lzo_exit()