Searched refs:roccat_common2_receive (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/hid/ |
H A D | hid-roccat-common.c | 24 int roccat_common2_receive(struct usb_device *usb_dev, uint report_id, roccat_common2_receive() function 44 EXPORT_SYMBOL_GPL(roccat_common2_receive); variable 82 retval = roccat_common2_receive(usb_dev, roccat_common2_receive_control_status() 150 retval = roccat_common2_receive(usb_dev, command, buf, real_size); roccat_common2_sysfs_read()
|
H A D | hid-roccat-arvo.c | 42 retval = roccat_common2_receive(usb_dev, ARVO_COMMAND_MODE_KEY, arvo_sysfs_show_mode_key() 92 retval = roccat_common2_receive(usb_dev, ARVO_COMMAND_KEY_MASK, arvo_sysfs_show_key_mask() 137 retval = roccat_common2_receive(usb_dev, ARVO_COMMAND_ACTUAL_PROFILE, arvo_get_actual_profile() 227 retval = roccat_common2_receive(usb_dev, command, buf, real_size); arvo_sysfs_read()
|
H A D | hid-roccat-common.h | 28 int roccat_common2_receive(struct usb_device *usb_dev, uint report_id,
|
H A D | hid-roccat-kovaplus.c | 83 return roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_PROFILE_SETTINGS, kovaplus_get_profile_settings() 97 return roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_PROFILE_BUTTONS, kovaplus_get_profile_buttons() 107 retval = roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_ACTUAL_PROFILE, kovaplus_get_actual_profile() 144 retval = roccat_common2_receive(usb_dev, command, buf, real_size); kovaplus_sysfs_read() 371 roccat_common2_receive(usb_dev, KOVAPLUS_COMMAND_INFO, kovaplus_sysfs_show_firmware_version()
|
H A D | hid-roccat-pyra.c | 70 return roccat_common2_receive(usb_dev, PYRA_COMMAND_PROFILE_SETTINGS, pyra_get_profile_settings() 77 return roccat_common2_receive(usb_dev, PYRA_COMMAND_SETTINGS, pyra_get_settings() 106 retval = roccat_common2_receive(usb_dev, command, buf, real_size); pyra_sysfs_read() 310 roccat_common2_receive(usb_dev, PYRA_COMMAND_SETTINGS, pyra_sysfs_show_actual_profile() 331 roccat_common2_receive(usb_dev, PYRA_COMMAND_INFO, pyra_sysfs_show_firmware_version()
|
H A D | hid-roccat-koneplus.c | 66 retval = roccat_common2_receive(usb_dev, KONEPLUS_COMMAND_ACTUAL_PROFILE, koneplus_get_actual_profile() 103 retval = roccat_common2_receive(usb_dev, command, buf, real_size); koneplus_sysfs_read() 317 roccat_common2_receive(usb_dev, KONEPLUS_COMMAND_INFO, koneplus_sysfs_show_firmware_version()
|
H A D | hid-roccat-lua.c | 45 retval = roccat_common2_receive(usb_dev, command, buf, real_size); lua_sysfs_read()
|
H A D | hid-roccat-isku.c | 39 return roccat_common2_receive(usb_dev, command, buf, size); isku_receive()
|
Completed in 210 milliseconds