Home
last modified time | relevance | path

Searched defs:hw_gpio (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
H A Dhw_gpio.h95 struct hw_gpio { struct
96 struct hw_gpio_pin base; argument
112 container_of((hw_gpio_pin), struct hw_gpio, base) argument
H A Dhw_generic.h41 #define HW_GENERIC_FROM_BASE(hw_gpio) \ argument
H A Dhw_ddc.h40 #define HW_DDC_FROM_BASE(hw_gpio) \ argument
H A Dhw_hpd.h40 #define HW_HPD_FROM_BASE(hw_gpio) \ argument
H A Damdgpu_hw_ddc.c79 struct hw_gpio *hw_gpio = NULL; in set_config() local