Home
last modified time | relevance | path

Searched refs:intr_map_data_gpio (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/arm/nvidia/
HDtegra_gpio.c592 struct intr_map_data_gpio *dag; in tegra_gpio_pic_map_intr()
594 dag = (struct intr_map_data_gpio *)data; in tegra_gpio_pic_map_intr()
666 struct intr_map_data_gpio *dag; in tegra_gpio_pic_setup_intr()
668 dag = (struct intr_map_data_gpio *)data; in tegra_gpio_pic_setup_intr()
/freebsd-11-stable/sys/dev/gpio/
HDgpiobusvar.h74 struct intr_map_data_gpio { struct
HDgpiobus.c90 struct intr_map_data_gpio *gpio_data; in gpio_alloc_intr_resource()
93 gpio_data = (struct intr_map_data_gpio *)intr_alloc_map_data( in gpio_alloc_intr_resource()
/freebsd-11-stable/sys/arm/freescale/imx/
HDimx_gpio.c225 gpio_pic_map_gpio(struct imx51_gpio_softc *sc, struct intr_map_data_gpio *dag, in gpio_pic_map_gpio()
265 return (gpio_pic_map_gpio(sc, (struct intr_map_data_gpio *)data, in gpio_pic_map()
/freebsd-11-stable/sys/arm/ti/
HDti_gpio.c1005 ti_gpio_pic_map_gpio(struct ti_gpio_softc *sc, struct intr_map_data_gpio *dag, in ti_gpio_pic_map_gpio()
1036 (struct intr_map_data_gpio *)data, irqp, modep)); in ti_gpio_pic_map()
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_gpio.c1155 bcm_gpio_pic_map_gpio(struct bcm_gpio_softc *sc, struct intr_map_data_gpio *dag, in bcm_gpio_pic_map_gpio()
1188 (struct intr_map_data_gpio *)data, irqp, modep)); in bcm_gpio_pic_map()