/openbmc/u-boot/drivers/rtc/ |
H A D | ds1307.c | 212 enum ds_type type = dev_get_driver_data(dev); in ds1307_rtc_set() local 245 enum ds_type type = dev_get_driver_data(dev); in ds1307_rtc_get() local
|
/openbmc/u-boot/include/jffs2/ |
H A D | load_kernel.h | 20 #define MTD_DEV_TYPE(type) (type == MTD_DEV_TYPE_NAND ? "nand" : \ argument 46 u8 type; /* device type */ member
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_manager_bmc.cpp | 52 std::string type = extractParameter<std::string>( in createDump() local 109 uint32_t Manager::captureDump(DumpTypes type, const std::string& path) in captureDump()
|
/openbmc/libcper/examples/ |
H A D | memory-validation-bits.json | 19 "type": "Unknown" string 48 "type": "Platform Memory" string
|
H A D | dmargeneric.json | 19 "type": "Unknown" string 48 "type": "DMAr Generic" string
|
H A D | generic.json | 19 "type": "Unknown" string 48 "type": "Processor Generic" string
|
/openbmc/openpower-debug-collector/dump/ |
H A D | dump_monitor.hpp | 119 uint8_t type = (id >> 28) & 0xF; in getDumpTypeFromId() local
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | package.json | 10 "type": "git", string
|
/openbmc/qemu/include/hw/uefi/ |
H A D | hardware-info.h | 23 } type; member
|
/openbmc/qemu/hw/xen/ |
H A D | xen_devconfig.c | 49 int xen_config_dev_vfb(int vdev, const char *type) in xen_config_dev_vfb()
|
/openbmc/qemu/qapi/ |
H A D | qom.json | 94 # <- { "return": [ { "name": "type", "type": "string" }, string
|
/openbmc/phosphor-fan-presence/cooling-type/ |
H A D | cooling_type.hpp | 10 namespace type namespace
|
/openbmc/u-boot/drivers/usb/eth/ |
H A D | r8152.c | 95 void *data, u16 type) in generic_ocp_read() 123 u16 size, void *data, u16 type) in generic_ocp_write() 195 u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index) in ocp_read_dword() 204 void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_dword() 211 u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index) in ocp_read_word() 228 void ocp_write_word(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_word() 249 u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index) in ocp_read_byte() 266 void ocp_write_byte(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_byte() 331 int r8152_wait_for_bit(struct r8152 *tp, bool ocp_reg, u16 type, u16 index, in r8152_wait_for_bit()
|
/openbmc/qemu/qom/ |
H A D | object.c | 204 TypeImpl *type = type_get_by_name_noload(name); in type_get_or_load_by_name() local 224 static TypeImpl *type_get_parent(TypeImpl *type) in type_get_parent() 238 static bool type_has_parent(TypeImpl *type) in type_has_parent() 282 static bool type_is_ancestor(TypeImpl *type, TypeImpl *target_type) in type_is_ancestor() 556 static void object_initialize_with_type(Object *obj, size_t size, TypeImpl *type) in object_initialize_with_type() 576 TypeImpl *type = type_get_or_load_by_name(typename, &error_fatal); in object_initialize() local 584 const char *type, in object_initialize_child_with_props() 601 const char *type, in object_initialize_child_with_propsv() 643 const char *type) in object_initialize_child_internal() 712 static void object_deinit(Object *obj, TypeImpl *type) in object_deinit() [all …]
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 92 char *type; member 131 Type type; member 530 #define OBJECT_CHECK(type, obj, name) \ argument 568 const char *type; member 832 #define object_initialize_child(parent, propname, child, type) \ argument
|
/openbmc/qemu/target/riscv/ |
H A D | debug.c | 132 trigger_type_t type, in build_tdata1() 182 uint32_t type, dmode; in tdata1_validate() local 309 static bool trigger_priv_match(CPURISCVState *env, trigger_type_t type, in trigger_priv_match() 368 static bool trigger_textra_match(CPURISCVState *env, trigger_type_t type, in trigger_textra_match() 411 static bool trigger_common_match(CPURISCVState *env, trigger_type_t type, in trigger_common_match()
|
/openbmc/libpldm/src/dsp/ |
H A D | base.c | 143 int encode_get_commands_req(uint8_t instance_id, uint8_t type, ver32_t version, in encode_get_commands_req() 202 uint8_t *type, ver32_t *version) in decode_get_commands_req() 303 uint8_t transfer_opflag, uint8_t type, in encode_get_version_req() 367 uint8_t *type) in decode_get_version_req() 747 int encode_cc_only_resp(uint8_t instance_id, uint8_t type, uint8_t command, in encode_cc_only_resp()
|
/openbmc/qemu/tests/tcg/aarch64/system/ |
H A D | semiheap.c | 15 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
|
/openbmc/qemu/include/hw/nvram/ |
H A D | sun_nvram.h | 7 uint8_t type; /* always 01 */ member
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | dbus_sensors.cpp | 80 void DBusSensors::setValue(SensorType type, double value) in setValue()
|
/openbmc/pldm/pldmtool/ |
H A D | pldmtool.cpp | 34 explicit RawOp(const char* type, const char* name, CLI::App* app) : in RawOp()
|
/openbmc/u-boot/drivers/misc/ |
H A D | mpc83xx_serdes.c | 70 static void setup_pex(struct udevice *dev, enum pex_type type) in setup_pex()
|
/openbmc/u-boot/tools/ |
H A D | fdtgrep.c | 33 int type; /* Types this value matches (FDT_IS... mask) */ member 114 int type, int include, const char *str) in value_add() 512 static int check_type_include(void *priv, int type, const char *data, int size) in check_type_include() 588 static int h_include(void *priv, const void *fdt, int offset, int type, in h_include() 652 int type, const char *data, int size), in fdtgrep_find_regions() 1080 int type = 0; in scan_args() local
|
/openbmc/qemu/hw/pci/ |
H A D | pci_bridge.c | 110 pcibus_t pci_bridge_get_base(const PCIDevice *bridge, uint8_t type) in pci_bridge_get_base() 129 pcibus_t pci_bridge_get_limit(const PCIDevice *bridge, uint8_t type) in pci_bridge_get_limit() 149 uint8_t type, const char *name, in pci_bridge_init_alias()
|
/openbmc/u-boot/drivers/clk/ |
H A D | mpc83xx_clk.h | 146 int type; member 163 static void set_mode(struct clk_mode *mode, u8 low, u8 high, int type) in set_mode()
|