Lines Matching defs:hdev
31 struct hid_device *hdev; member
341 static struct input_dev *ps_allocate_input_dev(struct hid_device *hdev, const char *name_suffix) in ps_allocate_input_dev()
455 static struct input_dev *ps_gamepad_create(struct hid_device *hdev, in ps_gamepad_create()
493 static int ps_get_report(struct hid_device *hdev, uint8_t report_id, uint8_t *buf, size_t size) in ps_get_report()
528 static struct input_dev *ps_sensors_create(struct hid_device *hdev, int accel_range, int accel_res, in ps_sensors_create()
565 static struct input_dev *ps_touchpad_create(struct hid_device *hdev, int width, int height, in ps_touchpad_create()
597 struct hid_device *hdev = to_hid_device(dev); in firmware_version_show() local
609 struct hid_device *hdev = to_hid_device(dev); in hardware_version_show() local
767 struct hid_device *hdev = ds->base.hdev; in dualsense_init_output_report() local
810 struct hid_device *hdev = ds->base.hdev; in dualsense_send_output_report() local
888 struct hid_device *hdev = ps_dev->hdev; in dualsense_parse_report() local
1065 struct hid_device *hdev = input_get_drvdata(dev); in dualsense_play_effect() local
1140 static struct ps_device *dualsense_create(struct hid_device *hdev) in dualsense_create()
1251 static int ps_raw_event(struct hid_device *hdev, struct hid_report *report, in ps_raw_event()
1262 static int ps_probe(struct hid_device *hdev, const struct hid_device_id *id) in ps_probe()
1309 static void ps_remove(struct hid_device *hdev) in ps_remove()