Searched refs:nmk_gpio_chip (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpio-nomadik.c41 void __nmk_gpio_set_slpm(struct nmk_gpio_chip *nmk_chip, unsigned int offset,
58 static void __nmk_gpio_set_output(struct nmk_gpio_chip *nmk_chip,
67 void __nmk_gpio_make_output(struct nmk_gpio_chip *nmk_chip,
79 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc);
91 static void __nmk_gpio_irq_modify(struct nmk_gpio_chip *nmk_chip,
132 static void __nmk_gpio_set_wake(struct nmk_gpio_chip *nmk_chip,
152 static void nmk_gpio_irq_maskunmask(struct nmk_gpio_chip *nmk_chip,
174 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc);
183 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc);
192 struct nmk_gpio_chip *nmk_chi
[all...]
/linux-master/include/linux/gpio/
H A Dgpio-nomadik.h54 struct nmk_gpio_chip { struct
279 void __nmk_gpio_make_output(struct nmk_gpio_chip *nmk_chip,
281 void __nmk_gpio_set_slpm(struct nmk_gpio_chip *nmk_chip, unsigned int offset,
283 struct nmk_gpio_chip *nmk_gpio_populate_chip(struct fwnode_handle *fwnode,
288 extern struct nmk_gpio_chip *nmk_gpio_chips[NMK_MAX_BANKS];
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c211 struct nmk_gpio_chip *nmk_gpio_chips[NMK_MAX_BANKS];
215 static void __nmk_gpio_set_mode(struct nmk_gpio_chip *nmk_chip,
230 static void __nmk_gpio_set_pull(struct nmk_gpio_chip *nmk_chip,
254 static void __nmk_gpio_set_lowemi(struct nmk_gpio_chip *nmk_chip,
271 static void __nmk_gpio_make_input(struct nmk_gpio_chip *nmk_chip,
277 static void __nmk_gpio_set_mode_safe(struct nmk_gpio_chip *nmk_chip,
305 nmk_gpio_disable_lazy_irq(struct nmk_gpio_chip *nmk_chip, unsigned int offset)
446 struct nmk_gpio_chip *chip = nmk_gpio_chips[i];
464 struct nmk_gpio_chip *chip = nmk_gpio_chips[i];
537 static struct nmk_gpio_chip *find_nmk_gpio_from_pi
[all...]

Completed in 188 milliseconds