Searched refs:first_reg (Results 1 – 9 of 9) 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/firmware/cirrus/ |
| H A D | cs_dsp_test_utils.h | 116 unsigned int first_reg, unsigned int last_reg); 118 unsigned int first_reg, size_t num_regs); 120 unsigned int first_reg, size_t num_bytes);
|
| /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/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_amdkfd_gfx_v12.c | 144 const uint32_t first_reg = regSDMA0_QUEUE0_RB_CNTL; in hqd_sdma_dump_v12() local 147 #define HQD_N_REGS (last_reg - first_reg + 1) in hqd_sdma_dump_v12() 153 for (reg = first_reg; in hqd_sdma_dump_v12()
|
| /linux/drivers/media/i2c/ |
| H A D | ov08x40.c | 1428 static int __ov08x40_burst_fill_regs(struct i2c_client *client, u16 first_reg, in __ov08x40_burst_fill_regs() argument 1443 put_unaligned_be16(first_reg, msgs.buf); in __ov08x40_burst_fill_regs() 1460 static int ov08x40_burst_fill_regs(struct ov08x40 *ov08x, u16 first_reg, in ov08x40_burst_fill_regs() argument 1467 num_regs = last_reg - first_reg + 1; in ov08x40_burst_fill_regs() 1473 while (first_reg < last_reg) { in ov08x40_burst_fill_regs() 1474 ret = __ov08x40_burst_fill_regs(client, first_reg, last_reg, in ov08x40_burst_fill_regs() 1479 first_reg += num_write_regs; in ov08x40_burst_fill_regs()
|
| /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() 1601 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()
|