HomeSort by: relevance | last modified time | path
    Searched defs:hw_gpio (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
amdgpu_hw_ddc.c 38 #include "hw_gpio.h"
79 struct hw_gpio *hw_gpio = NULL; local in function:set_config
85 hw_gpio = &ddc->base;
87 if (hw_gpio == NULL) {
103 if (hw_gpio->base.en != GPIO_DDC_LINE_VIP_PAD) {
179 if ((hw_gpio->base.en >= GPIO_DDC_LINE_DDC1) &&
180 (hw_gpio->base.en <= GPIO_DDC_LINE_DDC_VGA)) {
189 if ((hw_gpio->base.en >= GPIO_DDC_LINE_DDC1) &&
190 (hw_gpio->base.en <= GPIO_DDC_LINE_DDC_VGA))
    [all...]
hw_gpio.h 1 /* $NetBSD: hw_gpio.h,v 1.2 2021/12/18 23:45:04 riastradh Exp $ */
34 container_of((ptr), struct hw_gpio, base)
73 struct hw_gpio;
95 struct hw_gpio { struct
112 container_of((hw_gpio_pin), struct hw_gpio, base)
115 struct hw_gpio *pin,
129 struct hw_gpio *pin,
133 struct hw_gpio *pin);

Completed in 12 milliseconds