Lines Matching defs:hidpp
220 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in __hidpp_send_report() local
262 static int hidpp_send_message_sync(struct hidpp_device *hidpp, in hidpp_send_message_sync()
315 static int hidpp_send_fap_command_sync(struct hidpp_device *hidpp, in hidpp_send_fap_command_sync()
386 struct hidpp_device *hidpp = container_of(work, struct hidpp_device, in delayed_work_cb() local
407 static inline bool hidpp_report_is_connect_event(struct hidpp_device *hidpp, in hidpp_report_is_connect_event()
634 static int hidpp10_query_battery_status(struct hidpp_device *hidpp) in hidpp10_query_battery_status()
686 static int hidpp10_query_battery_mileage(struct hidpp_device *hidpp) in hidpp10_query_battery_mileage()
709 static int hidpp10_battery_event(struct hidpp_device *hidpp, u8 *data, int size) in hidpp10_battery_event()
791 static int hidpp_unifying_get_serial(struct hidpp_device *hidpp, u32 *serial) in hidpp_unifying_get_serial()
813 static int hidpp_unifying_init(struct hidpp_device *hidpp) in hidpp_unifying_init()
848 static int hidpp_root_get_feature(struct hidpp_device *hidpp, u16 feature, in hidpp_root_get_feature()
871 static int hidpp_root_get_protocol_version(struct hidpp_device *hidpp) in hidpp_root_get_protocol_version()
925 static int hidpp_get_serial(struct hidpp_device *hidpp, u32 *serial) in hidpp_get_serial()
949 static int hidpp_serial_init(struct hidpp_device *hidpp) in hidpp_serial_init()
975 static int hidpp_devicenametype_get_count(struct hidpp_device *hidpp, in hidpp_devicenametype_get_count()
997 static int hidpp_devicenametype_get_device_name(struct hidpp_device *hidpp, in hidpp_devicenametype_get_device_name()
1039 static char *hidpp_get_device_name(struct hidpp_device *hidpp) in hidpp_get_device_name()
1152 static int hidpp20_batterylevel_get_battery_capacity(struct hidpp_device *hidpp, in hidpp20_batterylevel_get_battery_capacity()
1184 static int hidpp20_batterylevel_get_battery_info(struct hidpp_device *hidpp, in hidpp20_batterylevel_get_battery_info()
1214 static int hidpp20_query_battery_info(struct hidpp_device *hidpp) in hidpp20_query_battery_info()
1251 static int hidpp20_battery_event(struct hidpp_device *hidpp, in hidpp20_battery_event()
1339 static int hidpp20_battery_get_battery_voltage(struct hidpp_device *hidpp, in hidpp20_battery_get_battery_voltage()
1368 static int hidpp20_query_battery_voltage_info(struct hidpp_device *hidpp) in hidpp20_query_battery_voltage_info()
1398 static int hidpp20_battery_voltage_event(struct hidpp_device *hidpp, in hidpp20_battery_voltage_event()
1440 struct hidpp_device *hidpp = power_supply_get_drvdata(psy); in hidpp_battery_get_property() local
1491 static int hidpp_get_wireless_feature_index(struct hidpp_device *hidpp, u8 *feature_index) in hidpp_get_wireless_feature_index()
1511 static int hidpp_hrs_set_highres_scrolling_mode(struct hidpp_device *hidpp, in hidpp_hrs_set_highres_scrolling_mode()
1546 static int hidpp_hrw_get_wheel_capability(struct hidpp_device *hidpp, in hidpp_hrw_get_wheel_capability()
1573 static int hidpp_hrw_set_wheel_mode(struct hidpp_device *hidpp, bool invert, in hidpp_hrw_set_wheel_mode()
1608 static int hidpp_solar_request_battery_event(struct hidpp_device *hidpp) in hidpp_solar_request_battery_event()
1641 static int hidpp_solar_battery_event(struct hidpp_device *hidpp, in hidpp_solar_battery_event()
1710 static int hidpp_touchpad_fw_items_set(struct hidpp_device *hidpp, in hidpp_touchpad_fw_items_set()
1781 static int hidpp_touchpad_get_raw_info(struct hidpp_device *hidpp, in hidpp_touchpad_get_raw_info()
1905 struct hidpp_device *hidpp; member
2317 static int hidpp_ff_init(struct hidpp_device *hidpp, in hidpp_ff_init()
2434 static void wtp_populate_input(struct hidpp_device *hidpp, in wtp_populate_input()
2463 static void wtp_touch_event(struct hidpp_device *hidpp, in wtp_touch_event()
2489 static void wtp_send_raw_xy_event(struct hidpp_device *hidpp, in wtp_send_raw_xy_event()
2507 static int wtp_mouse_raw_xy_event(struct hidpp_device *hidpp, u8 *data) in wtp_mouse_raw_xy_event()
2548 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in wtp_raw_event() local
2589 static int wtp_get_config(struct hidpp_device *hidpp) in wtp_get_config()
2620 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in wtp_allocate() local
2635 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in wtp_connect() local
2715 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in m560_raw_event() local
2808 static void m560_populate_input(struct hidpp_device *hidpp, in m560_populate_input()
2852 static int k400_disable_tap_to_click(struct hidpp_device *hidpp) in k400_disable_tap_to_click()
2877 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in k400_allocate() local
2892 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in k400_connect() local
2906 static int g920_ff_set_autocenter(struct hidpp_device *hidpp, in g920_ff_set_autocenter()
2930 static int g920_get_config(struct hidpp_device *hidpp, in g920_get_config()
3018 static int hidpp10_wheel_connect(struct hidpp_device *hidpp) in hidpp10_wheel_connect()
3025 static int hidpp10_wheel_raw_event(struct hidpp_device *hidpp, in hidpp10_wheel_raw_event()
3051 static void hidpp10_wheel_populate_input(struct hidpp_device *hidpp, in hidpp10_wheel_populate_input()
3064 static int hidpp10_extra_mouse_buttons_connect(struct hidpp_device *hidpp) in hidpp10_extra_mouse_buttons_connect()
3071 static int hidpp10_extra_mouse_buttons_raw_event(struct hidpp_device *hidpp, in hidpp10_extra_mouse_buttons_raw_event()
3106 struct hidpp_device *hidpp, struct input_dev *input_dev) in hidpp10_extra_mouse_buttons_populate_input()
3124 static u8 *hidpp10_consumer_keys_report_fixup(struct hidpp_device *hidpp, in hidpp10_consumer_keys_report_fixup()
3152 static int hidpp10_consumer_keys_connect(struct hidpp_device *hidpp) in hidpp10_consumer_keys_connect()
3159 static int hidpp10_consumer_keys_raw_event(struct hidpp_device *hidpp, in hidpp10_consumer_keys_raw_event()
3188 static int hi_res_scroll_enable(struct hidpp_device *hidpp) in hi_res_scroll_enable()
3222 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_report_fixup() local
3239 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_input_mapping() local
3260 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_input_mapped() local
3278 static void hidpp_populate_input(struct hidpp_device *hidpp, in hidpp_populate_input()
3298 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_input_configured() local
3309 static int hidpp_raw_hidpp_event(struct hidpp_device *hidpp, u8 *data, in hidpp_raw_hidpp_event()
3391 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_raw_event() local
3444 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_event() local
3464 static int hidpp_initialize_battery(struct hidpp_device *hidpp) in hidpp_initialize_battery()
3552 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_overwrite_name() local
3587 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_allocate_input() local
3608 static void hidpp_connect_event(struct hidpp_device *hidpp) in hidpp_connect_event()
3754 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_validate_device() local
3807 struct hidpp_device *hidpp; in hidpp_probe() local
3962 struct hidpp_device *hidpp = hid_get_drvdata(hdev); in hidpp_remove() local