Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/regmap/
Dregmap-debugfs.c582 if (!map->debugfs_name) { in regmap_debugfs_init()
583 map->debugfs_name = kasprintf(GFP_KERNEL, "%s-%s", in regmap_debugfs_init()
585 if (!map->debugfs_name) in regmap_debugfs_init()
588 name = map->debugfs_name; in regmap_debugfs_init()
594 kfree(map->debugfs_name); in regmap_debugfs_init()
595 map->debugfs_name = kasprintf(GFP_KERNEL, "dummy%d", in regmap_debugfs_init()
597 if (!map->debugfs_name) in regmap_debugfs_init()
599 name = map->debugfs_name; in regmap_debugfs_init()
608 kfree(map->debugfs_name); in regmap_debugfs_init()
609 map->debugfs_name = NULL; in regmap_debugfs_init()
[all …]
Dinternal.h82 const char *debugfs_name; member
/linux-4.19.296/drivers/char/
Dvirtio_console.c1386 char debugfs_name[16]; in add_port() local
1490 snprintf(debugfs_name, sizeof(debugfs_name), "vport%up%u", in add_port()
1492 port->debugfs_file = debugfs_create_file(debugfs_name, 0444, in add_port()
/linux-4.19.296/drivers/ntb/
Dntb_transport.c1035 char debugfs_name[4]; in ntb_transport_init_queue() local
1037 snprintf(debugfs_name, 4, "qp%d", qp_num); in ntb_transport_init_queue()
1038 qp->debugfs_dir = debugfs_create_dir(debugfs_name, in ntb_transport_init_queue()