Searched defs:io (Results 1 - 25 of 226) sorted by relevance

12345678910

/drivers/net/irda/
H A Dirtty-sir.h31 chipio_t io; /* IrDA controller information */ member in struct:sirtty_cb
/drivers/staging/lustre/lustre/llite/
H A Dvvp_lock.c81 struct cl_lock *lock, const struct cl_io *io)
83 return ccc_lock_init(env, obj, lock, io, &vvp_lock_ops);
80 vvp_lock_init(const struct lu_env *env, struct cl_object *obj, struct cl_lock *lock, const struct cl_io *io) argument
/drivers/input/gameport/
H A Demu10k1-gp.c29 #include <asm/io.h>
44 int io; member in struct:emu
77 emu->io = pci_resource_start(pdev, 0);
86 port->io = emu->io;
88 if (!request_region(emu->io, emu->size, "emu10k1-gp")) {
90 emu->io, emu->io + emu->size - 1);
114 release_region(emu->io, emu->size);
H A Dns558.c30 #include <asm/io.h>
49 int io; member in struct:ns558
64 static int ns558_isa_probe(int io) argument
75 if (!request_region(io, 1, "ns558-isa"))
83 c = inb(io);
84 outb(~c & ~3, io);
85 if (~(u = v = inb(io)) & 3) {
86 outb(c, io);
87 release_region(io, 1);
94 for (i = 0; i < 1000; i++) v &= inb(io);
[all...]
/drivers/media/radio/
H A Dradio-rtrack2.c21 #include <linux/io.h> /* outb, outb_p */
38 static int io[RTRACK2_MAX] = { [0] = CONFIG_RADIO_RTRACK2_PORT, variable
42 module_param_array(io, int, NULL, 0444);
43 MODULE_PARM_DESC(io, "I/O addresses of the RadioTrack card (0x20f or 0x30f)");
54 outb_p(1, isa->io);
55 outb_p(3, isa->io);
56 outb_p(1, isa->io);
61 outb_p(5, isa->io);
62 outb_p(7, isa->io);
63 outb_p(5, isa->io);
[all...]
H A Dradio-terratec.c28 #include <linux/io.h> /* outb, outb_p */
42 static int io = 0x590; variable
70 outb(0x80, isa->io + 1);
72 outb(0x00, isa->io + 1);
111 outb(WRT_EN | DATA, isa->io);
112 outb(WRT_EN | DATA | CLK_ON, isa->io);
113 outb(WRT_EN | DATA, isa->io);
115 outb(WRT_EN | 0x00, isa->io);
116 outb(WRT_EN | 0x00 | CLK_ON, isa->io);
119 outb(0x00, isa->io);
[all...]
H A Dradio-typhoon.c35 #include <linux/io.h> /* outb, outb_p */
58 static int io[TYPHOON_MAX] = { [0] = CONFIG_RADIO_TYPHOON_PORT, variable
63 module_param_array(io, int, NULL, 0444);
64 MODULE_PARM_DESC(io, "I/O addresses of the Typhoon card (0x316 or 0x336)");
104 outb_p((outval >> 8) & 0x01, isa->io + 4);
105 outb_p(outval >> 9, isa->io + 6);
106 outb_p(outval & 0xff, isa->io + 8);
118 outb_p(vol / 2, isa->io); /* Set the volume, high bit. */
119 outb_p(vol % 2, isa->io + 2); /* Set the volume, low bit. */
149 .io_params = io,
[all...]
/drivers/net/wireless/ath/wil6210/
H A Dioctl.c60 struct wil_memio io; local
64 if (copy_from_user(&io, data, sizeof(io)))
68 io.addr, io.val, io.op);
70 a = wil_ioc_addr(wil, io.addr, sizeof(u32), io.op);
72 wil_err(wil, "invalid address 0x%08x, op = 0x%08x\n", io.addr,
73 io
104 struct wil_memio_block io; local
[all...]
/drivers/scsi/
H A Ddmx3191d.c29 #include <asm/io.h>
75 unsigned long io; local
81 io = pci_resource_start(pdev, 0);
82 if (!request_region(io, DMX3191D_REGION_LEN, DMX3191D_DRIVER_NAME)) {
84 io, io + DMX3191D_REGION_LEN);
92 shost->io_port = io;
119 release_region(io, DMX3191D_REGION_LEN);
/drivers/video/fbdev/
H A Ds3c2410fb.h26 void __iomem *io; member in struct:s3c2410fb_info
H A Dnuc900fb.h38 void __iomem *io; member in struct:nuc900fb_info
/drivers/input/serio/
H A Daltera_ps2.c19 #include <linux/io.h>
26 struct serio *io; member in struct:ps2if
43 serio_interrupt(ps2if->io, status & 0xff, 0);
53 static int altera_ps2_write(struct serio *io, unsigned char val) argument
55 struct ps2if *ps2if = io->port_data;
61 static int altera_ps2_open(struct serio *io) argument
63 struct ps2if *ps2if = io->port_data;
73 static void altera_ps2_close(struct serio *io) argument
75 struct ps2if *ps2if = io->port_data;
104 ps2if->io
[all...]
H A Dambakmi.c25 #include <asm/io.h>
31 struct serio *io; member in struct:amba_kmi_port
46 serio_interrupt(kmi->io, readb(KMIDATA), 0);
54 static int amba_kmi_write(struct serio *io, unsigned char val) argument
56 struct amba_kmi_port *kmi = io->port_data;
68 static int amba_kmi_open(struct serio *io) argument
70 struct amba_kmi_port *kmi = io->port_data;
100 static void amba_kmi_close(struct serio *io) argument
102 struct amba_kmi_port *kmi = io->port_data;
114 struct serio *io; local
[all...]
H A Dpcips2.c21 #include <asm/io.h>
41 struct serio *io; member in struct:pcips2_data
46 static int pcips2_write(struct serio *io, unsigned char val) argument
48 struct pcips2_data *ps2if = io->port_data;
83 serio_interrupt(ps2if->io, scancode, flag);
102 static int pcips2_open(struct serio *io) argument
104 struct pcips2_data *ps2if = io->port_data;
120 static void pcips2_close(struct serio *io) argument
122 struct pcips2_data *ps2if = io->port_data;
159 ps2if->io
[all...]
/drivers/isdn/hardware/avm/
H A Db1isa.c22 #include <asm/io.h>
169 static int io[MAX_CARDS]; variable
172 module_param_array(io, int, NULL, 0);
174 MODULE_PARM_DESC(io, "I/O base address(es)");
214 if (!io[i])
217 isa_dev[i].resource[0].start = io[i];
/drivers/net/arcnet/
H A Dcom20020-isa.c42 #include <asm/io.h>
121 static int io = 0x0; /* <--- EDIT THESE LINES FOR YOUR CONFIGURATION */ variable
122 static int irq = 0; /* or use the insmod io= irq= shmem= options */
130 module_param(io, int, 0);
163 dev->base_addr = io;
209 io = ints[1];
/drivers/staging/comedi/kcomedilib/
H A Dkcomedilib_main.c26 #include <linux/io.h>
139 unsigned int chan, unsigned int *io)
154 *io = data[1];
160 unsigned int chan, unsigned int io)
170 return comedi_do_insn(dev, &insn, &io);
138 comedi_dio_get_config(struct comedi_device *dev, unsigned int subdev, unsigned int chan, unsigned int *io) argument
159 comedi_dio_config(struct comedi_device *dev, unsigned int subdev, unsigned int chan, unsigned int io) argument
/drivers/staging/lustre/lustre/lclient/
H A Dglimpse.c86 int cl_glimpse_lock(const struct lu_env *env, struct cl_io *io, argument
128 lock = cl_lock_request(env, io, descr, "glimpse",
168 struct cl_io *io; local
176 io = ccc_env_thread_io(env);
177 io->ci_obj = clob;
179 *ioout = io;
201 struct cl_io *io = NULL; local
205 result = cl_io_get(inode, &env, &io, &refcheck);
208 io->ci_verify_layout = 1;
209 result = cl_io_init(env, io, CIT_MIS
232 struct cl_io *io = NULL; local
[all...]
/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c19 #include <linux/io.h>
30 static ssize_t do_io_rw(void __iomem *io, char __user *buf, argument
53 iowrite32(le32_to_cpu(val), io + off);
55 val = cpu_to_le32(ioread32(io + off));
69 iowrite16(le16_to_cpu(val), io + off);
71 val = cpu_to_le16(ioread16(io + off));
85 iowrite8(val, io + off);
87 val = ioread8(io + off);
124 void __iomem *io; local
143 io
[all...]
/drivers/w1/slaves/
H A Dw1_ds2780.c30 size_t count, int io)
40 if (io) {
55 int io)
65 ret = w1_ds2780_do_io(dev, buf, addr, count, io);
29 w1_ds2780_do_io(struct device *dev, char *buf, int addr, size_t count, int io) argument
54 w1_ds2780_io(struct device *dev, char *buf, int addr, size_t count, int io) argument
H A Dw1_ds2781.c28 size_t count, int io)
38 if (io) {
53 int io)
63 ret = w1_ds2781_do_io(dev, buf, addr, count, io);
27 w1_ds2781_do_io(struct device *dev, char *buf, int addr, size_t count, int io) argument
52 w1_ds2781_io(struct device *dev, char *buf, int addr, size_t count, int io) argument
/drivers/clk/
H A Dclk-nspire.c13 #include <linux/io.h>
71 void __iomem *io; local
77 io = of_iomap(node, 0);
78 if (!io)
80 val = readl(io);
81 iounmap(io);
113 void __iomem *io; local
118 io = of_iomap(node, 0);
119 if (!io)
121 val = readl(io);
[all...]
/drivers/ide/
H A Dide-cs.c43 #include <asm/io.h>
115 static struct ide_host *idecs_register(unsigned long io, unsigned long ctl, argument
123 if (!request_region(io, 8, DRV_NAME)) {
125 DRV_NAME, io, io + 7);
132 release_region(io, 8);
137 ide_std_init_ports(&hw, io, ctl);
162 release_region(io, 8);
/drivers/isdn/hardware/eicon/
H A Ddi.h42 void *io; member in struct:adapter_s
/drivers/isdn/hisax/
H A Dhisax_fcpcipnp.h49 unsigned int io; member in struct:fritz_adapter

Completed in 810 milliseconds

12345678910