Searched refs:PARPORT_ANNOUNCED (Results 1 – 2 of 2) sorted by relevance
222 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()
243 #define PARPORT_ANNOUNCED 1 macro