Home
last modified time | relevance | path

Searched refs:aw9110 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-aw9110.c70 struct aw9110 { struct
100 struct aw9110 *gpio = gpiochip_get_data(chip); in aw9110_get() argument
122 struct aw9110 *gpio = gpiochip_get_data(chip); in aw9110_get_direction()
137 struct aw9110 *gpio = gpiochip_get_data(chip); in aw9110_direction_input()
158 struct aw9110 *gpio = gpiochip_get_data(chip); in aw9110_direction_output()
181 struct aw9110 *gpio = gpiochip_get_data(chip); in aw9110_set()
203 struct aw9110 *gpio = data; in aw9110_irq()
244 struct aw9110 *gpio = irq_data_get_irq_chip_data(data); in aw9110_irq_set_wake()
251 struct aw9110 *gpio = irq_data_get_irq_chip_data(data); in aw9110_irq_enable()
258 struct aw9110 *gpio = irq_data_get_irq_chip_data(data); in aw9110_irq_disable()
[all …]
H A DMakefile39 obj-$(CONFIG_GPIO_AW9110) += gpio-aw9110.o