Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hid/
Dhid-logitech-hidpp.c3574 char *name, *devm_name; in hidpp_connect_event() local
3631 devm_name = devm_kasprintf(&hdev->dev, GFP_KERNEL, in hidpp_connect_event()
3634 if (!devm_name) in hidpp_connect_event()
3637 hidpp->name = devm_name; in hidpp_connect_event()