Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-logitech-hidpp.c529 u8 __name_length; in hidpp_get_device_name() local
540 &__name_length); in hidpp_get_device_name()
544 name = kzalloc(__name_length + 1, GFP_KERNEL); in hidpp_get_device_name()
548 while (index < __name_length) { in hidpp_get_device_name()
551 __name_length - index); in hidpp_get_device_name()
560 hidpp_prefix_name(&name, __name_length + 1); in hidpp_get_device_name()