Home
last modified time | relevance | path

Searched defs:read_resources (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/intel/common/block/p2sb/
H A Dioe_p2sb.c28 static void read_resources(struct device *dev) in read_resources() function
H A Dp2sb.c122 static void read_resources(struct device *dev) in read_resources() function
/aosp_15_r20/external/coreboot/src/soc/amd/stoneyridge/
H A Dnorthbridge.c33 static void read_resources(struct device *dev) in read_resources() function
/aosp_15_r20/external/coreboot/src/drivers/net/
H A Dne2k.c297 static void read_resources(struct device *dev) in read_resources() function
/aosp_15_r20/external/coreboot/src/device/
H A Ddevice.c186 static void read_resources(struct bus *bus) in read_resources() function
/aosp_15_r20/external/coreboot/src/include/device/
H A Ddevice.h42 void (*read_resources)(struct device *dev); member