Searched refs:blkcount (Results 1 – 3 of 3) sorted by relevance
/drivers/input/rmi4/ |
D | rmi_f34v7.c | 369 struct block_count *blkcount, in rmi_f34v7_parse_partition_table() argument 388 blkcount->ui_firmware = partition_length; in rmi_f34v7_parse_partition_table() 392 __func__, blkcount->ui_firmware); in rmi_f34v7_parse_partition_table() 395 blkcount->ui_config = partition_length; in rmi_f34v7_parse_partition_table() 399 __func__, blkcount->ui_config); in rmi_f34v7_parse_partition_table() 402 blkcount->dp_config = partition_length; in rmi_f34v7_parse_partition_table() 406 __func__, blkcount->dp_config); in rmi_f34v7_parse_partition_table() 409 blkcount->fl_config = partition_length; in rmi_f34v7_parse_partition_table() 412 __func__, blkcount->fl_config); in rmi_f34v7_parse_partition_table() 415 blkcount->guest_code = partition_length; in rmi_f34v7_parse_partition_table() [all …]
|
D | rmi_f34.h | 221 struct block_count blkcount; member 265 struct block_count blkcount; member
|
/drivers/base/regmap/ |
D | regcache-lzo.c | 131 int ret, i, blksize, blkcount; in regcache_lzo_init() local 137 blkcount = regcache_lzo_block_count(map); in regcache_lzo_init() 138 map->cache = kcalloc(blkcount, sizeof(*lzo_blocks), in regcache_lzo_init() 158 for (i = 0; i < blkcount; i++) { in regcache_lzo_init() 178 for (i = 0; i < blkcount; i++, p += blksize) { in regcache_lzo_init() 201 int i, blkcount; in regcache_lzo_exit() local 207 blkcount = regcache_lzo_block_count(map); in regcache_lzo_exit() 215 for (i = 0; i < blkcount; i++) { in regcache_lzo_exit()
|