Searched refs:fcp_avc_transaction (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/sound/firewire/
H A Dfcp.h27 int fcp_avc_transaction(struct fw_unit *unit,
H A Dfcp.c64 err = fcp_avc_transaction(unit, buf, 8, buf, 8, avc_general_set_sig_fmt()
107 err = fcp_avc_transaction(unit, buf, 8, buf, 8, avc_general_get_sig_fmt()
156 err = fcp_avc_transaction(unit, buf, 8, buf, 8, BIT(1) | BIT(2)); avc_general_get_plug_info()
202 * fcp_avc_transaction - send an AV/C command and wait for its response
223 int fcp_avc_transaction(struct fw_unit *unit, fcp_avc_transaction() function
285 EXPORT_SYMBOL(fcp_avc_transaction); variable
289 * @unit: the unit that might be used by fcp_avc_transaction()
/linux-4.1.27/sound/firewire/bebob/
H A Dbebob_command.c31 err = fcp_avc_transaction(unit, buf, 12, buf, 12, avc_audio_set_selector()
67 err = fcp_avc_transaction(unit, buf, 12, buf, 12, avc_audio_get_selector()
120 err = fcp_avc_transaction(unit, buf, 12, buf, 12, avc_bridgeco_get_plug_type()
150 err = fcp_avc_transaction(unit, buf, 12, buf, 256, avc_bridgeco_get_plug_ch_pos()
187 err = fcp_avc_transaction(unit, buf, 12, buf, 12, avc_bridgeco_get_plug_section_type()
221 err = fcp_avc_transaction(unit, buf, 16, buf, 16, avc_bridgeco_get_plug_input()
260 err = fcp_avc_transaction(unit, buf, 12, buf, *len, avc_bridgeco_get_plug_strm_fmt()
H A Dbebob_maudio.c197 err = fcp_avc_transaction(bebob->unit, buf, 12, buf, 12, avc_maudio_set_special_clk()
/linux-4.1.27/sound/firewire/oxfw/
H A Doxfw-command.c34 err = fcp_avc_transaction(unit, buf, len + 10, buf, len + 10, avc_stream_set_format()
77 err = fcp_avc_transaction(unit, buf, 12, buf, *len, avc_stream_get_format()
140 err = fcp_avc_transaction(unit, buf, 8, buf, 8, avc_general_inquiry_sig_fmt()
H A Doxfw-control.c49 err = fcp_avc_transaction(oxfw->unit, buf, 11, buf, 11, 0x3fe); oxfw_mute_command()
110 err = fcp_avc_transaction(oxfw->unit, buf, 12, buf, 12, 0x3fe); oxfw_volume_command()

Completed in 178 milliseconds