Home
last modified time | relevance | path

Searched refs:subunit_id (Results 1 – 5 of 5) sorted by relevance

/linux/sound/firewire/bebob/
H A Dbebob_command.c10 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 Dbebob.h138 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,
/linux/tools/firewire/
H A Ddecode-fcp.c138 uint32_t subunit_id:3; member
165 frame->subunit_id, name); in decode_avc()
/linux/sound/firewire/
H A Dfcp.h25 unsigned int subunit_id, unsigned int subfunction,
/linux/drivers/media/firewire/
H A Dfiredtv-avc.c204 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()