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

/linux-4.1.27/sound/firewire/
H A Dfcp.h23 int avc_general_get_plug_info(struct fw_unit *unit, unsigned int subunit_type,
H A Dfcp.c135 int avc_general_get_plug_info(struct fw_unit *unit, unsigned int subunit_type, avc_general_get_plug_info() argument
143 if ((subunit_type == 0x1E) || (subunit_id == 5)) avc_general_get_plug_info()
152 buf[1] = ((subunit_type & 0x1f) << 3) | (subunit_id & 0x7); avc_general_get_plug_info()
/linux-4.1.27/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", decode_avc()
163 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type], decode_avc()
/linux-4.1.27/drivers/media/firewire/
H A Dfiredtv-avc.c208 unsigned int subunit_type, subunit_id, opcode; debug_fcp() local
212 subunit_type = data[1] >> 3; debug_fcp()
214 opcode = subunit_type == 0x1e || subunit_id == 5 ? ~0 : data[2]; debug_fcp()
219 prefix, subunit_type, subunit_id, length, debug_fcp()

Completed in 200 milliseconds