Searched +defs:device +path:device +path:. +path:h (Results 1 – 2 of 2) 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 …]
54 struct nvkm_device *device = nv_device(object); in nv_device_match() local61 nv_device_is_pci(struct nvkm_device *device) in nv_device_is_pci()67 nv_device_is_cpu_coherent(struct nvkm_device *device) in nv_device_is_cpu_coherent()73 nv_device_base(struct nvkm_device *device) in nv_device_base()