Home
last modified time | relevance | path

Searched refs:ISODESC_MAX (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/mon/
Dmon_text.c43 #define ISODESC_MAX 5 macro
71 struct mon_iso_desc isodesc[ISODESC_MAX];
228 if ((ndesc = urb->number_of_packets) > ISODESC_MAX) in mon_text_event()
229 ndesc = ISODESC_MAX; in mon_text_event()
563 if (ndesc > ISODESC_MAX) in mon_text_read_isodesc()
564 ndesc = ISODESC_MAX; in mon_text_read_isodesc()
Dmon_bin.c164 #define ISODESC_MAX 128 /* Same number as usbfs allows, 2048 bytes. */ macro
511 } else if (urb->number_of_packets >= ISODESC_MAX) { in mon_bin_event()
512 ndesc = ISODESC_MAX; in mon_bin_event()