Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-logitech-hidpp.c1043 u8 __name_length; in hidpp_get_device_name() local
1054 &__name_length); in hidpp_get_device_name()
1058 name = kzalloc(__name_length + 1, GFP_KERNEL); in hidpp_get_device_name()
1062 while (index < __name_length) { in hidpp_get_device_name()
1065 __name_length - index); in hidpp_get_device_name()
1074 hidpp_prefix_name(&name, __name_length + 1); in hidpp_get_device_name()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-logitech-hidpp.c1133 u8 __name_length; in hidpp_get_device_name() local
1144 &__name_length); in hidpp_get_device_name()
1148 name = kzalloc(__name_length + 1, GFP_KERNEL); in hidpp_get_device_name()
1152 while (index < __name_length) { in hidpp_get_device_name()
1155 __name_length - index); in hidpp_get_device_name()
1164 hidpp_prefix_name(&name, __name_length + 1); in hidpp_get_device_name()

Completed in 13 milliseconds