Searched refs:blkcount (Results 1 – 3 of 3) sorted by relevance
/drivers/input/rmi4/ |
D | rmi_f34v7.c | 347 struct block_count *blkcount, in rmi_f34v7_parse_partition_table() argument 366 blkcount->ui_firmware = partition_length; in rmi_f34v7_parse_partition_table() 370 __func__, blkcount->ui_firmware); in rmi_f34v7_parse_partition_table() 373 blkcount->ui_config = partition_length; in rmi_f34v7_parse_partition_table() 377 __func__, blkcount->ui_config); in rmi_f34v7_parse_partition_table() 380 blkcount->dp_config = partition_length; in rmi_f34v7_parse_partition_table() 384 __func__, blkcount->dp_config); in rmi_f34v7_parse_partition_table() 387 blkcount->fl_config = partition_length; in rmi_f34v7_parse_partition_table() 390 __func__, blkcount->fl_config); in rmi_f34v7_parse_partition_table() 393 blkcount->guest_code = partition_length; in rmi_f34v7_parse_partition_table() [all …]
|
D | rmi_f34.h | 221 struct block_count blkcount; member 282 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()
|