Home
last modified time | relevance | path

Searched defs:chip_instance (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/util/sconfig/
H A Dsconfig.h61 struct chip_instance { struct
75 struct chip_instance *next; argument
87 struct chip_instance *base_chip_instance; argument
152 struct chip_instance *chip_instance; member
H A Dmain.c757 int bustype, struct chip_instance *chip_instance) in get_dev()
812 struct chip_instance *chip_instance, in new_device_with_path()
894 struct chip_instance *chip_instance, in new_device_reference()
909 struct chip_instance *chip_instance, in new_device_raw()
980 void add_register(struct chip_instance *chip_instance, char *name, char *val) in add_register()
985 void add_reference(struct chip_instance *const chip_instance, in add_reference()
991 static void set_reference(struct chip_instance *const chip_instance, in set_reference()
H A Dsconfig.y19 struct chip_instance *chip_instance; member