Searched refs:suspend_irq (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1759 static void suspend_irq(struct fsl_udc *udc) function
1928 suspend_irq(udc);
H A Dfsl_qe_udc.c2103 static void suspend_irq(struct qe_udc *udc) function
2130 suspend_irq(udc);
/linux-master/sound/soc/atmel/
H A Dmchp-pdmc.c113 u32 suspend_irq; member in struct:mchp_pdmc
669 regmap_write(dd->regmap, MCHP_PDMC_IER, dd->suspend_irq |
671 dd->suspend_irq = 0;
674 regmap_read(dd->regmap, MCHP_PDMC_IMR, &dd->suspend_irq);
678 regmap_write(dd->regmap, MCHP_PDMC_IDR, dd->suspend_irq |
H A Dmchp-spdiftx.c198 unsigned int suspend_irq; member in struct:mchp_spdiftx_dev
316 regmap_write(dev->regmap, SPDIFTX_IER, dev->suspend_irq |
318 dev->suspend_irq = 0;
325 regmap_read(dev->regmap, SPDIFTX_IMR, &dev->suspend_irq);
328 regmap_write(dev->regmap, SPDIFTX_IDR, dev->suspend_irq |

Completed in 157 milliseconds