Home | History | Annotate | Download | only in linux

Lines Matching refs:device

20  * device drivers that actually talk to the drives.  There may still be
25 * should use the O_NONBLOCK option when opening a CD-ROM device
380 #define CDC_RESET 0x200 /* hard reset device */
388 #define CDC_MO_DRIVE 0x40000 /* drive is an MO device */
909 #include <linux/device.h>
941 /* device-related storage */
944 int use_count; /* number of times device opened */
945 char name[20]; /* name of the device type */
946 /* per-device flags */
972 /* hard reset device */