Lines Matching refs:uint
38 static uint profile_numbers[5] = {0, 1, 2, 3, 4};
40 static void kone_profile_activated(struct kone_device *kone, uint new_profile) in kone_profile_activated()
46 static void kone_profile_report(struct kone_device *kone, uint new_profile) in kone_profile_report()
56 static int kone_receive(struct usb_device *usb_dev, uint usb_command, in kone_receive()
57 void *data, uint size) in kone_receive()
76 static int kone_send(struct usb_device *usb_dev, uint usb_command, in kone_send()
77 void const *data, uint size) in kone_send()
346 memcpy(buf, ((char const *)&kone->profiles[*(uint *)(attr->private)]) + off, count); in kone_sysfs_read_profilex()
367 profile = &kone->profiles[*(uint *)(attr->private)]; in kone_sysfs_write_profilex()
374 *(uint *)(attr->private) + 1); in kone_sysfs_write_profilex()
661 uint i; in kone_init_kone_device_struct()