Searched refs:parport (Results 26 - 50 of 50) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dlp.c15 * Support for parport by Philip Blundell <philb@gnu.org>
37 * appropriate low-level driver; all I/O is done through the parport
58 * # insmod lp.o parport=1,none,2
60 * # insmod lp.o parport=auto
74 * The new driver, by default, binds lp devices to parport devices as it
130 #include <linux/parport.h>
147 static struct parport *console_registered; // initially NULL
152 /* Bits used to manage claiming the parport device */
163 /* Claim the parport or block trying unless we've already claimed it */
171 /* Claim the parport o
752 static char *parport[LP_NO] = { NULL, }; variable
[all...]
H A Dppdev.c4 * This is the code behind /dev/parport* -- it allows a user-space
5 * application to use the parport subsystem.
64 #include <linux/parport.h>
101 struct parport *port = pp->pdev->port;
112 struct parport *pport;
144 size_t (*fn)(struct parport *, void *, size_t, int);
197 struct parport *pport;
286 struct parport *port;
336 struct parport * port;
675 /* parport release
[all...]
H A Dtipar.c15 * appropriate low-level driver; all I/O is done through the parport
39 * This driver, by default, binds tipar devices according to parport and
58 #include <linux/parport.h> /* Our code depend on parport */
93 /* --- macros for parport access -------------------------------------- */
424 * Register our module into parport.
425 * Pass also 2 callbacks functions to parport: a pre-emptive function and an
430 tipar_register(int nr, struct parport *port)
434 /* Register our module into parport */
463 tipar_attach(struct parport *por
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/auxdisplay/
H A Dks0108.c6 * Depends: parport
32 #include <linux/parport.h>
54 static struct parport *ks0108_parport;
136 "parport didn't find %i port\n", ks0108_port);
144 "parport didn't register new device\n");
151 "can't claim %i parport, maybe in use\n", ks0108_port);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/spi/
H A Dspi_butterfly.c2 * spi_butterfly.c - parport-to-butterfly adapter
24 #include <linux/parport.h>
70 struct parport *port;
197 static void butterfly_attach(struct parport *p)
233 * parport hookup
310 static void butterfly_detach(struct parport *p)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parport/
H A Dparport_cs.c47 #include <linux/parport.h>
86 struct parport *port;
107 /* Create new parport device */
146 parport device available to the system.
161 struct parport *p;
246 struct parport *p = info->port;
H A Dprobe.c9 #include <linux/parport.h>
35 static void pretty_print(struct parport *port, int device)
51 static void parse_data(struct parport *port, int device, char *str)
134 static ssize_t parport_read_device_id (struct parport *port, char *buffer,
H A Dparport_serial.c24 #include <linux/parport.h>
246 struct parport *port[PARPORT_MAX];
283 struct parport *port;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/joystick/
H A Dturbografx.c35 #include <linux/parport.h>
57 MODULE_PARM_DESC(map, "Describes first set of devices (<parport#>,<js1>,<js2>,..<js7>");
106 data2 = parport_read_control(tgfx->pd->port) ^ 0x04; /* CAVEAT parport */
161 static struct tgfx __init *tgfx_probe(int parport, int *n_buttons, int n_devs) argument
165 struct parport *pp;
170 pp = parport_find_number(parport);
172 printk(KERN_ERR "turbografx.c: no such parport\n");
179 printk(KERN_ERR "turbografx.c: parport busy already - lp.o loaded?\n");
H A Ddb9.c39 #include <linux/parport.h>
56 MODULE_PARM_DESC(dev, "Describes first attached device (<parport#>,<type>)");
58 MODULE_PARM_DESC(dev2, "Describes second attached device (<parport#>,<type>)");
60 MODULE_PARM_DESC(dev3, "Describes third attached device (<parport#>,<type>)");
148 static void db9_saturn_write_sub(struct parport *port, int type, unsigned char data, int powered, int pwr_sub)
171 static unsigned char db9_saturn_read_sub(struct parport *port, int type)
191 static unsigned char db9_saturn_read_analog(struct parport *port, int type, int powered)
208 static unsigned char db9_saturn_read_packet(struct parport *port, unsigned char *data, int type, int powered)
338 static int db9_saturn(int mode, struct parport *port, struct input_dev *devs[])
371 struct parport *por
558 db9_probe(int parport, int mode) argument
[all...]
H A Dgamecon.c38 #include <linux/parport.h>
57 MODULE_PARM_DESC(map, "Describes first set of devices (<parport#>,<pad1>,<pad2>,..<pad5>)");
720 static struct gc __init *gc_probe(int parport, int *pads, int n_pads) argument
723 struct parport *pp;
728 pp = parport_find_number(parport);
730 printk(KERN_ERR "gamecon.c: no such parport\n");
737 printk(KERN_ERR "gamecon.c: parport busy already - lp.o loaded?\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A DMakefile30 obj-$(CONFIG_I2C_PARPORT) += i2c-parport.o
31 obj-$(CONFIG_I2C_PARPORT_LIGHT) += i2c-parport-light.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dplip.c16 * parport-sharing awareness code by Philip Blundell.
57 static const char version[] = "NET3 PLIP version 2.4-parport gniibe@mri.co.jp\n";
109 #include <linux/parport.h>
238 struct parport *port =
248 struct parport *port =
256 struct parport *port =
264 struct parport *port =
273 PLIP is rather weird, because of the way it interacts with the parport
1237 static int parport[PLIP_MAX] = { [0 ... PLIP_MAX-1] = -1 }; variable
1240 module_param_array(parport, in
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/hamradio/
H A Dbaycom_par.c63 * 0.7 10.08.1999 Check if parport can do SPP and is safe to access during interrupt contexts
65 * removed direct parport access, uses parport driver methods
85 #include <linux/parport.h>
200 struct parport *pp = bc->pdev->port;
224 struct parport *pp = bc->pdev->port;
315 struct parport *pp;
321 printk(KERN_ERR "baycom_par: parport at 0x%lx unknown\n", dev->base_addr);
325 printk(KERN_ERR "baycom_par: parport at 0x%lx has no irq\n", pp->base);
330 printk(KERN_ERR "baycom_par: parport a
[all...]
H A Dbaycom_epp.c33 * 0.4 26.07.1999 Adapted to new lowlevel parport driver interface
36 * 0.6 10.08.1999 Check if parport can do SPP and is safe to access during interrupt contexts
50 #include <linux/parport.h>
427 struct parport *pp = bc->pdev->port;
559 struct parport *pp = bc->pdev->port;
646 struct parport *pp;
837 struct parport *pp = parport_find_base(dev->base_addr);
844 printk(KERN_ERR "%s: parport at 0x%lx unknown\n", bc_drvname, dev->base_addr);
848 printk(KERN_ERR "%s: parport at 0x%lx cannot be used\n",
858 printk(KERN_ERR "%s: cannot register parport a
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dw9966.c2 Winbond w9966cf Webcam parport driver.
31 in the parport drivers. (That's why it's so sloow)
37 parport drivers but (IEEE1284_MODE_NIBBLE|IEEE1284_DEVICE_ID)
62 #include <linux/parport.h>
106 struct parport* pport;
135 \tcam 1 to parport3 and search every parport for cam 2 etc...");
166 static int w9966_init(struct w9966_dev* cam, struct parport* port);
214 // Claim parport for ourself
223 // Release parport for others to use
278 static int w9966_init(struct w9966_dev* cam, struct parport* por
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/
H A Dportman2x4.c43 #include <linux/parport.h>
446 static int portman_probe(struct parport *p)
612 * parport stuff
650 static int __devinit snd_portman_probe_port(struct parport *p)
674 static void __devinit snd_portman_attach(struct parport *p)
682 /* Temporary assignment to forward the parport */
702 static void snd_portman_detach(struct parport *p)
733 struct parport *p;
786 /* claim parport */
788 snd_printd("Cannot claim parport
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/
H A DMakefile29 obj-$(CONFIG_PARPORT) += parport/
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/paride/
H A Dbpck6.c34 #include <linux/parport.h>
139 /* look at the parport device to see if what modes we can use */
H A Dparide.c18 1.06 TMW 2001.03.26 more sane parport-or-not resource management
32 #include <linux/parport.h>
249 struct parport *port;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dimm.c15 #include <linux/parport.h>
240 * A fair chunk of this is based on the Linux parport implementation
801 case 0: /* Phase 0 - Waiting for parport */
805 * for parport to call us
810 return 1; /* wait until imm_wakeup claims parport */
981 case 0: /* Do not have access to parport */
1140 static int __imm_attach(struct parport *pb)
1178 printk(KERN_ERR "imm%d: failed to claim parport because "
1245 static void imm_attach(struct parport *pb)
1250 static void imm_detach(struct parport *p
[all...]
H A Dppa.c15 #include <linux/parport.h>
701 case 0: /* Phase 0 - Waiting for parport */
705 * for parport to call us
710 return 1; /* wait until ppa_wakeup claims parport */
862 case 0: /* Do not have access to parport */
1010 static int __ppa_attach(struct parport *pb)
1043 printk(KERN_ERR "ppa%d: failed to claim parport because "
1115 static void ppa_attach(struct parport *pb)
1120 static void ppa_detach(struct parport *pb)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/ip32/
H A Dmace.h235 struct mace_parport parport; member in struct:mace_isactrl
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/ip32/
H A Dmace.h235 struct mace_parport parport; member in struct:mace_isactrl
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Dsuperio.c71 #include <linux/parport.h>

Completed in 288 milliseconds

12