Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dhpilo.c816 error = pci_request_regions(pdev, ILO_NAME); in ilo_probe()
876 .name = ILO_NAME,
891 error = alloc_chrdev_region(&dev, 0, MAX_OPEN, ILO_NAME); in ilo_init()
918 MODULE_ALIAS(ILO_NAME);
919 MODULE_DESCRIPTION(ILO_NAME);
H A Dhpilo.h11 #define ILO_NAME "hpilo" macro