Symbol: ps_device
drivers/hid/hid-playstation.c
1000
struct ps_device *ps_dev = hid_get_drvdata(hdev);
drivers/hid/hid-playstation.c
1012
ATTRIBUTE_GROUPS(ps_device);
drivers/hid/hid-playstation.c
1427
static int dualsense_parse_report(struct ps_device *ps_dev, struct hid_report *report,
drivers/hid/hid-playstation.c
1646
static void dualsense_remove(struct ps_device *ps_dev)
drivers/hid/hid-playstation.c
1716
static struct ps_device *dualsense_create(struct hid_device *hdev)
drivers/hid/hid-playstation.c
1719
struct ps_device *ps_dev;
drivers/hid/hid-playstation.c
175
struct ps_device base;
drivers/hid/hid-playstation.c
2358
static int dualshock4_parse_report(struct ps_device *ps_dev, struct hid_report *report,
drivers/hid/hid-playstation.c
2554
static int dualshock4_dongle_parse_report(struct ps_device *ps_dev, struct hid_report *report,
drivers/hid/hid-playstation.c
2626
static void dualshock4_remove(struct ps_device *ps_dev)
drivers/hid/hid-playstation.c
2678
static struct ps_device *dualshock4_create(struct hid_device *hdev)
drivers/hid/hid-playstation.c
2681
struct ps_device *ps_dev;
drivers/hid/hid-playstation.c
2822
struct ps_device *dev = hid_get_drvdata(hdev);
drivers/hid/hid-playstation.c
2832
struct ps_device *dev;
drivers/hid/hid-playstation.c
2880
struct ps_device *dev = hid_get_drvdata(hdev);
drivers/hid/hid-playstation.c
402
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
586
static int ps_devices_list_add(struct ps_device *dev)
drivers/hid/hid-playstation.c
588
struct ps_device *entry;
drivers/hid/hid-playstation.c
604
static int ps_devices_list_remove(struct ps_device *dev)
drivers/hid/hid-playstation.c
612
static int ps_device_set_player_id(struct ps_device *dev)
drivers/hid/hid-playstation.c
623
static void ps_device_release_player_id(struct ps_device *dev)
drivers/hid/hid-playstation.c
670
struct ps_device *dev = power_supply_get_drvdata(psy);
drivers/hid/hid-playstation.c
701
static int ps_device_register_battery(struct ps_device *dev)
drivers/hid/hid-playstation.c
826
static int ps_led_register(struct ps_device *ps_dev, struct led_classdev *led,
drivers/hid/hid-playstation.c
863
static int ps_lightbar_register(struct ps_device *ps_dev, struct led_classdev_mc *lightbar_mc_dev,
drivers/hid/hid-playstation.c
989
struct ps_device *ps_dev = hid_get_drvdata(hdev);