Home
last modified time | relevance | path

Searched refs:PARPORT_INACTIVITY_O_NONBLOCK (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/char/
Dppdev.c136 PARPORT_INACTIVITY_O_NONBLOCK : in pp_read()
215 PARPORT_INACTIVITY_O_NONBLOCK : in pp_write()
Dlp.c333 (nonblock ? PARPORT_INACTIVITY_O_NONBLOCK in lp_write()
432 (nonblock ? PARPORT_INACTIVITY_O_NONBLOCK in lp_read()
/linux-3.4.99/include/linux/
Dparport.h474 #define PARPORT_INACTIVITY_O_NONBLOCK 1 macro
/linux-3.4.99/drivers/parport/
Dparport_ip32.c1641 if (physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK) in parport_ip32_compat_write_data()
1707 if (physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK) in parport_ip32_ecp_write_data()
Dparport_pc.c767 if (port->physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK) in parport_pc_compat_write_block_pio()
842 if (port->physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK) in parport_pc_ecp_write_block_pio()
963 if (port->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK)