Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dhid.h598 struct hid_ll_driver *ll_driver; member
864 return hdev->ll_driver == driver; in hid_is_using_ll_driver()
1122 return hdev->ll_driver->power ? hdev->ll_driver->power(hdev, level) : 0; in hid_hw_power()
1137 if (hdev->ll_driver->idle) in hid_hw_idle()
1138 return hdev->ll_driver->idle(hdev, report, idle, reqtype); in hid_hw_idle()
1150 if (hdev->ll_driver->may_wakeup) in hid_hw_may_wakeup()
1151 return hdev->ll_driver->may_wakeup(hdev); in hid_hw_may_wakeup()
1166 if (hdev->ll_driver->wait) in hid_hw_wait()
1167 hdev->ll_driver->wait(hdev); in hid_hw_wait()
/linux-6.1.9/drivers/hid/
Dhid-core.c1942 ret = hid->ll_driver->raw_request(hid, report->id, buf, len, in __hid_request()
2277 error = hdev->ll_driver->start(hdev); in hid_hw_start()
2284 hdev->ll_driver->stop(hdev); in hid_hw_start()
2303 hdev->ll_driver->stop(hdev); in hid_hw_stop()
2324 ret = hdev->ll_driver->open(hdev); in hid_hw_open()
2347 hdev->ll_driver->close(hdev); in hid_hw_close()
2362 if (hdev->ll_driver->request) in hid_hw_request()
2363 return hdev->ll_driver->request(hdev, report, reqtype); in hid_hw_request()
2390 return hdev->ll_driver->raw_request(hdev, reportnum, buf, len, in hid_hw_raw_request()
2409 if (hdev->ll_driver->output_report) in hid_hw_output_report()
[all …]
Dhid-hyperv.c488 hid_dev->ll_driver = &mousevsc_ll_driver; in mousevsc_probe()
Dhidraw.c194 if (!dev->ll_driver->raw_request) { in hidraw_get_report()
Duhid.c525 hid->ll_driver = &uhid_hid_driver; in uhid_dev_create2()
Dhid-steam.c694 client_hdev->ll_driver = &steam_client_ll_driver; in steam_create_client_hid()
Dhid-input.c1756 if (hid->ll_driver->request) in hidinput_led_worker()
1757 return hid->ll_driver->request(hid, report, HID_REQ_SET_REPORT); in hidinput_led_worker()
Dhid-logitech-dj.c730 dj_hiddev->ll_driver = &logi_dj_ll_driver; in logi_dj_recv_add_djhid_device()
Dhid-wiimote-core.c28 if (!hdev->ll_driver->output_report) in wiimote_hid_send()
/linux-6.1.9/drivers/hid/amd-sfh-hid/
Damd_sfh_hid.c144 hid->ll_driver = &amdtp_hid_ll_driver; in amdtp_hid_probe()
/linux-6.1.9/drivers/hid/intel-ish-hid/
Dishtp-hid.c231 hid->ll_driver = &ishtp_hid_ll_driver; in ishtp_hid_probe()
/linux-6.1.9/drivers/hid/surface-hid/
Dsurface_hid_core.c218 shid->hid->ll_driver = &surface_hid_ll_driver; in surface_hid_device_add()
/linux-6.1.9/Documentation/hid/
Damd-sfh-hid.rst113 | | ll_driver | | |
Dhid-transport.rst205 hid->ll_driver = &custom_ll_driver;
/linux-6.1.9/drivers/staging/greybus/
Dhid.c409 hid->ll_driver = &gb_hid_ll_driver; in gb_hid_init()
/linux-6.1.9/drivers/platform/x86/
Dasus-tf103c-dock.c843 dock->hid->ll_driver = &tf103c_dock_hid_ll_driver; in tf103c_dock_probe()
/linux-6.1.9/drivers/hid/i2c-hid/
Di2c-hid-core.c1031 hid->ll_driver = &i2c_hid_ll_driver; in i2c_hid_core_probe()
/linux-6.1.9/net/bluetooth/hidp/
Dcore.c795 hid->ll_driver = &hidp_hid_driver; in hidp_setup_hid()
/linux-6.1.9/drivers/hid/usbhid/
Dhid-core.c1363 hid->ll_driver = &usb_hid_driver; in usbhid_probe()