Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-steam.c143 static int steam_recv_report(struct steam_device *steam, in steam_recv_report() argument
150 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0]; in steam_recv_report()
152 hid_err(steam->hdev, "No HID_FEATURE_REPORT submitted - nothing to read\n"); in steam_recv_report()
169 ret = hid_hw_raw_request(steam->hdev, 0x00, in steam_recv_report()
178 static int steam_send_report(struct steam_device *steam, in steam_send_report() argument
186 r = steam->hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[0]; in steam_send_report()
188 hid_err(steam->hdev, "No HID_FEATURE_REPORT submitted - nothing to read\n"); in steam_send_report()
209 ret = hid_hw_raw_request(steam->hdev, 0, in steam_send_report()
219 hid_err(steam->hdev, "%s: error %d (%*ph)\n", __func__, in steam_send_report()
224 static inline int steam_send_report_byte(struct steam_device *steam, u8 cmd) in steam_send_report_byte() argument
[all …]
DMakefile125 obj-$(CONFIG_HID_STEAM) += hid-steam.o
/Linux-v6.6/include/net/sctp/
Dstream_sched.h39 void (*sched_all)(struct sctp_stream *steam);
41 void (*unsched_all)(struct sctp_stream *steam);