Lines Matching defs:device
703 struct device { struct
705 struct device *parent; argument
707 struct device_private *p; argument
709 const char *init_name; /* initial name of the device */ argument
710 const struct device_type *type; argument
712 const struct bus_type *bus; /* type of bus device is on */ argument
713 struct device_driver *driver; /* which driver has allocated this argument
715 void *platform_data; /* Platform specific data, device argument
738 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
747 struct device_dma_parameters *dma_parms; argument
770 struct device_node *of_node; /* associated device tree node */ argument
771 struct fwnode_handle *fwnode; /* firmware device node */ argument
774 int numa_node; /* NUMA node this device is close to */ argument
777 u32 id; /* device instance */ argument
785 void (*release)(struct device *dev); argument
789 struct device_physical_location *physical_location; argument
791 enum device_removable removable; argument
810 * @supplier: The device on the supplier end of the link. argument
1008 DEFINE_GUARD(device, struct device *, device_lock(_T), device_unlock(_T)) in DEFINE_GUARD() argument