Searched refs:io (Results 201 - 225 of 5744) sorted by relevance

1234567891011>>

/linux-master/arch/riscv/include/asm/
H A Dpci.h13 #include <asm/io.h>
/linux-master/arch/sparc/include/asm/
H A Dio.h22 #include <asm-generic/io.h>
/linux-master/arch/loongarch/kernel/
H A Dcrash_dump.c3 #include <linux/io.h>
/linux-master/arch/mips/bmips/
H A Ddma.c6 #include <asm/io.h>
/linux-master/arch/powerpc/platforms/82xx/
H A Dpq2.c16 #include <asm/io.h>
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_hw.h10 #include <linux/io.h>
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Ducall.c49 if (run->exit_reason == KVM_EXIT_IO && run->io.port == UCALL_PIO_PORT) {
/linux-master/arch/loongarch/mm/
H A Dioremap.c6 #include <asm/io.h>
/linux-master/drivers/md/bcache/
H A DMakefile5 bcache-y := alloc.o bset.o btree.o debug.o extents.o io.o\
H A Dwriteback.c331 struct dirty_io *io = w->private; local
332 struct bio *bio = &io->bio;
336 if (!io->dc->writeback_percent)
346 closure_type(io, struct dirty_io, cl);
348 kfree(io);
353 closure_type(io, struct dirty_io, cl);
354 struct keybuf_key *w = io->bio.bi_private;
355 struct cached_dev *dc = io->dc;
357 bio_free_pages(&io->bio);
393 struct dirty_io *io local
455 struct dirty_io *io = w->private; local
480 struct dirty_io *io; local
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_io.h8 #include <linux/io-64-nonatomic-lo-hi.h>
/linux-master/arch/sh/kernel/
H A Dioport.c9 #include <linux/io.h>
/linux-master/arch/mips/include/asm/
H A Ddmi.h5 #include <linux/io.h>
/linux-master/tools/lib/api/fs/
H A Dfs.c19 #include "../io.h"
350 struct io io; local
354 io.fd = open(filename, O_RDONLY);
355 if (io.fd < 0)
357 io__init(&io, io.fd, bf, sizeof(bf));
359 err = io__getdelim(&io, buf, sizep, /*delim=*/-1);
365 close(io.fd);
450 struct io i local
[all...]
/linux-master/arch/x86/kernel/
H A Deisa.c8 #include <linux/io.h>
/linux-master/drivers/parport/
H A Dparport_pc.c60 #include <linux/io.h>
92 int io; member in struct:superio_struct
960 if (superios[i].io == 0)
967 static void show_parconfig_smsc37c669(int io, int key) argument
978 outb(key, io);
979 outb(key, io);
980 outb(1, io);
981 cr1 = inb(io + 1);
982 outb(4, io);
983 cr4 = inb(io
1048 show_parconfig_winbond(int io, int key) argument
1198 winbond_check(int io, int key) argument
1236 winbond_check2(int io, int key) argument
1277 smsc_check(int io, int key) argument
3136 static int __initdata io[PARPORT_PC_MAX_PORTS+1] = { variable
[all...]
/linux-master/drivers/input/serio/
H A Dpcips2.c18 #include <asm/io.h>
38 struct serio *io; member in struct:pcips2_data
43 static int pcips2_write(struct serio *io, unsigned char val) argument
45 struct pcips2_data *ps2if = io->port_data;
80 serio_interrupt(ps2if->io, scancode, flag);
99 static int pcips2_open(struct serio *io) argument
101 struct pcips2_data *ps2if = io->port_data;
117 static void pcips2_close(struct serio *io) argument
119 struct pcips2_data *ps2if = io->port_data;
156 ps2if->io
[all...]
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Duserspace_io_test.c73 TEST_ASSERT(run->io.port == 0x80,
74 "Expected I/O at port 0x80, got port 0x%x", run->io.port);
88 memset((void *)run + run->io.data_offset, 0xaa, 4096);
/linux-master/tools/perf/tests/
H A Dtests-scripts.c17 #include <api/io.h>
51 struct io io; local
55 io__init(&io, openat(dir_fd, name, O_RDONLY), buf, sizeof(buf));
56 if (io.fd < 0)
60 if (io__get_char(&io) != '#')
62 if (io__get_char(&io) != '!')
65 ch = io__get_char(&io);
71 ch = io__get_char(&io);
79 ch = io__get_char(&io);
[all...]
/linux-master/sound/isa/msnd/
H A Dmsnd.c29 #include <linux/io.h>
55 unsigned int io = dev->io; local
59 if (inb(io + HP_ISR) & HPISR_TXDE)
67 unsigned int io = dev->io; local
71 if (!(inb(io + HP_CVR) & HPCVR_HC))
83 outb(cmd, dev->io + HP_CVR);
98 unsigned int io = dev->io; local
[all...]
/linux-master/fs/f2fs/
H A Diostat.c90 int io, idx; local
97 for (io = 0; io < NR_PAGE_TYPE; io++) {
98 iostat_lat[idx][io].peak_lat =
99 jiffies_to_msecs(io_lat->peak_lat[idx][io]);
100 iostat_lat[idx][io].cnt = io_lat->bio_cnt[idx][io];
101 iostat_lat[idx][io].avg_lat = iostat_lat[idx][io]
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-mlxbf.c14 #include <linux/io.h>
394 void __iomem *io; member in struct:mlxbf_i2c_resource
504 static u32 mlxbf_i2c_poll(void __iomem *io, u32 addr, u32 mask, argument
512 bits = readl(io + addr) & mask;
532 if (mlxbf_i2c_poll(priv->mst->io, addr, mask, true, timeout))
543 if (mlxbf_i2c_poll(priv->mst->io, MLXBF_I2C_SMBUS_MASTER_GW,
554 writel(0, priv->mst->io + MLXBF_I2C_SMBUS_MASTER_GW);
594 mlxbf_i2c_poll(priv->mst->io, MLXBF_I2C_SMBUS_MASTER_GW,
599 cause_status_bits = readl(priv->mst_cause->io +
607 master_status_bits = readl(priv->mst->io
[all...]
/linux-master/drivers/md/
H A Ddm-io-rewind.c143 void dm_io_rewind(struct dm_io *io, struct bio_set *bs) argument
145 struct bio *orig = io->orig_bio;
151 * to restore bio's size manually (using io->sectors).
153 dm_bio_rewind(new_orig, ((io->sector_offset << 9) -
155 bio_trim(new_orig, 0, io->sectors);
163 io->orig_bio = new_orig;
/linux-master/fs/bcachefs/
H A DMakefile45 fs-io.o \
46 fs-io-buffered.o \
47 fs-io-direct.o \
48 fs-io-pagecache.o \
85 super-io.o \
/linux-master/drivers/isdn/hardware/mISDN/
H A DmISDNinfineon.c81 struct _ioport io; member in union:_ioaddr::__anon22
257 IOFUNC_IO(ISAC, inf_hw, isac.a.io)
258 IOFUNC_IO(IPAC, inf_hw, hscx.a.io)
259 IOFUNC_IND(ISAC, inf_hw, isac.a.io)
260 IOFUNC_IND(IPAC, inf_hw, hscx.a.io)
723 hw->isac.a.io.ale = (u32)hw->cfg.start + DIVA_ISAC_ALE;
724 hw->isac.a.io.port = (u32)hw->cfg.start + DIVA_ISAC_PORT;
726 hw->hscx.a.io.ale = (u32)hw->cfg.start + DIVA_HSCX_ALE;
727 hw->hscx.a.io.port = (u32)hw->cfg.start + DIVA_HSCX_PORT;
749 hw->isac.a.io
[all...]

Completed in 227 milliseconds

1234567891011>>