Lines Matching defs:hdev

1027 	struct hid_device *hdev;  member
1052 static __u8 *sixaxis_fixup(struct hid_device *hdev, __u8 *rdesc, in sixaxis_fixup()
1059 static u8 *motion_fixup(struct hid_device *hdev, u8 *rdesc, in motion_fixup()
1066 static u8 *navigation_fixup(struct hid_device *hdev, u8 *rdesc, in navigation_fixup()
1073 static __u8 *ps3remote_fixup(struct hid_device *hdev, __u8 *rdesc, in ps3remote_fixup()
1080 static int ps3remote_mapping(struct hid_device *hdev, struct hid_input *hi, in ps3remote_mapping()
1114 static __u8 *sony_report_fixup(struct hid_device *hdev, __u8 *rdesc, in sony_report_fixup()
1270 static int sony_raw_event(struct hid_device *hdev, struct hid_report *report, in sony_raw_event()
1311 static int sony_mapping(struct hid_device *hdev, struct hid_input *hi, in sony_mapping()
1363 static int sony_input_configured(struct hid_device *hdev, in sony_input_configured()
1391 static int sixaxis_set_operational_usb(struct hid_device *hdev) in sixaxis_set_operational_usb()
1430 static int sixaxis_set_operational_bt(struct hid_device *hdev) in sixaxis_set_operational_bt()
1452 static int dualshock4_set_operational_bt(struct hid_device *hdev) in dualshock4_set_operational_bt()
1521 struct hid_device *hdev = sc->hdev; in buzz_set_leds() local
1552 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in sony_led_set_brightness() local
1594 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in sony_led_get_brightness() local
1617 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in sony_led_blink_set() local
1681 struct hid_device *hdev = sc->hdev; in sony_leds_init() local
1852 struct hid_device *hdev = sc->hdev; in dualshock4_state_worker() local
1899 struct hid_device *hdev = sc->hdev; in motion_state_worker() local
2021 struct hid_device *hdev = sc->hdev; in sony_battery_probe() local
2259 static int sony_probe(struct hid_device *hdev, const struct hid_device_id *id) in sony_probe()
2401 static void sony_remove(struct hid_device *hdev) in sony_remove()