Lines Matching defs:input
15 * For BeBoB streams, Both of input and output CMP connection are important.
124 u8 addr[AVC_BRIDGECO_ADDR_BYTES], input[7];
161 * Let's check input for 'Music Sub Unit Sync Input' plug.
165 err = avc_bridgeco_get_plug_input(bebob->unit, addr, input);
168 "fail to get an input for MSU in plug %d: %d\n",
174 * If there are no input plugs, all of fields are 0xff.
177 if (input[0] == 0xff) {
183 if (input[0] == AVC_BRIDGECO_PLUG_DIR_OUT) {
189 if (input[1] == AVC_BRIDGECO_PLUG_MODE_SUBUNIT &&
190 input[2] == 0x0c) {
194 /* The source from any input units is for several purposes. */
195 } else if (input[1] == AVC_BRIDGECO_PLUG_MODE_UNIT) {
196 if (input[2] == AVC_BRIDGECO_PLUG_UNIT_ISOC) {
197 if (input[3] == 0x00) {
216 } else if (input[2] == AVC_BRIDGECO_PLUG_UNIT_EXT) {
221 input[3]);
866 /* seek destination plugs for 'MSU sync input' */
905 * This module supports at least one isoc input plug and one isoc
943 /* count external input plugs for MIDI */