Searched refs:first_reg (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/staging/iio/addac/ |
| H A D | adt7316.h | 21 int (*multi_read)(void *client, u8 first_reg, u8 count, u8 *data); 22 int (*multi_write)(void *client, u8 first_reg, u8 count, u8 *data);
|
| /linux/include/linux/mfd/ |
| H A D | abx500.h | 36 u8 first_reg, u8 *regvals, u8 numregs); 38 u8 first_reg, u8 *regvals, u8 numregs);
|
| /linux/drivers/mfd/ |
| H A D | abx500-core.c | 89 u8 first_reg, u8 *regvals, u8 numregs) in abx500_get_register_page_interruptible() argument 96 first_reg, regvals, numregs); in abx500_get_register_page_interruptible()
|
| /linux/drivers/md/bcache/ |
| H A D | bcache_ondisk.h | 392 __u32 first_reg; /* time overflow in y2106 */ member 440 __u32 first_reg; member
|
| H A D | super.c | 452 u->first_reg, u->last_reg, u->invalidated); in uuid_io() 486 u1[i].first_reg = u0[i].first_reg; in uuid_read() 1270 u->first_reg = u->last_reg = rtime; in bch_cached_dev_attach() 1602 u->first_reg = u->last_reg = cpu_to_le32((u32)ktime_get_real_seconds()); in bch_flash_dev_create()
|
| /linux/drivers/nvme/target/ |
| H A D | pr.c | 260 struct nvmet_pr_registrant *first_reg; in nvmet_pr_unregister_one() local 273 first_reg = list_first_or_null_rcu(&pr->registrant_list, in nvmet_pr_unregister_one() 275 if (first_reg) in nvmet_pr_unregister_one() 276 first_reg->rtype = original_rtype; in nvmet_pr_unregister_one() 277 rcu_assign_pointer(pr->holder, first_reg); in nvmet_pr_unregister_one()
|