Searched defs:hw_gpio (Results 1 – 6 of 6) sorted by relevance
93 struct hw_gpio { struct94 struct hw_gpio_pin base; argument110 container_of((hw_gpio_pin), struct hw_gpio, base) argument
39 #define HW_GENERIC_FROM_BASE(hw_gpio) \ argument
38 #define HW_DDC_FROM_BASE(hw_gpio) \ argument
38 #define HW_HPD_FROM_BASE(hw_gpio) \ argument
74 struct hw_gpio *hw_gpio = NULL; in set_config() local
50 static void __iomem *hw_gpio; variable