Home
last modified time | relevance | path

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

/linux-4.1.27/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()
150 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()
227 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()
106 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in pyra_sysfs_read()
310 roccat_common2_receive(usb_dev, PYRA_COMMAND_SETTINGS, in pyra_sysfs_show_actual_profile()
331 roccat_common2_receive(usb_dev, PYRA_COMMAND_INFO, in pyra_sysfs_show_firmware_version()
Dhid-roccat-kovaplus.c83 return roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_PROFILE_SETTINGS, in kovaplus_get_profile_settings()
97 return roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_PROFILE_BUTTONS, in kovaplus_get_profile_buttons()
107 retval = roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_ACTUAL_PROFILE, in kovaplus_get_actual_profile()
144 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in kovaplus_sysfs_read()
371 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()
103 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in koneplus_sysfs_read()
317 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()