Lines Matching defs:device
462 struct device { struct
464 struct device *parent; argument
466 struct device_private *p; argument
468 const char *init_name; /* initial name of the device */ argument
469 const struct device_type *type; argument
471 struct bus_type *bus; /* type of bus device is on */ argument
472 struct device_driver *driver; /* which driver has allocated this argument
474 void *platform_data; /* Platform specific data, device argument
476 void *driver_data; /* Driver data, set and get with
479 struct mutex lockdep_mutex;
481 struct mutex mutex; /* mutex to synchronize calls to
506 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
515 struct device_dma_parameters *dma_parms; argument
530 struct device_node *of_node; /* associated device tree node */ argument
531 struct fwnode_handle *fwnode; /* firmware device node */ argument
534 int numa_node; /* NUMA node this device is close to */ argument
537 u32 id; /* device instance */ argument
545 void (*release)(struct device *dev); argument
565 * @supplier: The device on the supplier end of the link. argument