Searched refs:jh7110_pinctrl (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/pinctrl/starfive/ |
| H A D | pinctrl-starfive-jh7110.c | 549 struct jh7110_pinctrl *sfp = container_of(gc, in jh7110_gpio_get_direction() 550 struct jh7110_pinctrl, gc); in jh7110_gpio_get_direction() 565 struct jh7110_pinctrl *sfp = container_of(gc, in jh7110_gpio_direction_input() 566 struct jh7110_pinctrl, gc); in jh7110_gpio_direction_input() 584 struct jh7110_pinctrl *sfp = container_of(gc, in jh7110_gpio_direction_output() 585 struct jh7110_pinctrl, gc); in jh7110_gpio_direction_output() 603 struct jh7110_pinctrl, gc); in jh7110_gpio_get() 615 struct jh7110_pinctrl, gc); in jh7110_gpio_set() 634 struct jh7110_pinctrl, gc); in jh7110_gpio_set_config() 677 struct jh7110_pinctrl, gc); in jh7110_gpio_add_pin_ranges() [all …]
|
| H A D | pinctrl-starfive-jh7110.h | 14 struct jh7110_pinctrl { struct 57 int (*jh7110_set_one_pin_mux)(struct jh7110_pinctrl *sfp, 62 int (*jh7110_get_padcfg_base)(struct jh7110_pinctrl *sfp, 68 void jh7110_set_gpiomux(struct jh7110_pinctrl *sfp, unsigned int pin, 71 struct jh7110_pinctrl *jh7110_from_irq_desc(struct irq_desc *desc);
|
| H A D | pinctrl-starfive-jh7110-aon.c | 76 static int jh7110_aon_set_one_pin_mux(struct jh7110_pinctrl *sfp, in jh7110_aon_set_one_pin_mux() 87 static int jh7110_aon_get_padcfg_base(struct jh7110_pinctrl *sfp, in jh7110_aon_get_padcfg_base() 98 struct jh7110_pinctrl *sfp = jh7110_from_irq_desc(desc); in jh7110_aon_irq_handler() 114 struct jh7110_pinctrl *sfp = container_of(gc, in jh7110_aon_init_hw() 115 struct jh7110_pinctrl, gc); in jh7110_aon_init_hw()
|
| H A D | pinctrl-starfive-jh7110-sys.c | 290 static void jh7110_set_function(struct jh7110_pinctrl *sfp, in jh7110_set_function() 314 static void jh7110_set_vin_group(struct jh7110_pinctrl *sfp, in jh7110_set_vin_group() 336 static int jh7110_sys_set_one_pin_mux(struct jh7110_pinctrl *sfp, in jh7110_sys_set_one_pin_mux() 352 static int jh7110_sys_get_padcfg_base(struct jh7110_pinctrl *sfp, in jh7110_sys_get_padcfg_base() 365 struct jh7110_pinctrl *sfp = jh7110_from_irq_desc(desc); in jh7110_sys_irq_handler() 385 struct jh7110_pinctrl *sfp = container_of(gc, in jh7110_sys_init_hw() 386 struct jh7110_pinctrl, gc); in jh7110_sys_init_hw()
|