Searched refs:intr_map_data_gpio (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/arm/nvidia/ |
| HD | tegra_gpio.c | 592 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/ |
| HD | gpiobusvar.h | 74 struct intr_map_data_gpio { struct
|
| HD | gpiobus.c | 90 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/ |
| HD | imx_gpio.c | 225 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/ |
| HD | ti_gpio.c | 1005 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/ |
| HD | bcm2835_gpio.c | 1155 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()
|