Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy-fsl-usb.h378 #define OTG_IOCTL_MAGIC FSL_OTG_MAJOR macro
380 #define GET_OTG_STATUS _IOR(OTG_IOCTL_MAGIC, 1, int)
381 #define SET_A_SUSPEND_REQ _IOW(OTG_IOCTL_MAGIC, 2, int)
382 #define SET_A_BUS_DROP _IOW(OTG_IOCTL_MAGIC, 3, int)
383 #define SET_A_BUS_REQ _IOW(OTG_IOCTL_MAGIC, 4, int)
384 #define SET_B_BUS_REQ _IOW(OTG_IOCTL_MAGIC, 5, int)
385 #define GET_A_SUSPEND_REQ _IOR(OTG_IOCTL_MAGIC, 6, int)
386 #define GET_A_BUS_DROP _IOR(OTG_IOCTL_MAGIC, 7, int)
387 #define GET_A_BUS_REQ _IOR(OTG_IOCTL_MAGIC, 8, int)
388 #define GET_B_BUS_REQ _IOR(OTG_IOCTL_MAGIC, 9, int)