Home
last modified time | relevance | path

Searched +defs:device +path:device +path:. +path:h (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Ddevice.h723 struct device { struct
724 struct device *parent; argument
726 struct device_private *p; argument
729 const char *init_name; /* initial name of the device */ argument
730 const struct device_type *type; argument
736 struct bus_type *bus; /* type of bus device is on */ argument
737 struct device_driver *driver; /* which driver has allocated this argument
739 void *platform_data; /* Platform specific data, device argument
751 int numa_node; /* NUMA node this device is close to */ argument
753 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h54 struct nvkm_device *device = nv_device(object); in nv_device_match() local
61 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()