Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhid.h633 const struct hid_ll_driver *ll_driver; member
1161 return hdev->ll_driver->power ? hdev->ll_driver->power(hdev, level) : 0; in hid_hw_power()
1176 if (hdev->ll_driver->idle) in hid_hw_idle()
1177 return hdev->ll_driver->idle(hdev, report, idle, reqtype); in hid_hw_idle()
1189 if (hdev->ll_driver->may_wakeup) in hid_hw_may_wakeup()
1190 return hdev->ll_driver->may_wakeup(hdev); in hid_hw_may_wakeup()
1205 if (hdev->ll_driver->wait) in hid_hw_wait()
1206 hdev->ll_driver->wait(hdev); in hid_hw_wait()
/linux-6.15/drivers/hid/
H A Dhid-core.c2029 if (hid->ll_driver->max_buffer_size) in hid_report_raw_event()
2349 error = hdev->ll_driver->start(hdev); in hid_hw_start()
2356 hdev->ll_driver->stop(hdev); in hid_hw_start()
2375 hdev->ll_driver->stop(hdev); in hid_hw_stop()
2396 ret = hdev->ll_driver->open(hdev); in hid_hw_open()
2419 hdev->ll_driver->close(hdev); in hid_hw_close()
2434 if (hdev->ll_driver->request) in hid_hw_request()
2450 if (hdev->ll_driver->max_buffer_size) in __hid_hw_raw_request()
2493 if (hdev->ll_driver->max_buffer_size) in __hid_hw_output_report()
2503 if (hdev->ll_driver->output_report) in __hid_hw_output_report()
[all …]
H A Dhid-hyperv.c503 hid_dev->ll_driver = &mousevsc_ll_driver; in mousevsc_probe()
H A Dhidraw.c208 if (!dev->ll_driver->raw_request) { in hidraw_get_report()
H A Dhid-goodix-spi.c652 hid->ll_driver = &goodix_hid_ll_driver; in goodix_hid_init()
H A Duhid.c524 hid->ll_driver = &uhid_hid_driver; in uhid_dev_create2()
H A Dhid-input.c1826 if (hid->ll_driver->request) in hidinput_led_worker()
1827 return hid->ll_driver->request(hid, report, HID_REQ_SET_REPORT); in hidinput_led_worker()
H A Dhid-logitech-dj.c730 dj_hiddev->ll_driver = &logi_dj_ll_driver; in logi_dj_recv_add_djhid_device()
H A Dhid-steam.c1189 client_hdev->ll_driver = &steam_client_ll_driver; in steam_create_client_hid()
H A Dhid-wiimote-core.c28 if (!hdev->ll_driver->output_report) in wiimote_hid_send()
/linux-6.15/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dquicki2c-hid.c114 hid->ll_driver = &quicki2c_hid_ll_driver; in quicki2c_hid_probe()
/linux-6.15/drivers/hid/intel-thc-hid/intel-quickspi/
H A Dquickspi-hid.c113 hid->ll_driver = &quickspi_hid_ll_driver; in quickspi_hid_probe()
/linux-6.15/drivers/hid/amd-sfh-hid/
H A Damd_sfh_hid.c144 hid->ll_driver = &amdtp_hid_ll_driver; in amdtp_hid_probe()
/linux-6.15/drivers/hid/intel-ish-hid/
H A Dishtp-hid.c231 hid->ll_driver = &ishtp_hid_ll_driver; in ishtp_hid_probe()
/linux-6.15/drivers/hid/surface-hid/
H A Dsurface_hid_core.c218 shid->hid->ll_driver = &surface_hid_ll_driver; in surface_hid_device_add()
/linux-6.15/Documentation/hid/
H A Damd-sfh-hid.rst113 | | ll_driver | | |
H A Dhid-transport.rst205 hid->ll_driver = &custom_ll_driver;
/linux-6.15/drivers/staging/greybus/
H A Dhid.c409 hid->ll_driver = &gb_hid_ll_driver; in gb_hid_init()
/linux-6.15/drivers/platform/x86/
H A Dasus-tf103c-dock.c843 dock->hid->ll_driver = &tf103c_dock_hid_ll_driver; in tf103c_dock_probe()
/linux-6.15/drivers/hid/usbhid/
H A Dhid-core.c1340 return hdev->ll_driver == &usb_hid_driver; in hid_is_usb()
1370 hid->ll_driver = &usb_hid_driver; in usbhid_probe()
/linux-6.15/drivers/hid/i2c-hid/
H A Di2c-hid-core.c1259 hid->ll_driver = &i2c_hid_ll_driver; in i2c_hid_core_probe()
/linux-6.15/net/bluetooth/hidp/
H A Dcore.c794 hid->ll_driver = &hidp_hid_driver; in hidp_setup_hid()