Searched refs:subunit_type (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/firewire/
H A Ddecode-fcp.c37 [0x0e] = "(reserved 0x0e)", [0x1e] = "subunit_type extended to next byte",
138 uint32_t subunit_type:5; member in struct:avc_frame
162 printf("av/c %s, subunit_type=%s, subunit_id=%d, opcode=%s",
163 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-avc.c192 unsigned int subunit_type, subunit_id, opcode; local
196 subunit_type = data[1] >> 3;
198 opcode = subunit_type == 0x1e || subunit_id == 5 ? ~0 : data[2];
203 prefix, subunit_type, subunit_id, length,

Completed in 100 milliseconds