Symbol: ps_device
drivers/hid/hid-playstation.c
1009
struct ps_device *ps_dev = hid_get_drvdata(hdev);
drivers/hid/hid-playstation.c
1021
ATTRIBUTE_GROUPS(ps_device);
drivers/hid/hid-playstation.c
1436
static int dualsense_parse_report(struct ps_device *ps_dev, struct hid_report *report,
drivers/hid/hid-playstation.c
1667
static void dualsense_remove(struct ps_device *ps_dev)
drivers/hid/hid-playstation.c
1737
static struct ps_device *dualsense_create(struct hid_device *hdev)
drivers/hid/hid-playstation.c
1740
struct ps_device *ps_dev;
drivers/hid/hid-playstation.c
181
struct ps_device base;
drivers/hid/hid-playstation.c
2389
static int dualshock4_parse_report(struct ps_device *ps_dev, struct hid_report *report,
drivers/hid/hid-playstation.c
2599
static int dualshock4_dongle_parse_report(struct ps_device *ps_dev, struct hid_report *report,
drivers/hid/hid-playstation.c
2671
static void dualshock4_remove(struct ps_device *ps_dev)
drivers/hid/hid-playstation.c
2723
static struct ps_device *dualshock4_create(struct hid_device *hdev)
drivers/hid/hid-playstation.c
2726
struct ps_device *ps_dev;
drivers/hid/hid-playstation.c
2867
struct ps_device *dev = hid_get_drvdata(hdev);
drivers/hid/hid-playstation.c
2877
struct ps_device *dev;
drivers/hid/hid-playstation.c
2925
struct ps_device *dev = hid_get_drvdata(hdev);
drivers/hid/hid-playstation.c
411
struct ps_device base;
drivers/hid/hid-playstation.c
55
int (*parse_report)(struct ps_device *dev, struct hid_report *report, u8 *data, int size);
drivers/hid/hid-playstation.c
56
void (*remove)(struct ps_device *dev);
drivers/hid/hid-playstation.c
595
static int ps_devices_list_add(struct ps_device *dev)
drivers/hid/hid-playstation.c
597
struct ps_device *entry;
drivers/hid/hid-playstation.c
613
static int ps_devices_list_remove(struct ps_device *dev)
drivers/hid/hid-playstation.c
621
static int ps_device_set_player_id(struct ps_device *dev)
drivers/hid/hid-playstation.c
632
static void ps_device_release_player_id(struct ps_device *dev)
drivers/hid/hid-playstation.c
679
struct ps_device *dev = power_supply_get_drvdata(psy);
drivers/hid/hid-playstation.c
710
static int ps_device_register_battery(struct ps_device *dev)
drivers/hid/hid-playstation.c
835
static int ps_led_register(struct ps_device *ps_dev, struct led_classdev *led,
drivers/hid/hid-playstation.c
872
static int ps_lightbar_register(struct ps_device *ps_dev, struct led_classdev_mc *lightbar_mc_dev,
drivers/hid/hid-playstation.c
998
struct ps_device *ps_dev = hid_get_drvdata(hdev);