Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/
Dhid-logitech-hidpp.c1130 u8 __name_length; in hidpp_get_device_name() local
1141 &__name_length); in hidpp_get_device_name()
1145 name = kzalloc(__name_length + 1, GFP_KERNEL); in hidpp_get_device_name()
1149 while (index < __name_length) { in hidpp_get_device_name()
1152 __name_length - index); in hidpp_get_device_name()
1161 hidpp_prefix_name(&name, __name_length + 1); in hidpp_get_device_name()