Home
last modified time | relevance | path

Searched refs:DCB_GPIO_UNUSED (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dgf110.c42 if ( func == DCB_GPIO_UNUSED || in gf110_gpio_reset()
43 (match != DCB_GPIO_UNUSED && match != func)) in gf110_gpio_reset()
Dnv50.c46 if ( func == DCB_GPIO_UNUSED || in nv50_gpio_reset()
47 (match != DCB_GPIO_UNUSED && match != func)) in nv50_gpio_reset()
Dbase.c196 gpio->reset(gpio, DCB_GPIO_UNUSED); in _nvkm_gpio_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dconn.c44 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/
Dgpio.h9 DCB_GPIO_UNUSED = 0xff, enumerator
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfan.c134 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()
Dgt215.c58 if (tach->func != DCB_GPIO_UNUSED) { in gt215_therm_init()
Dgf110.c130 if (priv->base.fan->tach.func != DCB_GPIO_UNUSED) { in gf110_therm_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgt215.c474 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()
Dramgk104.c1527 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/
Dinit.c1863 gpio->reset(gpio, DCB_GPIO_UNUSED); in init_gpio()
2099 if (func.func != DCB_GPIO_UNUSED) { in init_gpio_ne()