Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpio-nomadik.c68 void __nmk_gpio_make_output(struct nmk_gpio_chip *nmk_chip, in __nmk_gpio_make_output()
80 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_ack()
175 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_mask()
184 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_unmask()
193 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_set_wake()
222 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_set_type()
264 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_startup()
274 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_shutdown()
282 struct nmk_gpio_chip *nmk_chip = dev_id; in nmk_gpio_irq_handler()
503 struct nmk_gpio_chip *nmk_chip; in nmk_gpio_populate_chip()
[all …]
/linux-6.15/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-6.15/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c212 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()
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()
552 struct nmk_gpio_chip *nmk_gpio; in find_nmk_gpio_from_pin()
924 struct nmk_gpio_chip *nmk_chip; in nmk_pmx_set()
943 struct nmk_gpio_chip *nmk_chip; in nmk_pmx_set()
1004 struct nmk_gpio_chip *nmk_chip; in nmk_gpio_request_enable()
1075 struct nmk_gpio_chip *nmk_chip; in nmk_pin_config_set()
[all …]