Searched refs:DCB_GPIO_UNUSED (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | gf110.c | 42 if ( func == DCB_GPIO_UNUSED || in gf110_gpio_reset() 43 (match != DCB_GPIO_UNUSED && match != func)) in gf110_gpio_reset()
|
D | nv50.c | 46 if ( func == DCB_GPIO_UNUSED || in nv50_gpio_reset() 47 (match != DCB_GPIO_UNUSED && match != func)) in nv50_gpio_reset()
|
D | base.c | 196 gpio->reset(gpio, DCB_GPIO_UNUSED); in _nvkm_gpio_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | conn.c | 44 if (!gpio->get(gpio, 0, DCB_GPIO_UNUSED, conn->hpd.index)) in nvkm_connector_hpd() 122 ret = gpio->find(gpio, 0, info->hpd, DCB_GPIO_UNUSED, &func); in nvkm_connector_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | gpio.h | 9 DCB_GPIO_UNUSED = 0xff, enumerator
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | fan.c | 134 if (priv->fan->tach.func == DCB_GPIO_UNUSED) in nvkm_therm_fan_sense() 265 priv->fan->tach.func = DCB_GPIO_UNUSED; in nvkm_therm_fan_ctor()
|
D | gt215.c | 58 if (tach->func != DCB_GPIO_UNUSED) { in gt215_therm_init()
|
D | gf110.c | 130 if (priv->base.fan->tach.func != DCB_GPIO_UNUSED) { in gf110_therm_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgt215.c | 474 if (gpio->get(gpio, 0, 0x2e, DCB_GPIO_UNUSED) != val) { in gt215_ram_fbvref() 475 ret = gpio->find(gpio, 0, 0x2e, DCB_GPIO_UNUSED, &func); in gt215_ram_fbvref() 995 ret = gpio->find(gpio, 0, 0x2e, DCB_GPIO_UNUSED, &func); in gt215_ram_ctor()
|
D | ramgk104.c | 1527 ret = gpio->find(gpio, 0, 0x18, DCB_GPIO_UNUSED, &func); in gk104_ram_ctor() 1534 ret = gpio->find(gpio, 0, 0x2e, DCB_GPIO_UNUSED, &func); in gk104_ram_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | init.c | 1863 gpio->reset(gpio, DCB_GPIO_UNUSED); in init_gpio() 2099 if (func.func != DCB_GPIO_UNUSED) { in init_gpio_ne()
|