Home
last modified time | relevance | path

Searched refs:nv_device_match (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h52 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/
Dtvnv17.c136 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/
Dbase.c59 if (nv_device_match(nv_object(gpio), 0x0189, 0x10de, 0x0010)) { in nvkm_gpio_find()