Home
last modified time | relevance | path

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

/linux-2.6.39/tools/firewire/
Ddecode-fcp.c138 uint32_t subunit_type:5; member
163 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type], in decode_avc()
/linux-2.6.39/drivers/media/dvb/firewire/
Dfiredtv-avc.c208 unsigned int subunit_type, subunit_id, opcode; in debug_fcp() local
212 subunit_type = data[1] >> 3; in debug_fcp()
214 opcode = subunit_type == 0x1e || subunit_id == 5 ? ~0 : data[2]; in debug_fcp()
219 prefix, subunit_type, subunit_id, length, in debug_fcp()