Searched refs:IRQ_USBD (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/mips/bcm63xx/ |
D | dev-usb-usbd.c | 38 const int irq_list[NUM_IRQ] = { IRQ_USBD, in bcm63xx_usbd_register()
|
/Linux-v5.4/drivers/usb/gadget/udc/ |
D | s3c2410_udc.c | 984 dprintk(DEBUG_VERBOSE, "irq: %d s3c2410_udc_done.\n", IRQ_USBD); in s3c2410_udc_irq() 1806 retval = request_irq(IRQ_USBD, s3c2410_udc_irq, in s3c2410_udc_probe() 1810 dev_err(dev, "cannot get irq %i, err %d\n", IRQ_USBD, retval); in s3c2410_udc_probe() 1815 dev_dbg(dev, "got irq %i\n", IRQ_USBD); in s3c2410_udc_probe() 1882 free_irq(IRQ_USBD, udc); in s3c2410_udc_probe() 1916 free_irq(IRQ_USBD, udc); in s3c2410_udc_remove()
|
/Linux-v5.4/arch/arm/mach-s3c24xx/include/mach/ |
D | irqs.h | 49 #define IRQ_USBD S3C2410_IRQ(25) macro
|
/Linux-v5.4/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_cpu.h | 616 IRQ_USBD, enumerator 1029 [IRQ_USBD] = BCM_## __cpu ##_USBD_IRQ, \
|
/Linux-v5.4/arch/arm/plat-samsung/ |
D | devs.c | 971 [1] = DEFINE_RES_IRQ(IRQ_USBD), 1024 [1] = DEFINE_RES_IRQ(IRQ_USBD),
|