Lines Matching defs:device
737 struct device { struct
739 struct device *parent; argument
741 struct device_private *p; argument
743 const char *init_name; /* initial name of the device */ argument
744 const struct device_type *type; argument
746 const struct bus_type *bus; /* type of bus device is on */ argument
747 struct device_driver *driver; /* which driver has allocated this argument
749 void *platform_data; /* Platform specific data, device argument
772 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
781 struct device_dma_parameters *dma_parms; argument
804 struct device_node *of_node; /* associated device tree node */ argument
805 struct fwnode_handle *fwnode; /* firmware device node */ argument
808 int numa_node; /* NUMA node this device is close to */ argument
811 u32 id; /* device instance */ argument
819 void (*release)(struct device *dev); argument
823 struct device_physical_location *physical_location; argument
825 enum device_removable removable; argument
850 * @supplier: The device on the supplier end of the link. argument
1048 DEFINE_GUARD(device, struct device *, device_lock(_T), device_unlock(_T)) in DEFINE_GUARD() argument