Home
last modified time | relevance | path

Searched refs:dbg_hid (Results 1 – 25 of 27) sorted by relevance

12

/linux-5.19.10/drivers/hid/
Dhid-prodikeys.c105 dbg_hid("pcmidi sysfs read channel=%u\n", pk->pm->midi_channel); in show_channel()
121 dbg_hid("pcmidi sysfs write channel=%u\n", channel); in store_channel()
142 dbg_hid("pcmidi sysfs read sustain=%u\n", pk->pm->midi_sustain); in show_sustain()
158 dbg_hid("pcmidi sysfs write sustain=%u\n", sustain); in store_sustain()
181 dbg_hid("pcmidi sysfs read octave=%d\n", pk->pm->midi_octave); in show_octave()
198 dbg_hid("pcmidi sysfs write octave=%d\n", octave); in store_octave()
314 dbg_hid("pcmidi mode: %d\n", pm->midi_mode); in pcmidi_handle_report1()
322 dbg_hid("pcmidi mode: %d octave: %d\n", in pcmidi_handle_report1()
415 dbg_hid("pcmidi mode: %d\n", pm->midi_mode); in pcmidi_handle_report4()
418 dbg_hid("pcmidi mode: %d\n", pm->midi_mode); in pcmidi_handle_report4()
[all …]
Dhid-logitech-dj.c720 dbg_hid("%s: device is already known\n", __func__); in logi_dj_recv_add_djhid_device()
810 dbg_hid("%s\n", __func__); in delayedwork_callback()
852 dbg_hid("%s: device list is empty\n", __func__); in delayedwork_callback()
1119 dbg_hid("hid_input_report error sending null " in logi_dj_recv_forward_null_report()
1136 dbg_hid("invalid report type:%x\n", dj_report->report_type); in logi_dj_recv_forward_dj()
1143 dbg_hid("hid_input_report error\n"); in logi_dj_recv_forward_dj()
1152 dbg_hid("hid_input_report error\n"); in logi_dj_recv_forward_report()
1182 dbg_hid("No dj-devs handling input report number %d\n", report); in logi_dj_recv_forward_input_report()
1320 dbg_hid("%s: %s\n", __func__, hid->phys); in logi_dj_ll_open()
1327 dbg_hid("%s: %s\n", __func__, hid->phys); in logi_dj_ll_close()
[all …]
Dhid-picolcd_core.c145 dbg_hid(PICOLCD_NAME " got key press for %u:%d", in picolcd_raw_keypad()
168 dbg_hid(PICOLCD_NAME " got key release for %u:%d", in picolcd_raw_keypad()
373 dbg_hid(PICOLCD_NAME " device ready for suspend\n"); in picolcd_suspend()
382 dbg_hid(PICOLCD_NAME " restoring backlight failed: %d\n", ret); in picolcd_resume()
391 dbg_hid(PICOLCD_NAME " resetting our device failed: %d\n", ret); in picolcd_reset_resume()
394 dbg_hid(PICOLCD_NAME " restoring framebuffer content failed: %d\n", ret); in picolcd_reset_resume()
397 dbg_hid(PICOLCD_NAME " restoring lcd failed: %d\n", ret); in picolcd_reset_resume()
400 dbg_hid(PICOLCD_NAME " restoring backlight failed: %d\n", ret); in picolcd_reset_resume()
527 dbg_hid(PICOLCD_NAME " hardware probe...\n"); in picolcd_probe()
585 dbg_hid(PICOLCD_NAME " activated and initialized\n"); in picolcd_probe()
[all …]
Dhid-zpff.c40 dbg_hid("called with 0x%04x 0x%04x\n", left, right); in zpff_play()
47 dbg_hid("running with 0x%02x 0x%02x\n", left, right); in zpff_play()
Dhid-emsff.c32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play()
40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
Dhid-holtekff.c85 dbg_hid("sending %7ph\n", data); in holtekff_send()
102 dbg_hid("called with 0x%04x 0x%04x\n", left, right); in holtekff_play()
Dhid-mf.c43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play()
48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play()
Dhid-lgff.c77 dbg_hid("(x, y)=(%04x, %04x)\n", x, y); in hid_lgff_play()
92 dbg_hid("(left, right)=(%04x, %04x)\n", left, right); in hid_lgff_play()
Dhid-gaff.c39 dbg_hid("called with 0x%04x 0x%04x", left, right); in hid_gaff_play()
50 dbg_hid("running with 0x%02x 0x%02x", left, right); in hid_gaff_play()
Dhid-axff.c43 dbg_hid("called with 0x%04x 0x%04x", left, right); in axff_play()
56 dbg_hid("running with 0x%02x 0x%02x", left, right); in axff_play()
Dhid-lg4ff.c603 dbg_hid("G25/G27/DFGT: setting range to %u\n", range); in lg4ff_set_range_g25()
639 dbg_hid("Driving Force Pro: setting range to %u\n", range); in lg4ff_set_range_dfp()
1187 dbg_hid("Testing whether PID is %X\n", lg4ff_alternate_modes[i].product_id); in lg4ff_identify_multimode_wheel()
1204dbg_hid("Found wheel with real PID %X whose reported PID is %X\n", real_product_id, reported_produ… in lg4ff_identify_multimode_wheel()
1211dbg_hid("Wheel with bcdDevice %X was not recognized as multimode wheel, leaving in its current mod… in lg4ff_identify_multimode_wheel()
1224 dbg_hid("Wheel is not a multimode wheel\n"); in lg4ff_handle_multimode_wheel()
1310 dbg_hid("Found compatible device, product ID %04X\n", lg4ff_devices[i].product_id); in lg4ff_init()
1380 dbg_hid("sysfs interface created\n"); in lg4ff_init()
1491 dbg_hid("Device successfully unregistered\n"); in lg4ff_deinit()
Dhid-dr.c41 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play()
68 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
Dhid-jabra.c29 dbg_hid("hid=0x%08x appl=0x%08x coll_idx=0x%02x usage_idx=0x%02x: %s\n", in jabra_input_mapping()
Dhid-tmff.c91 dbg_hid("(x, y)=(%04x, %04x)\n", x, y); in tmff_play()
109 dbg_hid("(left,right)=(%08x, %08x)\n", left, right); in tmff_play()
Dhid-logitech-hidpp.c294 dbg_hid("__hidpp_send_report returned err: %d\n", ret); in hidpp_send_message_sync()
301 dbg_hid("%s:timeout waiting for response\n", __func__); in hidpp_send_message_sync()
309 dbg_hid("%s:got hidpp error %02X\n", __func__, ret); in hidpp_send_message_sync()
317 dbg_hid("%s:got hidpp 2.0 error %02X\n", __func__, ret); in hidpp_send_message_sync()
839 dbg_hid("HID++ Unifying: Got serial: %s\n", hdev->uniq); in hidpp_unifying_init()
846 dbg_hid("HID++ Unifying: Got name: %s\n", name); in hidpp_unifying_init()
2320 dbg_hid("Uploading constant force level=%d in dir %d = %d\n", in hidpp_ff_upload_effect()
2323 dbg_hid(" envelope attack=(%d, %d ms) fade=(%d, %d ms)\n", in hidpp_ff_upload_effect()
2367 dbg_hid("Uploading periodic force mag=%d/dir=%d, offset=%d, period=%d ms, phase=%d\n", in hidpp_ff_upload_effect()
2372 dbg_hid(" envelope attack=(%d, %d ms) fade=(%d, %d ms)\n", in hidpp_ff_upload_effect()
[all …]
Dhid-core.c285 dbg_hid("logical range invalid 0x%x 0x%x\n", in hid_add_field()
512 dbg_hid("alternative usage ignored\n"); in hid_parser_local()
521 dbg_hid("alternative usage ignored\n"); in hid_parser_local()
531 dbg_hid("alternative usage ignored\n"); in hid_parser_local()
555 dbg_hid("hid_add_usage failed\n"); in hid_parser_local()
562 dbg_hid("unknown local item tag 0x%x\n", item->tag); in hid_parser_local()
648 dbg_hid("reserved item type, tag 0x%x\n", item->tag); in hid_parser_reserved()
1914 dbg_hid("undefined report_id %u received\n", n); in hid_get_report()
1942 dbg_hid("unable to complete request: %d\n", ret); in __hid_request()
1984 dbg_hid("report %d is too short, (%d < %d)\n", report->id, in hid_report_raw_event()
[all …]
Dhid-samsung.c105 dbg_hid("samsung wireless keyboard/mouse input mapping event [0x%x]\n", in samsung_kbd_mouse_input_mapping()
Dhid-zydacron.c56 dbg_hid("zynacron input mapping event [0x%x]\n", in zc_input_mapping()
Dhid-steam.c403 dbg_hid("%s: already connected\n", __func__); in steam_input_register()
845 dbg_hid("%s: connected=%d event already queued\n", in steam_do_connect_event()
1092 dbg_hid( in steam_raw_event()
Dhid-input.c214 dbg_hid("Assigned keycode %d to HID usage code %x\n", in hidinput_setkeycode()
1488 dbg_hid("Ignoring out-of-range value %x\n", value); in hidinput_hid_event()
1573 dbg_hid("Maximum Effects - %d\n",value); in hidinput_hid_event()
1577 dbg_hid("PID Pool Report\n"); in hidinput_hid_event()
Dhid-lg.c767 dbg_hid("%s: ignoring ifnum %d\n", __func__, iface_num); in lg_probe()
Dhid-quirks.c1079 dbg_hid("Found dynamic quirk 0x%lx for HID device 0x%04x:0x%04x\n", in hid_exists_dquirk()
1249 dbg_hid("Found squirk 0x%lx for HID device 0x%04x:0x%04x\n", in hid_gets_squirk()
/linux-5.19.10/drivers/hid/usbhid/
Dhid-core.c354 dbg_hid("submitting out urb\n"); in hid_submit_out()
407 dbg_hid("submitting ctrl urb: %s wValue=0x%04x wIndex=0x%04x wLength=%u\n", in hid_submit_ctrl()
648 dbg_hid("timeout waiting for ctrl or out queue to clear\n"); in usbhid_wait_io()
1008 dbg_hid("class descriptor not present\n"); in usbhid_parse()
1013 dbg_hid("hid descriptor is too short\n"); in usbhid_parse()
1028 dbg_hid("weird size of report descriptor (%u)\n", rsize); in usbhid_parse()
1041 dbg_hid("reading report descriptor failed\n"); in usbhid_parse()
1049 dbg_hid("parsing report descriptor failed\n"); in usbhid_parse()
1347 dbg_hid("HID probe called for ifnum %d\n", in usbhid_probe()
1537 dbg_hid("reading report descriptor failed (post_reset)\n"); in hid_post_reset()
[all …]
/linux-5.19.10/drivers/hid/i2c-hid/
Di2c-hid-core.c744 dbg_hid("weird size of report descriptor (%u)\n", rsize); in i2c_hid_parse()
767 dbg_hid("couldn't allocate rdesc memory\n"); in i2c_hid_parse()
790 dbg_hid("parsing report descriptor failed\n"); in i2c_hid_parse()
959 dbg_hid("HID probe called for i2c 0x%02x\n", client->addr); in i2c_hid_core_probe()
/linux-5.19.10/drivers/staging/greybus/
Dhid.c288 dbg_hid("weird size of report descriptor (%u)\n", rsize); in gb_hid_parse()
304 dbg_hid("parsing report descriptor failed\n"); in gb_hid_parse()

12