Searched refs:PARPORT_DEV_EXCL (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/auxdisplay/ |
D | ks0108.c | 141 NULL, NULL, NULL, PARPORT_DEV_EXCL, NULL); in ks0108_init()
|
/linux-4.1.27/drivers/input/serio/ |
D | parkbd.c | 155 …parkbd_dev = parport_register_device(pp, "parkbd", NULL, NULL, parkbd_interrupt, PARPORT_DEV_EXCL,… in parkbd_getport()
|
/linux-4.1.27/drivers/parport/ |
D | share.c | 587 if (flags & PARPORT_DEV_EXCL) { in parport_register_device() 673 if (dev->flags & PARPORT_DEV_EXCL) in parport_unregister_device()
|
/linux-4.1.27/drivers/input/joystick/ |
D | turbografx.c | 175 pd = parport_register_device(pp, "turbografx", NULL, NULL, NULL, PARPORT_DEV_EXCL, NULL); in tgfx_probe()
|
D | walkera0701.c | 222 PARPORT_DEV_EXCL, w); in walkera0701_connect()
|
D | db9.c | 587 pd = parport_register_device(pp, "db9", NULL, NULL, NULL, PARPORT_DEV_EXCL, NULL); in db9_probe()
|
D | gamecon.c | 945 pd = parport_register_device(pp, "gamecon", NULL, NULL, NULL, PARPORT_DEV_EXCL, NULL); in gc_probe()
|
/linux-4.1.27/include/linux/ |
D | parport.h | 378 #define PARPORT_DEV_EXCL (1<<1) /* Need exclusive access. */ macro
|
/linux-4.1.27/drivers/net/hamradio/ |
D | baycom_par.c | 336 par96_interrupt, PARPORT_DEV_EXCL, dev); in par96_open()
|
D | baycom_epp.c | 857 NULL, PARPORT_DEV_EXCL, dev); in epp_open()
|
/linux-4.1.27/sound/drivers/ |
D | portman2x4.c | 767 PARPORT_DEV_EXCL, /* flags */ in snd_portman_probe()
|
D | mts64.c | 968 PARPORT_DEV_EXCL, /* flags */ in snd_mts64_probe()
|
/linux-4.1.27/Documentation/ |
D | parport-lowlevel.txt | 372 PARPORT_DEV_EXCL The device cannot share the parallel port at all.
|