Home
last modified time | relevance | path

Searched refs:steam (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hid/
H A Dhid-steam.c433 static int steam_recv_report_id(struct steam_device *steam, in steam_recv_report_id() argument
449 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[report_id]; in steam_recv_report_id()
451 hid_err(steam->hdev, "No HID_FEATURE_REPORT present for ID %u\n", report_id); in steam_recv_report_id()
469 if (!(steam->quirks & STEAM_QUIRK_IBEX)) in steam_recv_report_id()
479 ret = hid_hw_raw_request(steam->hdev, report_id, in steam_recv_report_id()
499 hid_err(steam->hdev, "%s: error %d\n", __func__, ret); in steam_recv_report_id()
501 hid_dbg(steam->hdev, "Received report %*ph\n", size, data); in steam_recv_report_id()
506 hid_err(steam->hdev, "%s: reply too short\n", __func__); in steam_recv_report_id()
510 hid_err(steam->hdev, "%s: expected %u bytes, read %i\n", in steam_recv_report_id()
517 static int steam_send_report_id(struct steam_device *steam, in steam_send_report_id() argument
[all …]
/linux/
H A DMAINTAINERS11655 F: drivers/hid/hid-steam.c