Home
last modified time | relevance | path

Searched refs:PARPORT_DEV_EXCL (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/auxdisplay/
H A Dks0108.c119 ks0108_cb.flags = PARPORT_DEV_EXCL; in ks0108_parport_attach()
/linux/drivers/parport/
H A Dshare.c661 * The %PARPORT_DEV_EXCL flag is for preventing port sharing, and
693 if (par_dev_cb->flags & PARPORT_DEV_EXCL) { in parport_register_dev_model()
757 if (par_dev_cb->flags & PARPORT_DEV_EXCL) { in parport_register_dev_model()
852 if (dev->flags & PARPORT_DEV_EXCL) in parport_unregister_device()
/linux/include/linux/
H A Dparport.h440 #define PARPORT_DEV_EXCL (1<<1) /* Need exclusive access. */ macro
/linux/drivers/net/hamradio/
H A Dbaycom_par.c325 par_cb.flags = PARPORT_DEV_EXCL; in par96_open()
H A Dbaycom_epp.c846 par_cb.flags = PARPORT_DEV_EXCL; in epp_open()
/linux/sound/drivers/
H A Dmts64.c916 .flags = PARPORT_DEV_EXCL, /* flags */ in snd_mts64_probe()
/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst419 PARPORT_DEV_EXCL The device cannot share the parallel port at all.