Searched defs:nth (Results 1 - 2 of 2) sorted by last modified time

/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c394 int nth = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; local
400 uep = usbhsg_gpriv_to_nth_uep(gpriv, nth);
427 dev_dbg(dev, "%s (pipe %d :%s)\n", handler->name, nth, msg);
/drivers/scsi/
H A Dscsi_debug.c3192 MODULE_PARM_DESC(every_nth, "timeout every nth command(def=0)");
3513 int nth; local
3515 if ((count > 0) && (1 == sscanf(buf, "%d", &nth))) {
3516 scsi_debug_every_nth = nth;

Completed in 55 milliseconds