Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/hidp/
H A Dcore.c42 static unsigned char hidp_keycode[256] = { variable
189 input_report_key(dev, hidp_keycode[i + 224], (udata[0] >> i) & 1); in hidp_input_report()
198 if (hidp_keycode[keys[i]]) in hidp_input_report()
199 input_report_key(dev, hidp_keycode[keys[i]], 0); in hidp_input_report()
205 if (hidp_keycode[udata[i]]) in hidp_input_report()
206 input_report_key(dev, hidp_keycode[udata[i]], 1); in hidp_input_report()
688 for (i = 0; i < sizeof(hidp_keycode); i++) in hidp_setup_input()
689 set_bit(hidp_keycode[i], input->keybit); in hidp_setup_input()