Lines Matching refs:uint
28 static uint profile_numbers[5] = {0, 1, 2, 3, 4};
32 static uint kovaplus_convert_event_cpi(uint value) in kovaplus_convert_event_cpi()
38 uint new_profile_index) in kovaplus_profile_activated()
46 static int kovaplus_send_control(struct usb_device *usb_dev, uint value, in kovaplus_send_control()
67 static int kovaplus_select_profile(struct usb_device *usb_dev, uint number, in kovaplus_select_profile()
74 struct kovaplus_profile_settings *buf, uint number) in kovaplus_get_profile_settings()
129 size_t real_size, uint command) in kovaplus_sysfs_read()
155 size_t real_size, uint command) in kovaplus_sysfs_write()
229 retval = kovaplus_select_profile(usb_dev, *(uint *)(attr->private), in kovaplus_sysfs_read_profilex_settings()
248 retval = kovaplus_select_profile(usb_dev, *(uint *)(attr->private), in kovaplus_sysfs_read_profilex_buttons()
421 static uint wait = 70; /* device will freeze with just 60 */ in kovaplus_init_kovaplus_device_struct()