Lines Matching refs:bd70528_gpio
14 struct bd70528_gpio { struct
20 static int bd70528_set_debounce(struct bd70528_gpio *bdgpio, in bd70528_set_debounce() argument
49 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip); in bd70528_get_direction()
67 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip); in bd70528_gpio_set_config()
94 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip); in bd70528_direction_input()
106 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip); in bd70528_gpio_set()
118 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip); in bd70528_direction_output()
128 static int bd70528_gpio_get_o(struct bd70528_gpio *bdgpio, unsigned int offset) in bd70528_gpio_get_o()
142 static int bd70528_gpio_get_i(struct bd70528_gpio *bdgpio, unsigned int offset) in bd70528_gpio_get_i()
160 struct bd70528_gpio *bdgpio = gpiochip_get_data(chip); in bd70528_gpio_get()
185 struct bd70528_gpio *bdgpio; in bd70528_probe()
218 static struct platform_driver bd70528_gpio = { variable
225 module_platform_driver(bd70528_gpio);