/kernel/linux/linux-5.10/drivers/hid/ |
H A 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, u argument 215 steam_write_registers(struct steam_device *steam, ...) steam_write_registers() argument 240 steam_get_serial(struct steam_device *steam) steam_get_serial() argument 268 steam_request_conn_status(struct steam_device *steam) steam_request_conn_status() argument 273 steam_set_lizard_mode(struct steam_device *steam, bool enable) steam_set_lizard_mode() argument 295 struct steam_device *steam = input_get_drvdata(dev); steam_input_open() local 306 struct steam_device *steam = input_get_drvdata(dev); steam_input_close() local 325 struct steam_device *steam = power_supply_get_drvdata(psy); steam_battery_get_property() local 356 steam_battery_register(struct steam_device *steam) steam_battery_register() argument 393 steam_input_register(struct steam_device *steam) steam_input_register() argument 481 steam_input_unregister(struct steam_device *steam) steam_input_unregister() argument 494 steam_battery_unregister(struct steam_device *steam) steam_battery_unregister() argument 509 steam_register(struct steam_device *steam) steam_register() argument 558 steam_unregister(struct steam_device *steam) steam_unregister() argument 574 struct steam_device *steam = container_of(work, struct steam_device, steam_work_connect_cb() local 617 struct steam_device *steam = hdev->driver_data; steam_client_ll_parse() local 634 struct steam_device *steam = hdev->driver_data; steam_client_ll_open() local 647 struct steam_device *steam = hdev->driver_data; steam_client_ll_close() local 671 struct steam_device *steam = hdev->driver_data; steam_client_ll_raw_request() local 718 struct steam_device *steam; steam_probe() local 816 struct steam_device *steam = hid_get_drvdata(hdev); steam_remove() local 834 steam_do_connect_event(struct steam_device *steam, bool connected) steam_do_connect_event() argument 927 steam_do_input_event(struct steam_device *steam, struct input_dev *input, u8 *data) steam_do_input_event() argument 1006 steam_do_battery_event(struct steam_device *steam, struct power_supply *battery, u8 *data) steam_do_battery_event() argument 1031 struct steam_device *steam = hid_get_drvdata(hdev); steam_raw_event() local 1107 struct steam_device *steam; steam_param_set_lizard_mode() local [all...] |
H A D | Makefile | 110 obj-$(CONFIG_HID_STEAM) += hid-steam.o
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-steam.c | 143 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, u argument 229 steam_write_registers(struct steam_device *steam, ...) steam_write_registers() argument 264 steam_get_serial(struct steam_device *steam) steam_get_serial() argument 292 steam_request_conn_status(struct steam_device *steam) steam_request_conn_status() argument 297 steam_haptic_rumble(struct steam_device *steam, u16 intensity, u16 left_speed, u16 right_speed, u8 left_gain, u8 right_gain) steam_haptic_rumble() argument 317 struct steam_device *steam = container_of(work, struct steam_device, steam_haptic_rumble_cb() local 327 struct steam_device *steam = input_get_drvdata(dev); steam_play_effect() local 336 steam_set_lizard_mode(struct steam_device *steam, bool enable) steam_set_lizard_mode() argument 378 struct steam_device *steam = input_get_drvdata(dev); steam_input_open() local 389 struct steam_device *steam = input_get_drvdata(dev); steam_input_close() local 408 struct steam_device *steam = power_supply_get_drvdata(psy); steam_battery_get_property() local 439 steam_battery_register(struct steam_device *steam) steam_battery_register() argument 476 steam_input_register(struct steam_device *steam) steam_input_register() argument 607 steam_input_unregister(struct steam_device *steam) steam_input_unregister() argument 620 steam_battery_unregister(struct steam_device *steam) steam_battery_unregister() argument 635 steam_register(struct steam_device *steam) steam_register() argument 684 steam_unregister(struct steam_device *steam) steam_unregister() argument 700 struct steam_device *steam = container_of(work, struct steam_device, steam_work_connect_cb() local 743 struct steam_device *steam = container_of(work, struct steam_device, steam_lizard_mode_heartbeat() local 759 struct steam_device *steam = hdev->driver_data; steam_client_ll_parse() local 776 struct steam_device *steam = hdev->driver_data; steam_client_ll_open() local 789 struct steam_device *steam = hdev->driver_data; steam_client_ll_close() local 813 struct steam_device *steam = hdev->driver_data; steam_client_ll_raw_request() local 860 struct steam_device *steam; steam_probe() local 962 struct steam_device *steam = hid_get_drvdata(hdev); steam_remove() local 984 steam_do_connect_event(struct steam_device *steam, bool connected) steam_do_connect_event() argument 1077 steam_do_input_event(struct steam_device *steam, struct input_dev *input, u8 *data) steam_do_input_event() argument 1244 steam_do_deck_input_event(struct steam_device *steam, struct input_dev *input, u8 *data) steam_do_deck_input_event() argument 1322 steam_do_battery_event(struct steam_device *steam, struct power_supply *battery, u8 *data) steam_do_battery_event() argument 1347 struct steam_device *steam = hid_get_drvdata(hdev); steam_raw_event() local 1433 struct steam_device *steam; steam_param_set_lizard_mode() local [all...] |
H A D | Makefile | 125 obj-$(CONFIG_HID_STEAM) += hid-steam.o
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | stream_sched.h | 41 void (*sched_all)(struct sctp_stream *steam); 43 void (*unsched_all)(struct sctp_stream *steam);
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | stream_sched.h | 39 void (*sched_all)(struct sctp_stream *steam); 41 void (*unsched_all)(struct sctp_stream *steam);
|