Searched refs:hidpp_dev (Results 1 – 1 of 1) sorted by relevance
172 static void hidpp_connect_event(struct hidpp_device *hidpp_dev);301 static int hidpp_send_rap_command_sync(struct hidpp_device *hidpp_dev, in hidpp_send_rap_command_sync() argument333 ret = hidpp_send_message_sync(hidpp_dev, message, response); in hidpp_send_rap_command_sync()405 static int hidpp10_enable_battery_reporting(struct hidpp_device *hidpp_dev) in hidpp10_enable_battery_reporting() argument411 ret = hidpp_send_rap_command_sync(hidpp_dev, in hidpp10_enable_battery_reporting()424 return hidpp_send_rap_command_sync(hidpp_dev, in hidpp10_enable_battery_reporting()612 static char *hidpp_unifying_get_name(struct hidpp_device *hidpp_dev) in hidpp_unifying_get_name() argument620 ret = hidpp_send_rap_command_sync(hidpp_dev, in hidpp_unifying_get_name()1354 static int hidpp_touchpad_set_raw_report_state(struct hidpp_device *hidpp_dev, in hidpp_touchpad_set_raw_report_state() argument1371 return hidpp_send_fap_command_sync(hidpp_dev, feature_index, in hidpp_touchpad_set_raw_report_state()[all …]