Lines Matching refs:ll_driver
576 struct hid_ll_driver *ll_driver; member
840 return hdev->ll_driver == driver; in hid_is_using_ll_driver()
1072 return hdev->ll_driver->power ? hdev->ll_driver->power(hdev, level) : 0; in hid_hw_power()
1086 if (hdev->ll_driver->request) in hid_hw_request()
1087 return hdev->ll_driver->request(hdev, report, reqtype); in hid_hw_request()
1113 return hdev->ll_driver->raw_request(hdev, reportnum, buf, len, in hid_hw_raw_request()
1132 if (hdev->ll_driver->output_report) in hid_hw_output_report()
1133 return hdev->ll_driver->output_report(hdev, buf, len); in hid_hw_output_report()
1149 if (hdev->ll_driver->idle) in hid_hw_idle()
1150 return hdev->ll_driver->idle(hdev, report, idle, reqtype); in hid_hw_idle()
1162 if (hdev->ll_driver->may_wakeup) in hid_hw_may_wakeup()
1163 return hdev->ll_driver->may_wakeup(hdev); in hid_hw_may_wakeup()
1178 if (hdev->ll_driver->wait) in hid_hw_wait()
1179 hdev->ll_driver->wait(hdev); in hid_hw_wait()