Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/hidp/
Dcore.c42 static unsigned char hidp_keycode[256] = { variable
184 input_report_key(dev, hidp_keycode[i + 224], (udata[0] >> i) & 1); in hidp_input_report()
193 if (hidp_keycode[keys[i]]) in hidp_input_report()
194 input_report_key(dev, hidp_keycode[keys[i]], 0); in hidp_input_report()
200 if (hidp_keycode[udata[i]]) in hidp_input_report()
201 input_report_key(dev, hidp_keycode[udata[i]], 1); in hidp_input_report()
683 for (i = 0; i < sizeof(hidp_keycode); i++) in hidp_setup_input()
684 set_bit(hidp_keycode[i], input->keybit); in hidp_setup_input()