Searched refs:SYSFS_IRQDIR (Results 1 – 1 of 1) sorted by relevance
56 #define SYSFS_IRQDIR "/sys/kernel/irq" macro101 const string irq_base(SYSFS_IRQDIR "/"); in AddEntryToIrqmap()122 std::unique_ptr<DIR, decltype(&closedir)> irq_dir(opendir(SYSFS_IRQDIR), closedir); in GetIrqmap()124 PLOG(ERROR) << "opening dir " SYSFS_IRQDIR; in GetIrqmap()