Lines Matching defs:protocol
16 unsigned char protocol;
48 switch (v->protocol) {
81 switch (v->protocol) {
108 switch (v->protocol) {
176 switch (v->protocol) {
233 #define FIXED(p, t, s) { .protocol = (p), .type = (t), .size = sizeof(s) }
234 #define FUNC(p, t, f) { .protocol = (p), .type = (t), .func = (f) }
303 static bool validate_desc(unsigned char *hdr, int protocol,
311 (v->protocol == UAC_VERSION_ALL ||
312 v->protocol == protocol)) {
323 bool snd_usb_validate_audio_desc(void *p, int protocol)
328 valid = validate_desc(p, protocol, audio_validators);