Lines Matching refs:ll_driver
1942 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()
2410 return hdev->ll_driver->output_report(hdev, buf, len); in hid_hw_output_report()
2720 if (!hdev->ll_driver->raw_request) { in hid_add_device()
2729 ret = hdev->ll_driver->parse(hdev); in hid_add_device()