Lines Matching refs:spec
982 static int usb_host_auto_add(const char *spec);
983 static int usb_host_auto_del(const char *spec);
1394 static int parse_filter(const char *spec, struct USBAutoFilter *f)
1397 const char *p = spec;
1422 fprintf(stderr, "husb: invalid auto filter spec %s\n", spec);
1438 static int usb_host_auto_add(const char *spec)
1442 if (parse_filter(spec, &filter) < 0)
1476 static int usb_host_auto_del(const char *spec)
1482 if (parse_filter(spec, &filter) < 0)