Lines Matching defs:hdev
33 struct hid_device *hdev; member
365 static struct input_dev *ps_allocate_input_dev(struct hid_device *hdev, const char *name_suffix) in ps_allocate_input_dev()
479 static struct input_dev *ps_gamepad_create(struct hid_device *hdev, in ps_gamepad_create()
517 static int ps_get_report(struct hid_device *hdev, uint8_t report_id, uint8_t *buf, size_t size) in ps_get_report()
582 struct hid_device *hdev = ps_dev->hdev; in ps_lightbar_register() local
617 static struct input_dev *ps_sensors_create(struct hid_device *hdev, int accel_range, int accel_res, in ps_sensors_create()
654 static struct input_dev *ps_touchpad_create(struct hid_device *hdev, int width, int height, in ps_touchpad_create()
686 struct hid_device *hdev = to_hid_device(dev); in firmware_version_show() local
698 struct hid_device *hdev = to_hid_device(dev); in hardware_version_show() local
878 struct hid_device *hdev = to_hid_device(led->dev->parent); in dualsense_player_led_get_brightness() local
886 struct hid_device *hdev = to_hid_device(led->dev->parent); in dualsense_player_led_set_brightness() local
910 struct hid_device *hdev = ds->base.hdev; in dualsense_init_output_report() local
963 struct hid_device *hdev = ds->base.hdev; in dualsense_send_output_report() local
1044 struct hid_device *hdev = ps_dev->hdev; in dualsense_parse_report() local
1221 struct hid_device *hdev = input_get_drvdata(dev); in dualsense_play_effect() local
1312 static struct ps_device *dualsense_create(struct hid_device *hdev) in dualsense_create()
1468 static int ps_raw_event(struct hid_device *hdev, struct hid_report *report, in ps_raw_event()
1479 static int ps_probe(struct hid_device *hdev, const struct hid_device_id *id) in ps_probe()
1521 static void ps_remove(struct hid_device *hdev) in ps_remove()