Lines Matching defs:plugs
173 * If there are no input plugs, all of fields are 0xff.
181 /* The source from any output plugs is for one purpose only. */
873 u8 plugs[AVC_PLUG_INFO_BUF_BYTES], addr[AVC_BRIDGECO_ADDR_BYTES];
879 err = avc_general_get_plug_info(bebob->unit, 0x0c, 0x00, 0x00, plugs);
882 "fail to get info for MSU in/out plugs: %d\n",
887 /* seek destination plugs for 'MSU sync input' */
889 for (i = 0; i < plugs[0]; i++) {
911 u8 plugs[AVC_PLUG_INFO_BUF_BYTES], addr[AVC_BRIDGECO_ADDR_BYTES];
914 /* the number of plugs for isoc in/out, ext in/out */
915 err = avc_general_get_plug_info(bebob->unit, 0x1f, 0x07, 0x00, plugs);
918 "fail to get info for isoc/external in/out plugs: %d\n",
927 if ((plugs[0] == 0) || (plugs[1] == 0)) {
943 plugs[2], &bebob->midi_input_ports);
948 plugs[3], &bebob->midi_output_ports);