Lines Matching refs:bd70528_gpio
14 struct bd70528_gpio {
19 static int bd70528_set_debounce(struct bd70528_gpio *bdgpio,
48 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip);
66 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip);
93 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip);
105 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip);
117 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip);
127 static int bd70528_gpio_get_o(struct bd70528_gpio *bdgpio, unsigned int offset)
141 static int bd70528_gpio_get_i(struct bd70528_gpio *bdgpio, unsigned int offset)
159 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip);
183 struct bd70528_gpio *bdgpio;
223 static struct platform_driver bd70528_gpio = {
230 module_platform_driver(bd70528_gpio);