Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/firewire/
H A Ddecode-fcp.c38 [0x0e] = "(reserved 0x0e)", [0x1e] = "subunit_type extended to next byte",
139 uint32_t subunit_type:5; member
163 printf("av/c %s, subunit_type=%s, subunit_id=%d, opcode=%s", in decode_avc()
164 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type], in decode_avc()
/kernel/linux/linux-6.6/tools/firewire/
H A Ddecode-fcp.c38 [0x0e] = "(reserved 0x0e)", [0x1e] = "subunit_type extended to next byte",
139 uint32_t subunit_type:5; member
163 printf("av/c %s, subunit_type=%s, subunit_id=%d, opcode=%s", in decode_avc()
164 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type], in decode_avc()
/kernel/linux/linux-5.10/sound/firewire/
H A Dfcp.c139 int avc_general_get_plug_info(struct fw_unit *unit, unsigned int subunit_type, in avc_general_get_plug_info() argument
147 if ((subunit_type == 0x1E) || (subunit_id == 5)) in avc_general_get_plug_info()
156 buf[1] = ((subunit_type & 0x1f) << 3) | (subunit_id & 0x7); in avc_general_get_plug_info()
H A Dfcp.h24 int avc_general_get_plug_info(struct fw_unit *unit, unsigned int subunit_type,
/kernel/linux/linux-6.6/sound/firewire/
H A Dfcp.c139 int avc_general_get_plug_info(struct fw_unit *unit, unsigned int subunit_type, in avc_general_get_plug_info() argument
147 if ((subunit_type == 0x1E) || (subunit_id == 5)) in avc_general_get_plug_info()
156 buf[1] = ((subunit_type & 0x1f) << 3) | (subunit_id & 0x7); in avc_general_get_plug_info()
H A Dfcp.h24 int avc_general_get_plug_info(struct fw_unit *unit, unsigned int subunit_type,
/kernel/linux/linux-5.10/drivers/media/firewire/
H A Dfiredtv-avc.c204 unsigned int subunit_type, subunit_id, opcode; in debug_fcp() local
208 subunit_type = data[1] >> 3; in debug_fcp()
210 opcode = subunit_type == 0x1e || subunit_id == 5 ? ~0 : data[2]; in debug_fcp()
215 prefix, subunit_type, subunit_id, length, in debug_fcp()
/kernel/linux/linux-6.6/drivers/media/firewire/
H A Dfiredtv-avc.c204 unsigned int subunit_type, subunit_id, opcode; in debug_fcp() local
208 subunit_type = data[1] >> 3; in debug_fcp()
210 opcode = subunit_type == 0x1e || subunit_id == 5 ? ~0 : data[2]; in debug_fcp()
215 prefix, subunit_type, subunit_id, length, in debug_fcp()

Completed in 11 milliseconds