Searched refs:cable (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.h118 int cable; /* index of this port */ member in struct:usbmidi_port_info
135 int cable, bool has_in, bool has_out);
H A Dusb_midi.cpp36 int cable, bool has_in, bool has_out)
45 sprintf(port->name, "%s-%d", devinfo->name, cable);
47 port->cable = cable;
55 devinfo->ports[cable] = port;
57 DPRINTF_INFO((MY_ID "Created port %p cable %d: %s\n",
58 port, cable, port->name));
212 /* port matching 'cable number' */
214 DPRINTF_ERR((MY_ID "no port matching cable number %d!\n",
261 for (int cable
35 create_usbmidi_port(usbmidi_device_info* devinfo, int cable, bool has_in, bool has_out) argument
[all...]

Completed in 19 milliseconds