Lines Matching defs:device
633 struct device { struct
634 struct device *parent; argument
636 struct device_private *p; argument
639 const char *init_name; /* initial name of the device */ argument
640 const struct device_type *type; argument
646 struct bus_type *bus; /* type of bus device is on */ argument
647 struct device_driver *driver; /* which driver has allocated this argument
649 void *platform_data; /* Platform specific data, device argument
655 int numa_node; /* NUMA node this device is close to */ argument
657 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
664 struct device_dma_parameters *dma_parms; argument
673 struct device_node *of_node; /* associated device tree node */ argument
676 u32 id; /* device instance */ argument
685 void (*release)(struct device *dev); argument