Searched refs:io (Results 1 - 25 of 5744) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/ti/
H A Ddavinci-mcasp.c20 #include <linux/io.h>
/linux-master/sound/soc/sof/
H A Ddebug.c15 #include <linux/io.h>
62 /* align io read start to u32 multiple */
/linux-master/sound/soc/amd/yc/
H A Dacp6x-mach.c13 #include <linux/io.h>
/linux-master/include/sound/
H A Demu10k1.h21 #include <linux/io.h>
/linux-master/drivers/spi/
H A Dspi-axi-spi-engine.c12 #include <linux/io.h>
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c20 #include <linux/io.h>
/linux-master/drivers/regulator/
H A Dvqmmc-ipq4019-regulator.c8 #include <linux/io.h>
/linux-master/drivers/nvme/host/
H A Dpci.c16 #include <linux/io.h>
27 #include <linux/io-64-nonatomic-lo-hi.h>
28 #include <linux/io-64-nonatomic-hi-lo.h>
76 MODULE_PARM_DESC(io_queue_depth, "set io queue depth, should >= 2 and < 4096");
/linux-master/drivers/firewire/
H A Dohci.c18 #include <linux/io.h>
H A Dnosy.c12 #include <linux/io.h>
/linux-master/drivers/block/
H A Dublk_drv.c82 * io command is active: sqe cmd is received, and its cqe isn't done
84 * If the flag is set, the io command is owned by ublk driver, and waited
87 * If the flag is cleared, the io command will be completed, and owned by
106 * associated with this io command will be failed immediately
123 /* userspace buffer address from io cmd */
368 struct ublk_io *io = &ubq->ios[req->tag]; local
412 iod->addr = io->addr;
844 struct ublk_io *io)
860 import_ubuf(dir, u64_to_user_ptr(io->addr), rq_bytes, &iter);
868 struct ublk_io *io)
843 ublk_map_io(const struct ublk_queue *ubq, const struct request *req, struct ublk_io *io) argument
866 ublk_unmap_io(const struct ublk_queue *ubq, const struct request *req, struct ublk_io *io) argument
918 struct ublk_io *io = &ubq->ios[req->tag]; local
972 struct ublk_io *io = &ubq->ios[req->tag]; local
1039 __ublk_fail_req(struct ublk_queue *ubq, struct ublk_io *io, struct request *req) argument
1050 ubq_complete_io_cmd(struct ublk_io *io, int res, unsigned issue_flags) argument
1083 struct ublk_io *io = &ubq->ios[tag]; local
1181 struct ublk_io *io = &ubq->ios[rq->tag]; local
1206 struct ublk_io *io = &ubq->ios[i]; local
1341 struct ublk_io *io = &ubq->ios[tag]; local
1370 struct ublk_io *io = &ubq->ios[i]; local
1420 ublk_cancel_cmd(struct ublk_queue *ubq, struct ublk_io *io, unsigned int issue_flags) argument
1450 struct ublk_io *io; local
1638 ublk_fill_io_cmd(struct ublk_io *io, struct io_uring_cmd *cmd, unsigned long buf_addr) argument
1667 struct ublk_io *io; local
2645 struct ublk_io *io = &ubq->ios[i]; local
[all...]
/linux-master/arch/xtensa/kernel/
H A Dprocess.c41 #include <asm/io.h>
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c13 #include <linux/io.h>
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c16 #include <linux/io.h>
/linux-master/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g6.c5 #include <linux/io.h>
/linux-master/fs/erofs/
H A Dfscache.c45 static bool erofs_fscache_io_put(struct erofs_fscache_io *io) argument
47 if (!refcount_dec_and_test(&io->ref))
49 if (io->cres.ops)
50 io->cres.ops->end_operation(&io->cres);
51 kfree(io);
97 static void erofs_fscache_req_io_put(struct erofs_fscache_io *io) argument
99 struct erofs_fscache_rq *req = io->private;
101 if (erofs_fscache_io_put(io))
108 struct erofs_fscache_io *io local
118 struct erofs_fscache_io *io = kzalloc(sizeof(*io), GFP_KERNEL); local
133 erofs_fscache_read_io_async(struct fscache_cookie *cookie, loff_t pstart, struct erofs_fscache_io *io) argument
178 struct erofs_fscache_io io; member in struct:erofs_fscache_bio
186 struct erofs_fscache_bio *io = priv; local
197 struct erofs_fscache_bio *io; local
209 struct erofs_fscache_bio *io = container_of(bio, local
229 struct erofs_fscache_io *io; local
261 struct erofs_fscache_io *io; local
[all...]
/linux-master/drivers/soundwire/
H A Damd_manager.c10 #include <linux/io.h>
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-snps-pcie3.c10 #include <linux/io.h>
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-combo.c10 #include <linux/io.h>
H A Dphy-qcom-m31.c9 #include <linux/io.h>
/linux-master/drivers/phy/marvell/
H A Dphy-mvebu-a3700-comphy.c18 #include <linux/io.h>
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8m-pcie.c9 #include <linux/io.h>
/linux-master/drivers/dma/
H A Dpl330.c12 #include <linux/io.h>
H A Dowl-dma.c20 #include <linux/io.h>
/linux-master/drivers/dma/idxd/
H A Dirq.c7 #include <linux/io-64-nonatomic-lo-hi.h>

Completed in 426 milliseconds

1234567891011>>