Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-prodikeys.c53 unsigned short midi_channel; member
96 dbg_hid("pcmidi sysfs read channel=%u\n", pm->midi_channel); in show_channel()
98 return sprintf(buf, "%u (min:%u, max:%u)\n", pm->midi_channel, in show_channel()
113 pm->midi_channel = channel; in store_channel()
338 status = 128 + 16 + pm->midi_channel; /* 1001nnnn */ in pcmidi_handle_report3()
344 status = 128 + pm->midi_channel; /* 1000nnnn */ in pcmidi_handle_report3()