Home
last modified time | relevance | path

Searched refs:GPIOD_OUT_HIGH (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/gpio/
H A Dconsumer.h10 #define GPIOD_OUT_HIGH 0x0002 macro
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dsi_vbt.c366 GPIOD_OUT_HIGH); in bxt_exec_gpio()
983 enum gpiod_flags flags = panel_is_on ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in intel_dsi_vbt_gpio_init()
/openbsd/sys/dev/pci/drm/apple/
H A Ddcp.c1002 dcp->hdmi_pwren = devm_gpiod_get_optional(dev, "hdmi-pwren", GPIOD_OUT_HIGH); in dcp_platform_probe()
1006 dcp->dp2hdmi_pwren = devm_gpiod_get_optional(dev, "dp2hdmi-pwren", GPIOD_OUT_HIGH); in dcp_platform_probe()
/openbsd/sys/dev/pci/drm/
H A Ddrm_linux.c3615 case GPIOD_OUT_HIGH: in devm_gpiod_get_optional()