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

/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.h119 bool has_in, has_out; 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)
52 port->has_out = has_out;
527 else if (!port->has_out && mode != O_RDONLY)
35 create_usbmidi_port(usbmidi_device_info* devinfo, int cable, bool has_in, bool has_out) argument

Completed in 39 milliseconds