Searched refs:OTG_IOCTL_MAGIC (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/phy/ |
D | phy-fsl-usb.h | 392 #define OTG_IOCTL_MAGIC FSL_OTG_MAJOR macro 394 #define GET_OTG_STATUS _IOR(OTG_IOCTL_MAGIC, 1, int) 395 #define SET_A_SUSPEND_REQ _IOW(OTG_IOCTL_MAGIC, 2, int) 396 #define SET_A_BUS_DROP _IOW(OTG_IOCTL_MAGIC, 3, int) 397 #define SET_A_BUS_REQ _IOW(OTG_IOCTL_MAGIC, 4, int) 398 #define SET_B_BUS_REQ _IOW(OTG_IOCTL_MAGIC, 5, int) 399 #define GET_A_SUSPEND_REQ _IOR(OTG_IOCTL_MAGIC, 6, int) 400 #define GET_A_BUS_DROP _IOR(OTG_IOCTL_MAGIC, 7, int) 401 #define GET_A_BUS_REQ _IOR(OTG_IOCTL_MAGIC, 8, int) 402 #define GET_B_BUS_REQ _IOR(OTG_IOCTL_MAGIC, 9, int)
|