Lines Matching refs:usb_device
45 static int kovaplus_send_control(struct usb_device *usb_dev, uint value, in kovaplus_send_control()
66 static int kovaplus_select_profile(struct usb_device *usb_dev, uint number, in kovaplus_select_profile()
72 static int kovaplus_get_profile_settings(struct usb_device *usb_dev, in kovaplus_get_profile_settings()
86 static int kovaplus_get_profile_buttons(struct usb_device *usb_dev, in kovaplus_get_profile_buttons()
101 static int kovaplus_get_actual_profile(struct usb_device *usb_dev) in kovaplus_get_actual_profile()
112 static int kovaplus_set_actual_profile(struct usb_device *usb_dev, in kovaplus_set_actual_profile()
132 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); in kovaplus_sysfs_read()
157 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); in kovaplus_sysfs_write()
222 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); in kovaplus_sysfs_read_profilex_settings()
240 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); in kovaplus_sysfs_read_profilex_buttons()
284 struct usb_device *usb_dev; in kovaplus_sysfs_set_actual_profile()
358 struct usb_device *usb_dev; in kovaplus_sysfs_show_firmware_version()
412 static int kovaplus_init_kovaplus_device_struct(struct usb_device *usb_dev, in kovaplus_init_kovaplus_device_struct()
446 struct usb_device *usb_dev = interface_to_usbdev(intf); in kovaplus_init_specials()