Searched refs:nv_device_match (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 52 nv_device_match(struct nvkm_object *object, u16 dev, u16 ven, u16 sub) in nv_device_match() function
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv17.c | 136 if (nv_device_match(nvxx_object(device), 0x0322, 0x19da, 0x1035) || in get_tv_detect_quirks() 137 nv_device_match(nvxx_object(device), 0x0322, 0x19da, 0x2035)) { in get_tv_detect_quirks() 143 if (nv_device_match(nvxx_object(device), 0x01f0, 0x1462, 0x5710)) { in get_tv_detect_quirks()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | base.c | 59 if (nv_device_match(nv_object(gpio), 0x0189, 0x10de, 0x0010)) { in nvkm_gpio_find()
|