Symbol: dualsense
drivers/hid/hid-playstation.c
1023
static int dualsense_get_calibration_data(struct dualsense *ds)
drivers/hid/hid-playstation.c
1150
static int dualsense_get_firmware_info(struct dualsense *ds)
drivers/hid/hid-playstation.c
1183
static int dualsense_get_mac_address(struct dualsense *ds)
drivers/hid/hid-playstation.c
1210
struct dualsense *ds = container_of(mc_cdev, struct dualsense, lightbar);
drivers/hid/hid-playstation.c
1225
struct dualsense *ds = hid_get_drvdata(hdev);
drivers/hid/hid-playstation.c
1233
struct dualsense *ds = hid_get_drvdata(hdev);
drivers/hid/hid-playstation.c
1251
static void dualsense_init_output_report(struct dualsense *ds,
drivers/hid/hid-playstation.c
1291
static inline void dualsense_schedule_work(struct dualsense *ds)
drivers/hid/hid-playstation.c
1303
static void dualsense_send_output_report(struct dualsense *ds,
drivers/hid/hid-playstation.c
1324
struct dualsense *ds = container_of(work, struct dualsense, output_worker);
drivers/hid/hid-playstation.c
1440
struct dualsense *ds = container_of(ps_dev, struct dualsense, base);
drivers/hid/hid-playstation.c
1652
struct dualsense *ds = hid_get_drvdata(hdev);
drivers/hid/hid-playstation.c
1669
struct dualsense *ds = container_of(ps_dev, struct dualsense, base);
drivers/hid/hid-playstation.c
1677
static int dualsense_reset_leds(struct dualsense *ds)
drivers/hid/hid-playstation.c
1702
static void dualsense_set_lightbar(struct dualsense *ds, u8 red, u8 green, u8 blue)
drivers/hid/hid-playstation.c
1714
static void dualsense_set_player_leds(struct dualsense *ds)
drivers/hid/hid-playstation.c
1739
struct dualsense *ds;
drivers/hid/hid-playstation.c
585
static inline void dualsense_schedule_work(struct dualsense *ds);
drivers/hid/hid-playstation.c
587
static void dualsense_set_lightbar(struct dualsense *ds, u8 red, u8 green, u8 blue);