Searched +defs:device +path:include +path:linux +path:device +path:. +path:h (Results 1 – 1 of 1) sorted by relevance
723 struct device { struct724 struct device *parent; argument726 struct device_private *p; argument729 const char *init_name; /* initial name of the device */ argument730 const struct device_type *type; argument736 struct bus_type *bus; /* type of bus device is on */ argument737 struct device_driver *driver; /* which driver has allocated this argument739 void *platform_data; /* Platform specific data, device argument751 int numa_node; /* NUMA node this device is close to */ argument753 u64 *dma_mask; /* dma mask (if dma'able device) */ argument[all …]