Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/device/
H A Ddevice.c234 while ((dev = dev_find_class(PCI_CLASS_DISPLAY_VGA << 8, dev))) { in set_vga_bridge_bits()
H A Ddevice_util.c65 struct device *dev_find_class(unsigned int class, struct device *from) in dev_find_class() function
/aosp_15_r20/external/coreboot/src/include/device/
H A Ddevice.h214 struct device *dev_find_class(unsigned int class, struct device *from);