Searched refs:steam (Results 1 – 2 of 2) sorted by relevance
/drivers/hid/ |
D | hid-steam.c | 129 static int steam_recv_report(struct steam_device *steam, in steam_recv_report() argument 136 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0]; in steam_recv_report() 138 hid_err(steam->hdev, "No HID_FEATURE_REPORT submitted - nothing to read\n"); in steam_recv_report() 155 ret = hid_hw_raw_request(steam->hdev, 0x00, in steam_recv_report() 164 static int steam_send_report(struct steam_device *steam, in steam_send_report() argument 172 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0]; in steam_send_report() 174 hid_err(steam->hdev, "No HID_FEATURE_REPORT submitted - nothing to read\n"); in steam_send_report() 195 ret = hid_hw_raw_request(steam->hdev, 0, in steam_send_report() 205 hid_err(steam->hdev, "%s: error %d (%*ph)\n", __func__, in steam_send_report() 210 static inline int steam_send_report_byte(struct steam_device *steam, u8 cmd) in steam_send_report_byte() argument [all …]
|
D | Makefile | 120 obj-$(CONFIG_HID_STEAM) += hid-steam.o
|