Lines Matching refs:sony_sc
540 struct sony_sc { struct
550 void (*send_output_report)(struct sony_sc *); argument
585 static void sony_set_leds(struct sony_sc *sc); argument
587 static inline void sony_schedule_work(struct sony_sc *sc, in sony_schedule_work()
607 struct sony_sc *sc = hid_get_drvdata(hdev); in ds4_show_poll_interval()
617 struct sony_sc *sc = hid_get_drvdata(hdev); in ds4_store_poll_interval()
644 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_show_firmware_version()
656 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_show_hardware_version()
841 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_report_fixup()
871 static void sixaxis_parse_report(struct sony_sc *sc, u8 *rd, int size) in sixaxis_parse_report()
921 static void dualshock4_parse_report(struct sony_sc *sc, u8 *rd, int size) in dualshock4_parse_report()
1107 static void nsg_mrxu_parse_report(struct sony_sc *sc, u8 *rd, int size) in nsg_mrxu_parse_report()
1184 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_raw_event()
1307 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_mapping()
1349 static int sony_register_touchpad(struct sony_sc *sc, int touch_count, in sony_register_touchpad()
1413 static int sony_register_sensors(struct sony_sc *sc) in sony_register_sensors()
1560 static int dualshock4_get_calibration_data(struct sony_sc *sc) in dualshock4_get_calibration_data()
1702 struct sony_sc *sc = container_of(work, struct sony_sc, hotplug_worker); in dualshock4_calibration_work()
1727 static int dualshock4_get_version_info(struct sony_sc *sc) in dualshock4_get_version_info()
1752 static void sixaxis_set_leds_from_id(struct sony_sc *sc) in sixaxis_set_leds_from_id()
1778 static void dualshock4_set_leds_from_id(struct sony_sc *sc) in dualshock4_set_leds_from_id()
1802 static void buzz_set_leds(struct sony_sc *sc) in buzz_set_leds()
1823 static void sony_set_leds(struct sony_sc *sc) in sony_set_leds()
1836 struct sony_sc *drv_data; in sony_led_set_brightness()
1878 struct sony_sc *drv_data; in sony_led_get_brightness()
1901 struct sony_sc *drv_data = hid_get_drvdata(hdev); in sony_led_blink_set()
1943 static int sony_leds_init(struct sony_sc *sc) in sony_leds_init()
2049 static void sixaxis_send_output_report(struct sony_sc *sc) in sixaxis_send_output_report()
2105 static void dualshock4_send_output_report(struct sony_sc *sc) in dualshock4_send_output_report()
2167 static void motion_send_output_report(struct sony_sc *sc) in motion_send_output_report()
2187 static inline void sony_send_output_report(struct sony_sc *sc) in sony_send_output_report()
2195 struct sony_sc *sc = container_of(work, struct sony_sc, state_worker); in sony_state_worker()
2200 static int sony_allocate_output_report(struct sony_sc *sc) in sony_allocate_output_report()
2234 struct sony_sc *sc = hid_get_drvdata(hid); in sony_play_effect()
2246 static int sony_init_ff(struct sony_sc *sc) in sony_init_ff()
2257 static int sony_init_ff(struct sony_sc *sc) in sony_init_ff()
2268 struct sony_sc *sc = power_supply_get_drvdata(psy); in sony_battery_get_property()
2305 static int sony_battery_probe(struct sony_sc *sc, int append_dev_id) in sony_battery_probe()
2353 static inline int sony_compare_connection_type(struct sony_sc *sc0, in sony_compare_connection_type()
2354 struct sony_sc *sc1) in sony_compare_connection_type()
2362 static int sony_check_add_dev_list(struct sony_sc *sc) in sony_check_add_dev_list()
2364 struct sony_sc *entry; in sony_check_add_dev_list()
2394 static void sony_remove_dev_list(struct sony_sc *sc) in sony_remove_dev_list()
2405 static int sony_get_bt_devaddr(struct sony_sc *sc) in sony_get_bt_devaddr()
2425 static int sony_check_add(struct sony_sc *sc) in sony_check_add()
2511 static int sony_set_device_id(struct sony_sc *sc) in sony_set_device_id()
2535 static void sony_release_device_id(struct sony_sc *sc) in sony_release_device_id()
2543 static inline void sony_init_output_report(struct sony_sc *sc, in sony_init_output_report()
2544 void (*send_output_report)(struct sony_sc *)) in sony_init_output_report() argument
2554 static inline void sony_cancel_work_sync(struct sony_sc *sc) in sony_cancel_work_sync()
2566 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_input_configured()
2808 struct sony_sc *sc; in sony_probe()
2870 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_remove()
2900 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_suspend()
2912 struct sony_sc *sc = hid_get_drvdata(hdev); in sony_resume()