Searched refs:flash_count (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/imu/ |
H A D | adis16460.c | 114 u32 flash_count; in adis16460_show_flash_count() local 118 &flash_count); in adis16460_show_flash_count() 122 *val = flash_count; in adis16460_show_flash_count() 138 debugfs_create_file_unsafe("flash_count", 0400, in adis16460_debugfs_init()
|
H A D | adis16480.c | 269 u32 flash_count; in adis16480_show_flash_count() local 273 &flash_count); in adis16480_show_flash_count() 277 *val = flash_count; in adis16480_show_flash_count() 297 debugfs_create_file_unsafe("flash_count", 0400, in adis16480_debugfs_init()
|
H A D | adis16475.c | 215 u32 flash_count; in adis16475_show_flash_count() local 219 &flash_count); in adis16475_show_flash_count() 223 *val = flash_count; in adis16475_show_flash_count() 239 debugfs_create_file_unsafe("flash_count", 0400, in adis16475_debugfs_init()
|
H A D | adis16400.c | 269 uint16_t flash_count; in adis16400_show_flash_count() local 272 ret = adis_read_reg_16(&st->adis, ADIS16400_FLASH_CNT, &flash_count); in adis16400_show_flash_count() 276 *val = flash_count; in adis16400_show_flash_count() 294 debugfs_create_file_unsafe("flash_count", 0400, in adis16400_debugfs_init()
|
/kernel/linux/linux-6.6/drivers/iio/imu/ |
H A D | adis16460.c | 113 u32 flash_count; in adis16460_show_flash_count() local 117 &flash_count); in adis16460_show_flash_count() 121 *val = flash_count; in adis16460_show_flash_count() 137 debugfs_create_file_unsafe("flash_count", 0400, in adis16460_debugfs_init()
|
H A D | adis16480.c | 285 u32 flash_count; in adis16480_show_flash_count() local 289 &flash_count); in adis16480_show_flash_count() 293 *val = flash_count; in adis16480_show_flash_count() 313 debugfs_create_file_unsafe("flash_count", 0400, in adis16480_debugfs_init()
|
H A D | adis16400.c | 262 uint16_t flash_count; in adis16400_show_flash_count() local 265 ret = adis_read_reg_16(&st->adis, ADIS16400_FLASH_CNT, &flash_count); in adis16400_show_flash_count() 269 *val = flash_count; in adis16400_show_flash_count() 287 debugfs_create_file_unsafe("flash_count", 0400, in adis16400_debugfs_init()
|
H A D | adis16475.c | 220 u32 flash_count; in adis16475_show_flash_count() local 224 &flash_count); in adis16475_show_flash_count() 228 *val = flash_count; in adis16475_show_flash_count() 244 debugfs_create_file_unsafe("flash_count", 0400, in adis16475_debugfs_init()
|
/kernel/linux/linux-5.10/drivers/iio/gyro/ |
H A D | adis16136.c | 133 uint16_t flash_count; in adis16136_show_flash_count() local 137 &flash_count); in adis16136_show_flash_count() 141 *val = flash_count; in adis16136_show_flash_count() 157 debugfs_create_file_unsafe("flash_count", 0400, in adis16136_debugfs_init()
|
/kernel/linux/linux-6.6/drivers/iio/gyro/ |
H A D | adis16136.c | 128 uint16_t flash_count; in adis16136_show_flash_count() local 132 &flash_count); in adis16136_show_flash_count() 136 *val = flash_count; in adis16136_show_flash_count() 152 debugfs_create_file_unsafe("flash_count", 0400, in adis16136_debugfs_init()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | myrs.h | 316 unsigned int flash_count; /* Bytes 424-427 */ member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | myrs.h | 316 unsigned int flash_count; /* Bytes 424-427 */ member
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | intel-m10-bmc-sec-update.c | 239 static DEVICE_ATTR_RO(flash_count);
|
Completed in 24 milliseconds