Lines Matching defs:device
555 struct device { struct
557 struct device *parent; argument
559 struct device_private *p; argument
561 const char *init_name; /* initial name of the device */ argument
562 const struct device_type *type; argument
564 struct bus_type *bus; /* type of bus device is on */ argument
565 struct device_driver *driver; /* which driver has allocated this argument
567 void *platform_data; /* Platform specific data, device argument
590 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
599 struct device_dma_parameters *dma_parms; argument
617 struct device_node *of_node; /* associated device tree node */ argument
618 struct fwnode_handle *fwnode; /* firmware device node */ argument
621 int numa_node; /* NUMA node this device is close to */ argument
624 u32 id; /* device instance */ argument
632 void (*release)(struct device *dev); argument
636 struct device_physical_location *physical_location; argument
638 enum device_removable removable; argument
657 * @supplier: The device on the supplier end of the link. argument