Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-logitech-hidpp.c1139 u8 __name_length; in hidpp_get_device_name() local
1150 &__name_length); in hidpp_get_device_name()
1154 name = kzalloc(__name_length + 1, GFP_KERNEL); in hidpp_get_device_name()
1158 while (index < __name_length) { in hidpp_get_device_name()
1161 __name_length - index); in hidpp_get_device_name()
1170 hidpp_prefix_name(&name, __name_length + 1); in hidpp_get_device_name()