Home
last modified time | relevance | path

Searched refs:IEEE1284_DEVICEID (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dparport.h78 #define IEEE1284_DEVICEID (1<<2) /* This is a flag */ macro
/linux/drivers/parport/
H A Dieee1284.c594 mode &= ~(IEEE1284_DEVICEID | IEEE1284_ADDR); in parport_write()
685 mode &= ~(IEEE1284_DEVICEID | IEEE1284_ADDR); in parport_read()
H A Dprobe.c262 IEEE1284_MODE_NIBBLE | IEEE1284_DEVICEID); in parport_device_id()