Searched refs:DEVCTL_IOC (Results 1 – 3 of 3) sorted by relevance
135 #define DEVCTL_IOC (0xDC << 16) macro136 #define DEVCTL_IOC_MAX (DEVCTL_IOC | 0xFFFF)137 #define DEVCTL_BUS_QUIESCE (DEVCTL_IOC | 1)138 #define DEVCTL_BUS_UNQUIESCE (DEVCTL_IOC | 2)139 #define DEVCTL_BUS_RESETALL (DEVCTL_IOC | 3)140 #define DEVCTL_BUS_RESET (DEVCTL_IOC | 4)141 #define DEVCTL_BUS_GETSTATE (DEVCTL_IOC | 5)142 #define DEVCTL_DEVICE_ONLINE (DEVCTL_IOC | 6)143 #define DEVCTL_DEVICE_OFFLINE (DEVCTL_IOC | 7)144 #define DEVCTL_DEVICE_GETSTATE (DEVCTL_IOC | 9)[all …]
1681 if ((cmd & DEVCTL_IOC) != DEVCTL_IOC) in h1394_ioctl()
2267 if (cmd & DEVCTL_IOC) { in pshot_testctl()