Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dconn.c44 if (!nvkm_gpio_get(gpio, 0, DCB_GPIO_UNUSED, conn->hpd.index)) in nvkm_conn_hpd()
89 conn->info.hpd = DCB_GPIO_UNUSED; in nvkm_conn_ctor()
102 ret = nvkm_gpio_find(gpio, 0, info->hpd, DCB_GPIO_UNUSED, &func); in nvkm_conn_ctor()
Duconn.c38 args->v0.support = gpio && conn->info.hpd != DCB_GPIO_UNUSED; in nvkm_uconn_mthd_hpd_status()
42 int ret = nvkm_gpio_get(gpio, 0, DCB_GPIO_UNUSED, conn->info.hpd); in nvkm_uconn_mthd_hpd_status()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dgf119.c43 if ( func == DCB_GPIO_UNUSED || in gf119_gpio_reset()
44 (match != DCB_GPIO_UNUSED && match != func)) in gf119_gpio_reset()
Dnv50.c47 if ( func == DCB_GPIO_UNUSED || in nv50_gpio_reset()
48 (match != DCB_GPIO_UNUSED && match != func)) in nv50_gpio_reset()
Dga102.c41 if ( func == DCB_GPIO_UNUSED || in ga102_gpio_reset()
42 (match != DCB_GPIO_UNUSED && match != func)) in ga102_gpio_reset()
Dbase.c201 nvkm_gpio_reset(gpio, DCB_GPIO_UNUSED); in nvkm_gpio_init()
206 DCB_GPIO_UNUSED, &func); in nvkm_gpio_init()
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dgpio.h14 DCB_GPIO_UNUSED = 0xff, enumerator
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dgt215.c49 if (tach->func != DCB_GPIO_UNUSED) { in gt215_therm_init()
Dfan.c135 if (therm->fan->tach.func == DCB_GPIO_UNUSED) in nvkm_therm_fan_sense()
262 therm->fan->tach.func = DCB_GPIO_UNUSED; in nvkm_therm_fan_ctor()
Dgf119.c128 if (therm->fan->tach.func != DCB_GPIO_UNUSED) { in gf119_therm_init()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgt215.c473 if (nvkm_gpio_get(gpio, 0, tag, DCB_GPIO_UNUSED) != val) { in gt215_ram_gpio()
474 ret = nvkm_gpio_find(gpio, 0, tag, DCB_GPIO_UNUSED, &func); in gt215_ram_gpio()
662 if (nvkm_gpio_get(gpio, 0, 0x18, DCB_GPIO_UNUSED) == in gt215_ram_calc()
Dramnv50.c198 if (nvkm_gpio_get(gpio, 0, tag, DCB_GPIO_UNUSED) != val) { in nv50_ram_gpio()
199 ret = nvkm_gpio_find(gpio, 0, tag, DCB_GPIO_UNUSED, &func); in nv50_ram_gpio()
Dramgk104.c1595 ret = nvkm_gpio_find(device->gpio, 0, 0x18, DCB_GPIO_UNUSED, &gpio); in gk104_ram_new_()
1602 ret = nvkm_gpio_find(device->gpio, 0, 0x2e, DCB_GPIO_UNUSED, &gpio); in gk104_ram_new_()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dinit.c1972 nvkm_gpio_reset(gpio, DCB_GPIO_UNUSED); in init_gpio()
2208 if (func.func != DCB_GPIO_UNUSED) { in init_gpio_ne()