Searched refs:DCB_GPIO_PANEL_POWER (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | gpio.h | 4 DCB_GPIO_PANEL_POWER = 0x01, enumerator
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_connector.c | 128 panel = gpio->get(gpio, 0, DCB_GPIO_PANEL_POWER, 0xff); in nouveau_connector_ddc_detect() 130 gpio->set(gpio, 0, DCB_GPIO_PANEL_POWER, 0xff, 1); in nouveau_connector_ddc_detect() 160 gpio->set(gpio, 0, DCB_GPIO_PANEL_POWER, 0xff, panel); in nouveau_connector_ddc_detect()
|