Lines Matching defs:device
764 struct device { struct
765 struct device *parent; argument
767 struct device_private *p; argument
770 const char *init_name; /* initial name of the device */ argument
771 const struct device_type *type; argument
777 struct bus_type *bus; /* type of bus device is on */ argument
778 struct device_driver *driver; /* which driver has allocated this argument
780 void *platform_data; /* Platform specific data, device argument
798 int numa_node; /* NUMA node this device is close to */ argument
800 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
808 struct device_dma_parameters *dma_parms; argument
821 struct device_node *of_node; /* associated device tree node */ argument
822 struct fwnode_handle *fwnode; /* firmware device node */ argument
825 u32 id; /* device instance */ argument
834 void (*release)(struct device *dev); argument
841 static inline struct device *kobj_to_dev(struct kobject *kobj) in kobj_to_dev() argument