Home
last modified time | relevance | path

Searched refs:PCF50633_INT1_USBREM (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/mfd/
Dpcf50633-irq.c134 if (pcf_int[0] & (PCF50633_INT1_USBINS | PCF50633_INT1_USBREM)) { in pcf50633_irq()
137 pcf_int[0] &= ~PCF50633_INT1_USBREM; in pcf50633_irq()
/linux-6.6.21/include/linux/mfd/pcf50633/
Dcore.h164 PCF50633_INT1_USBREM = 0x08, /* USB removed */ enumerator