Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid.h666 const struct hid_ll_driver *ll_driver; member
1200 return hdev->ll_driver->power ? hdev->ll_driver->power(hdev, level) : 0; in hid_hw_power()
1215 if (hdev->ll_driver->idle) in hid_hw_idle()
1216 return hdev->ll_driver->idle(hdev, report, idle, reqtype); in hid_hw_idle()
1228 if (hdev->ll_driver->may_wakeup) in hid_hw_may_wakeup()
1229 return hdev->ll_driver->may_wakeup(hdev); in hid_hw_may_wakeup()
1244 if (hdev->ll_driver->wait) in hid_hw_wait()
1245 hdev->ll_driver->wait(hdev); in hid_hw_wait()
/linux/sound/soc/sdca/
H A Dsdca_hid.c99 hid->ll_driver = &sdw_hid_driver; in sdca_add_hid_device()
/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_hid.c144 hid->ll_driver = &amdtp_hid_ll_driver; in amdtp_hid_probe()
/linux/drivers/hid/intel-ish-hid/
H A Dishtp-hid.c231 hid->ll_driver = &ishtp_hid_ll_driver; in ishtp_hid_probe()
/linux/drivers/hid/surface-hid/
H A Dsurface_hid_core.c218 shid->hid->ll_driver = &surface_hid_ll_driver; in surface_hid_device_add()
/linux/Documentation/hid/
H A Damd-sfh-hid.rst113 | | ll_driver | | |
H A Dhid-transport.rst205 hid->ll_driver = &custom_ll_driver;
/linux/drivers/staging/greybus/
H A Dhid.c409 hid->ll_driver = &gb_hid_ll_driver; in gb_hid_init()
/linux/drivers/platform/x86/tuxedo/nb04/
H A Dwmi_ab.c840 hdev->ll_driver = &tux_ll_driver; in tux_virt_lamparray_add_device()
/linux/drivers/hid/
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.c1857 if (hid->ll_driver->request) in hidinput_led_worker()
1858 return hid->ll_driver->request(hid, report, HID_REQ_SET_REPORT); in hidinput_led_worker()
H A Dhid-steam.c1186 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/drivers/hid/usbhid/
H A Dhid-core.c1343 return hdev->ll_driver == &usb_hid_driver; in hid_is_usb()
1373 hid->ll_driver = &usb_hid_driver; in usbhid_probe()
/linux/net/bluetooth/hidp/
H A Dcore.c794 hid->ll_driver = &hidp_hid_driver; in hidp_setup_hid()