Lines Matching refs:hidpp_dev
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() argument
333 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() argument
411 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() argument
620 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() argument
1371 return hidpp_send_fap_command_sync(hidpp_dev, feature_index, in hidpp_touchpad_set_raw_report_state()
1392 static void hidpp_touchpad_raw_xy_event(struct hidpp_device *hidpp_dev, in hidpp_touchpad_raw_xy_event() argument
2291 struct hidpp_device *hidpp_dev; in m560_send_config_command() local
2293 hidpp_dev = hid_get_drvdata(hdev); in m560_send_config_command()
2296 hidpp_dev, in m560_send_config_command()