Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-roccat-common.c21 int roccat_common2_receive(struct usb_device *usb_dev, uint report_id, in roccat_common2_receive() function
41 EXPORT_SYMBOL_GPL(roccat_common2_receive);
79 retval = roccat_common2_receive(usb_dev, in roccat_common2_receive_control_status()
146 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in roccat_common2_sysfs_read()
H A Dhid-roccat-arvo.c37 retval = roccat_common2_receive(usb_dev, ARVO_COMMAND_MODE_KEY, in arvo_sysfs_show_mode_key()
87 retval = roccat_common2_receive(usb_dev, ARVO_COMMAND_KEY_MASK, in arvo_sysfs_show_key_mask()
132 retval = roccat_common2_receive(usb_dev, ARVO_COMMAND_ACTUAL_PROFILE, in arvo_get_actual_profile()
220 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in arvo_sysfs_read()
H A Dhid-roccat-pyra.c64 return roccat_common2_receive(usb_dev, PYRA_COMMAND_PROFILE_SETTINGS, in pyra_get_profile_settings()
71 return roccat_common2_receive(usb_dev, PYRA_COMMAND_SETTINGS, in pyra_get_settings()
99 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in pyra_sysfs_read()
299 roccat_common2_receive(usb_dev, PYRA_COMMAND_SETTINGS, in pyra_sysfs_show_actual_profile()
320 roccat_common2_receive(usb_dev, PYRA_COMMAND_INFO, in pyra_sysfs_show_firmware_version()
H A Dhid-roccat-kovaplus.c80 return roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_PROFILE_SETTINGS, in kovaplus_get_profile_settings()
94 return roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_PROFILE_BUTTONS, in kovaplus_get_profile_buttons()
104 retval = roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_ACTUAL_PROFILE, in kovaplus_get_actual_profile()
140 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in kovaplus_sysfs_read()
364 roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_INFO, in kovaplus_sysfs_show_firmware_version()
H A Dhid-roccat-koneplus.c61 retval = roccat_common2_receive(usb_dev, KONEPLUS_COMMAND_ACTUAL_PROFILE, in koneplus_get_actual_profile()
97 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in koneplus_sysfs_read()
308 roccat_common2_receive(usb_dev, KONEPLUS_COMMAND_INFO, in koneplus_sysfs_show_firmware_version()
H A Dhid-roccat-common.h25 int roccat_common2_receive(struct usb_device *usb_dev, uint report_id,
H A Dhid-roccat-lua.c42 retval = roccat_common2_receive(usb_dev, command, buf, real_size); in lua_sysfs_read()
H A Dhid-roccat-isku.c34 return roccat_common2_receive(usb_dev, command, buf, size); in isku_receive()