Searched defs:valid_port (Results 1 – 4 of 4) sorted by relevance
35 #define valid_port(idx) ((idx) == 1 || (idx) == 2) macro
34 #define valid_port(index) ((index) >= 0 && (index) < AT91_MAX_USBH_PORTS) macro
216 static int valid_port(__u32 *pdev_nr, __u32 *rhport) in valid_port() function
583 static bool valid_port(evtchn_port_t port) in valid_port() function