Home | History | Annotate | Download | only in linux

Lines Matching full:device

1 /* atmdev.h - ATM device driver declarations and various related items */
212 #include <linux/device.h>
244 by device driver. */
245 ATM_VF_READY, /* VC is ready to transfer data. Set by device
277 ATM_DF_REMOVED, /* device was removed from atm_devs list */
296 struct atm_dev *dev; /* device back pointer */
303 void *dev_data; /* per-device data */
341 const struct atmdev_ops *ops; /* device operations; NULL if unused */
344 const char *type; /* device type name */
345 int number; /* device index */
346 void *dev_data; /* per-device data */
348 unsigned long flags; /* device flags (ATM_DF_*) */
362 struct class_device class_dev; /* sysfs class device */
487 * Special (non-device) handlers of ioctl's should
488 * register here. If you're a normal device, you should