Lines Matching defs:device
473 struct device { struct
475 struct device *parent; argument
477 struct device_private *p; argument
479 const char *init_name; /* initial name of the device */ argument
480 const struct device_type *type; argument
482 struct bus_type *bus; /* type of bus device is on */ argument
483 struct device_driver *driver; /* which driver has allocated this argument
485 void *platform_data; /* Platform specific data, device argument
487 void *driver_data; /* Driver data, set and get with
490 struct mutex lockdep_mutex;
492 struct mutex mutex; /* mutex to synchronize calls to
517 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
526 struct device_dma_parameters *dma_parms; argument
544 struct device_node *of_node; /* associated device tree node */ argument
545 struct fwnode_handle *fwnode; /* firmware device node */ argument
548 int numa_node; /* NUMA node this device is close to */ argument
551 u32 id; /* device instance */ argument
559 void (*release)(struct device *dev); argument
563 enum device_removable removable; argument
582 * @supplier: The device on the supplier end of the link. argument