Home
last modified time | relevance | path

Searched refs:midi_channel (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-prodikeys.c64 unsigned short midi_channel; member
109 dbg_hid("pcmidi sysfs read channel=%u\n", pk->pm->midi_channel); in show_channel()
111 return sprintf(buf, "%u (min:%u, max:%u)\n", pk->pm->midi_channel, in show_channel()
126 pk->pm->midi_channel = channel; in store_channel()
353 status = 128 + 16 + pm->midi_channel; /* 1001nnnn */ in pcmidi_handle_report3()
359 status = 128 + pm->midi_channel; /* 1000nnnn */ in pcmidi_handle_report3()