Lines Matching defs:device
461 struct device { struct
463 struct device *parent; argument
465 struct device_private *p; argument
467 const char *init_name; /* initial name of the device */ argument
468 const struct device_type *type; argument
470 struct bus_type *bus; /* type of bus device is on */ argument
471 struct device_driver *driver; /* which driver has allocated this argument
473 void *platform_data; /* Platform specific data, device argument
475 void *driver_data; /* Driver data, set and get with
478 struct mutex lockdep_mutex;
480 struct mutex mutex; /* mutex to synchronize calls to
504 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
513 struct device_dma_parameters *dma_parms; argument
528 struct device_node *of_node; /* associated device tree node */ argument
529 struct fwnode_handle *fwnode; /* firmware device node */ argument
532 int numa_node; /* NUMA node this device is close to */ argument
535 u32 id; /* device instance */ argument
543 void (*release)(struct device *dev); argument
563 * @supplier: The device on the supplier end of the link. argument