Searched refs:subunit_id (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.c137 uint32_t subunit_id:3; member in struct:avc_frame
162 printf("av/c %s, subunit_type=%s, subunit_id=%d, opcode=%s",
164 frame->subunit_id, name);
/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
197 subunit_id = data[1] & 7;
198 opcode = subunit_type == 0x1e || subunit_id == 5 ? ~0 : data[2];
203 prefix, subunit_type, subunit_id, length,

Completed in 112 milliseconds