Searched refs:tio (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/pps/generators/ |
| H A D | pps_gen_tio.c | 51 static inline u32 pps_tio_read(u32 offset, struct pps_tio *tio) in pps_tio_read() argument 53 return readl(tio->base + offset); in pps_tio_read() 56 static inline void pps_ctl_write(u32 value, struct pps_tio *tio) in pps_ctl_write() argument 58 writel(value, tio->base + TIOCTL); in pps_ctl_write() 65 static inline void pps_compv_write(u64 value, struct pps_tio *tio) in pps_compv_write() argument 67 hi_lo_writeq(value, tio->base + TIOCOMPV); in pps_compv_write() 70 static inline ktime_t first_event(struct pps_tio *tio) in first_event() argument 75 static u32 pps_tio_disable(struct pps_tio *tio) in pps_tio_disable() argument 79 ctrl = pps_tio_read(TIOCTL, tio); in pps_tio_disable() 80 pps_compv_write(0, tio); in pps_tio_disable() [all …]
|
| /linux/drivers/md/ |
| H A D | dm.c | 574 struct dm_target_io *tio; in alloc_io() local 580 tio = clone_to_tio(clone); in alloc_io() 581 tio->flags = 0; in alloc_io() 582 dm_tio_set_flag(tio, DM_TIO_INSIDE_DM_IO); in alloc_io() 583 tio->io = NULL; in alloc_io() 585 io = container_of(tio, struct dm_io, tio); in alloc_io() 610 bio_put(&io->tio.clone); in free_io() 617 struct dm_target_io *tio; in alloc_tio() local 620 if (!ci->io->tio.io) { in alloc_tio() 622 tio = &ci->io->tio; in alloc_tio() [all …]
|
| H A D | dm-rq.h | 30 struct dm_rq_target_io *tio; member
|
| /linux/drivers/crypto/ccp/ |
| H A D | Makefile | 20 ccp-$(CONFIG_CRYPTO_DEV_SP_PSP) += sev-dev-tsm.o sev-dev-tio.o
|
| /linux/ |
| H A D | MAINTAINERS | 21738 F: Documentation/ABI/testing/sysfs-pps-gen-tio
|