Searched refs:roccat_common2_send (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-roccat-common.c | 43 int roccat_common2_send(struct usb_device *usb_dev, uint report_id, in roccat_common2_send() function 62 EXPORT_SYMBOL_GPL(roccat_common2_send); variable 112 retval = roccat_common2_send(usb_dev, command, buf, size); in roccat_common2_send_with_status()
|
H A D | hid-roccat-arvo.c | 67 retval = roccat_common2_send(usb_dev, ARVO_COMMAND_MODE_KEY, in arvo_sysfs_set_mode_key() 117 retval = roccat_common2_send(usb_dev, ARVO_COMMAND_KEY_MASK, in arvo_sysfs_set_key_mask() 174 retval = roccat_common2_send(usb_dev, ARVO_COMMAND_ACTUAL_PROFILE, in arvo_sysfs_set_actual_profile() 200 retval = roccat_common2_send(usb_dev, command, buf, real_size); in arvo_sysfs_write()
|
H A D | hid-roccat-common.h | 27 int roccat_common2_send(struct usb_device *usb_dev, uint report_id,
|
H A D | hid-roccat-lua.c | 61 retval = roccat_common2_send(usb_dev, command, buf, real_size); in lua_sysfs_write()
|
H A D | hid-roccat-kovaplus.c | 60 retval = roccat_common2_send(usb_dev, ROCCAT_COMMON_COMMAND_CONTROL, in kovaplus_send_control()
|
H A D | hid-roccat-pyra.c | 55 return roccat_common2_send(usb_dev, ROCCAT_COMMON_COMMAND_CONTROL, in pyra_send_control()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-roccat-common.c | 43 int roccat_common2_send(struct usb_device *usb_dev, uint report_id, in roccat_common2_send() function 62 EXPORT_SYMBOL_GPL(roccat_common2_send); variable 112 retval = roccat_common2_send(usb_dev, command, buf, size); in roccat_common2_send_with_status()
|
H A D | hid-roccat-arvo.c | 65 retval = roccat_common2_send(usb_dev, ARVO_COMMAND_MODE_KEY, in arvo_sysfs_set_mode_key() 115 retval = roccat_common2_send(usb_dev, ARVO_COMMAND_KEY_MASK, in arvo_sysfs_set_key_mask() 172 retval = roccat_common2_send(usb_dev, ARVO_COMMAND_ACTUAL_PROFILE, in arvo_sysfs_set_actual_profile() 198 retval = roccat_common2_send(usb_dev, command, buf, real_size); in arvo_sysfs_write()
|
H A D | hid-roccat-common.h | 27 int roccat_common2_send(struct usb_device *usb_dev, uint report_id,
|
H A D | hid-roccat-lua.c | 61 retval = roccat_common2_send(usb_dev, command, buf, real_size); in lua_sysfs_write()
|
H A D | hid-roccat-kovaplus.c | 58 retval = roccat_common2_send(usb_dev, ROCCAT_COMMON_COMMAND_CONTROL, in kovaplus_send_control()
|
H A D | hid-roccat-pyra.c | 52 return roccat_common2_send(usb_dev, ROCCAT_COMMON_COMMAND_CONTROL, in pyra_send_control()
|
Completed in 8 milliseconds