Home
last modified time | relevance | path

Searched refs:roccat_common2_receive (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/hid/
Dhid-roccat-common.c24 int roccat_common2_receive(struct usb_device *usb_dev, uint report_id, in roccat_common2_receive() function
44 EXPORT_SYMBOL_GPL(roccat_common2_receive);
82 retval = roccat_common2_receive(usb_dev, in roccat_common2_receive_control_status()
149 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in roccat_common2_sysfs_read()
Dhid-roccat-arvo.c42 retval = roccat_common2_receive(usb_dev, ARVO_COMMAND_MODE_KEY, in arvo_sysfs_show_mode_key()
92 retval = roccat_common2_receive(usb_dev, ARVO_COMMAND_KEY_MASK, in arvo_sysfs_show_key_mask()
137 retval = roccat_common2_receive(usb_dev, ARVO_COMMAND_ACTUAL_PROFILE, in arvo_get_actual_profile()
225 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in arvo_sysfs_read()
Dhid-roccat-pyra.c70 return roccat_common2_receive(usb_dev, PYRA_COMMAND_PROFILE_SETTINGS, in pyra_get_profile_settings()
77 return roccat_common2_receive(usb_dev, PYRA_COMMAND_SETTINGS, in pyra_get_settings()
105 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in pyra_sysfs_read()
305 roccat_common2_receive(usb_dev, PYRA_COMMAND_SETTINGS, in pyra_sysfs_show_actual_profile()
326 roccat_common2_receive(usb_dev, PYRA_COMMAND_INFO, in pyra_sysfs_show_firmware_version()
Dhid-roccat-kovaplus.c85 return roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_PROFILE_SETTINGS, in kovaplus_get_profile_settings()
99 return roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_PROFILE_BUTTONS, in kovaplus_get_profile_buttons()
109 retval = roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_ACTUAL_PROFILE, in kovaplus_get_actual_profile()
145 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in kovaplus_sysfs_read()
369 roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_INFO, in kovaplus_sysfs_show_firmware_version()
Dhid-roccat-koneplus.c66 retval = roccat_common2_receive(usb_dev, KONEPLUS_COMMAND_ACTUAL_PROFILE, in koneplus_get_actual_profile()
102 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in koneplus_sysfs_read()
313 roccat_common2_receive(usb_dev, KONEPLUS_COMMAND_INFO, in koneplus_sysfs_show_firmware_version()
Dhid-roccat-common.h28 int roccat_common2_receive(struct usb_device *usb_dev, uint report_id,
Dhid-roccat-lua.c45 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in lua_sysfs_read()
Dhid-roccat-isku.c39 return roccat_common2_receive(usb_dev, command, buf, size); in isku_receive()