Home
last modified time | relevance | path

Searched refs:PARPORT_ANNOUNCED (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/parport/
H A Dshare.c222 if (test_bit(PARPORT_ANNOUNCED, &port->devflags)) in port_check()
539 set_bit(PARPORT_ANNOUNCED, &port->devflags); in parport_announce_port()
569 clear_bit(PARPORT_ANNOUNCED, &port->devflags); in parport_remove_port()
/linux/include/linux/
H A Dparport.h243 #define PARPORT_ANNOUNCED 1 macro