Lines Matching defs:plugs
174 * If there are no input plugs, all of fields are 0xff.
182 /* The source from any output plugs is for one purpose only. */
852 u8 plugs[AVC_PLUG_INFO_BUF_BYTES], addr[AVC_BRIDGECO_ADDR_BYTES];
858 err = avc_general_get_plug_info(bebob->unit, 0x0c, 0x00, 0x00, plugs);
861 "fail to get info for MSU in/out plugs: %d\n",
866 /* seek destination plugs for 'MSU sync input' */
868 for (i = 0; i < plugs[0]; i++) {
890 u8 plugs[AVC_PLUG_INFO_BUF_BYTES], addr[AVC_BRIDGECO_ADDR_BYTES];
895 /* the number of plugs for isoc in/out, ext in/out */
896 err = avc_general_get_plug_info(bebob->unit, 0x1f, 0x07, 0x00, plugs);
899 "fail to get info for isoc/external in/out plugs: %d\n",
908 if ((plugs[0] == 0) || (plugs[1] == 0)) {
943 /* count external input plugs for MIDI */
945 for (i = 0; i < plugs[2]; i++) {
959 /* count external output plugs for MIDI */
961 for (i = 0; i < plugs[3]; i++) {