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