Home
last modified time | relevance | path

Searched refs:__name_length (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c1003 u8 __name_length; in hidpp_get_device_name() local
1014 &__name_length); in hidpp_get_device_name()
1018 name = kzalloc(__name_length + 1, GFP_KERNEL); in hidpp_get_device_name()
1022 while (index < __name_length) { in hidpp_get_device_name()
1025 __name_length - index); in hidpp_get_device_name()
1034 hidpp_prefix_name(&name, __name_length + 1); in hidpp_get_device_name()