Searched refs:nmk_gpio_chip (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-nomadik.c | 43 void __nmk_gpio_set_slpm(struct nmk_gpio_chip *nmk_chip, unsigned int offset, in __nmk_gpio_set_slpm() 60 static void __nmk_gpio_set_output(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_output() 69 void __nmk_gpio_make_output(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_make_output() 81 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_ack() 93 static void __nmk_gpio_irq_modify(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_irq_modify() 134 static void __nmk_gpio_set_wake(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_wake() 154 static void nmk_gpio_irq_maskunmask(struct nmk_gpio_chip *nmk_chip, in nmk_gpio_irq_maskunmask() 176 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_mask() 185 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_unmask() 194 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_set_wake() [all …]
|
| /linux/include/linux/gpio/ |
| H A D | gpio-nomadik.h | 54 struct nmk_gpio_chip { struct 275 void __nmk_gpio_make_output(struct nmk_gpio_chip *nmk_chip, 277 void __nmk_gpio_set_slpm(struct nmk_gpio_chip *nmk_chip, unsigned int offset, 279 struct nmk_gpio_chip *nmk_gpio_populate_chip(struct fwnode_handle *fwnode, 284 extern struct nmk_gpio_chip *nmk_gpio_chips[NMK_MAX_BANKS];
|
| /linux/drivers/pinctrl/nomadik/ |
| H A D | pinctrl-nomadik.c | 212 struct nmk_gpio_chip *nmk_gpio_chips[NMK_MAX_BANKS]; 216 static void __nmk_gpio_set_mode(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_mode() 231 static void __nmk_gpio_set_pull(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_pull() 255 static void __nmk_gpio_set_lowemi(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_lowemi() 272 static void __nmk_gpio_make_input(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_make_input() 278 static void __nmk_gpio_set_mode_safe(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_set_mode_safe() 306 nmk_gpio_disable_lazy_irq(struct nmk_gpio_chip *nmk_chip, unsigned int offset) in nmk_gpio_disable_lazy_irq() 447 struct nmk_gpio_chip *chip = nmk_gpio_chips[i]; in nmk_gpio_glitch_slpm_init() 475 struct nmk_gpio_chip *chip = nmk_gpio_chips[i]; in nmk_gpio_glitch_slpm_restore() 548 static struct nmk_gpio_chip *find_nmk_gpio_from_pin(unsigned int pin, in find_nmk_gpio_from_pin() [all …]
|