Searched refs:subunit_id (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/firewire/bebob/ |
H A D | bebob_command.c | 10 int avc_audio_set_selector(struct fw_unit *unit, unsigned int subunit_id, in avc_audio_set_selector() argument 21 buf[1] = 0x08 | (0x07 & subunit_id); /* AUDIO SUBUNIT ID */ in avc_audio_set_selector() 48 int avc_audio_get_selector(struct fw_unit *unit, unsigned int subunit_id, in avc_audio_get_selector() argument 59 buf[1] = 0x08 | (0x07 & subunit_id); /* AUDIO SUBUNIT ID */ in avc_audio_get_selector()
|
H A D | bebob.h | 138 int avc_audio_set_selector(struct fw_unit *unit, unsigned int subunit_id, 140 int avc_audio_get_selector(struct fw_unit *unit, unsigned int subunit_id,
|
/openbmc/linux/tools/firewire/ |
H A D | decode-fcp.c | 138 uint32_t subunit_id:3; member 165 frame->subunit_id, name); in decode_avc()
|
/openbmc/linux/sound/firewire/ |
H A D | fcp.c | 140 unsigned int subunit_id, unsigned int subfunction, 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 D | fcp.h | 25 unsigned int subunit_id, unsigned int subfunction,
|
/openbmc/linux/drivers/media/firewire/ |
H A D | firedtv-avc.c | 204 unsigned int subunit_type, subunit_id, opcode; in debug_fcp() local 209 subunit_id = data[1] & 7; 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()
|