Lines Matching refs:uint
35 static uint profile_numbers[5] = {0, 1, 2, 3, 4};
37 static void kone_profile_activated(struct kone_device *kone, uint new_profile)
43 static void kone_profile_report(struct kone_device *kone, uint new_profile)
53 static int kone_receive(struct usb_device *usb_dev, uint usb_command,
54 void *data, uint size)
73 static int kone_send(struct usb_device *usb_dev, uint usb_command,
74 void const *data, uint size)
349 memcpy(buf, ((char const *)&kone->profiles[*(uint *)(attr->private)]) + off, count);
369 profile = &kone->profiles[*(uint *)(attr->private)];
376 *(uint *)(attr->private) + 1);
663 uint i;