Searched refs:subunit_id (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_command.c | 11 int avc_audio_set_selector(struct fw_unit *unit, unsigned int subunit_id, in avc_audio_set_selector() argument 22 buf[1] = 0x08 | (0x07 & subunit_id); /* AUDIO SUBUNIT ID */ in avc_audio_set_selector() 47 int avc_audio_get_selector(struct fw_unit *unit, unsigned int subunit_id, in avc_audio_get_selector() argument 58 buf[1] = 0x08 | (0x07 & subunit_id); /* AUDIO SUBUNIT ID */ in avc_audio_get_selector()
|
D | bebob.h | 132 int avc_audio_set_selector(struct fw_unit *unit, unsigned int subunit_id, 134 int avc_audio_get_selector(struct fw_unit *unit, unsigned int subunit_id,
|
/linux-4.1.27/tools/firewire/ |
D | decode-fcp.c | 137 uint32_t subunit_id:3; member 164 frame->subunit_id, name); in decode_avc()
|
/linux-4.1.27/sound/firewire/ |
D | fcp.c | 136 unsigned int subunit_id, unsigned int subfunction, in avc_general_get_plug_info() argument 143 if ((subunit_type == 0x1E) || (subunit_id == 5)) in avc_general_get_plug_info() 152 buf[1] = ((subunit_type & 0x1f) << 3) | (subunit_id & 0x7); in avc_general_get_plug_info()
|
D | fcp.h | 24 unsigned int subunit_id, unsigned int subfunction,
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-avc.c | 208 unsigned int subunit_type, subunit_id, opcode; in debug_fcp() local 213 subunit_id = data[1] & 7; 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()
|