Searched refs:steam (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-steam.c | 319 static int steam_recv_report(struct steam_device *steam, in steam_recv_report() argument 326 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0]; in steam_recv_report() 328 hid_err(steam->hdev, "No HID_FEATURE_REPORT submitted - nothing to read\n"); in steam_recv_report() 345 ret = hid_hw_raw_request(steam->hdev, 0x00, in steam_recv_report() 354 static int steam_send_report(struct steam_device *steam, in steam_send_report() argument 362 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0]; in steam_send_report() 364 hid_err(steam->hdev, "No HID_FEATURE_REPORT submitted - nothing to read\n"); in steam_send_report() 385 ret = hid_hw_raw_request(steam->hdev, 0, in steam_send_report() 395 hid_err(steam->hdev, "%s: error %d (%*ph)\n", __func__, in steam_send_report() 400 static inline int steam_send_report_byte(struct steam_device *steam, u8 cmd) in steam_send_report_byte() argument [all …]
|