Home
last modified time | relevance | path

Searched refs:virq_chip (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dirq-generic.h78 struct virq_chip { struct
122 int virq_to_irq(struct virq_chip *chip, int virq);
123 int virq_add_chip(struct udevice *dev, struct virq_chip *chip, int irq);
/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dvirq.c37 struct virq_chip *chip; /* irq chip */
80 int virq_to_irq(struct virq_chip *chip, int virq) in virq_to_irq()
187 struct virq_chip *chip; in virq_chip_generic_handler()
242 int virq_add_chip(struct udevice *dev, struct virq_chip *chip, int irq) in virq_add_chip()
327 struct virq_chip *chip; in __virq_enable()
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Drk8xx.c30 static struct virq_chip rk805_irq_chip = {
48 static struct virq_chip rk808_irq_chip = {
79 static struct virq_chip rk816_irq_chip = {
104 static struct virq_chip rk818_irq_chip = {
135 static struct virq_chip rk817_irq_chip = {
421 struct virq_chip *irq_chip = NULL; in rk8xx_irq_chip_init()
H A Drk8xx_spi.c69 static struct virq_chip rk806_irq_chip = {
224 struct virq_chip *irq_chip = NULL; in rk8xx_spi_irq_chip_init()
/OK3568_Linux_fs/u-boot/include/power/
H A Drk8xx_pmic.h282 struct virq_chip *irq_chip;