Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/common/
H A Dulpi.c274 static struct dentry *ulpi_root; variable
304 root = debugfs_create_dir(dev_name(&ulpi->dev), ulpi_root); in ulpi_register()
352 debugfs_lookup_and_remove(dev_name(&ulpi->dev), ulpi_root); in ulpi_unregister_interface()
363 ulpi_root = debugfs_create_dir(KBUILD_MODNAME, NULL); in ulpi_init()
366 debugfs_remove(ulpi_root); in ulpi_init()
374 debugfs_remove(ulpi_root); in ulpi_exit()