Searched refs:relt (Results 1 – 2 of 2) sorted by relevance
368 int relt = 0; in ms_usb_get_descriptor() local374 relt = ms_usb_control_cmd(pDev, usb_rcvctrlpipe(pDev, 0), in ms_usb_get_descriptor()379 if ( (relt > 0) || (relt == -EPIPE) ) in ms_usb_get_descriptor()383 return relt; in ms_usb_get_descriptor()
293 int relt; in usb_get_descriptor() local300 if ((relt = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), in usb_get_descriptor()304 || relt == -EPIPE) in usb_get_descriptor()307 return relt; in usb_get_descriptor()