Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 13 of 13) sorted by relevance

/openbmc/phosphor-pid-control/sensors/
H A Dbuilder.cpp54 IOInterfaceType rtype = getReadInterfaceType(info->readPath); in buildSensors() local
63 switch (rtype) in buildSensors()
159 if (IOInterfaceType::EXTERNAL == rtype) in buildSensors()
/openbmc/qemu/hw/watchdog/
H A Dsbsa_gwdt.c99 static void sbsa_gwdt_update_timer(SBSA_GWDTState *s, WdtRefreshType rtype) in sbsa_gwdt_update_timer() argument
116 if ((rtype == EXPLICIT_REFRESH) || ((rtype == TIMEOUT_REFRESH) && in sbsa_gwdt_update_timer()
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp237 std::string rtype = endpoint.at("types").at("rType"); in load() local
239 throwIfZero(rtype.size()); in load()
240 Types types{std::move(ftype), std::move(rtype)}; in load()
/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c386 unsigned long rtype; in mvebu_get_tgt_attr() local
389 rtype = IORESOURCE_IO; in mvebu_get_tgt_attr()
391 rtype = IORESOURCE_MEM; in mvebu_get_tgt_attr()
400 if (slot == PCI_DEV(devfn) && type == rtype) { in mvebu_get_tgt_attr()
/openbmc/qemu/hw/sd/
H A Dsd.c730 static size_t sd_response_size(SDState *sd, sd_rsp_type_t rtype) in sd_response_size() argument
732 switch (rtype) { in sd_response_size()
2238 sd_rsp_type_t rtype; in sd_do_command() local
2246 rtype = sd_illegal; in sd_do_command()
2252 rtype = sd_illegal; in sd_do_command()
2264 rtype = sd_r0; in sd_do_command()
2273 rtype = sd_illegal; in sd_do_command()
2282 rtype = sd_app_command(sd, *req); in sd_do_command()
2284 rtype = sd_normal_command(sd, *req); in sd_do_command()
2287 if (rtype == sd_illegal) { in sd_do_command()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Drunner.py100 for rtype in result_types:
102 for resultclass in getattr(self, rtype):
131 return result_types[rtype], msg
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py260 rtype = self.entity.ret_type
264 assert rtype
266 typ = self.format_type(rtype)
/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/
H A Dautomake-output.patch48 + types[tr->rtype], basename(tr->file), tr->tcname, tr->tname, tr->msg);
/openbmc/qemu/include/net/
H A Deth.h140 uint8_t rtype; member
/openbmc/qemu/tcg/tci/
H A Dtcg-target.c.inc455 if (cif->rtype == &ffi_type_void) {
458 tcg_debug_assert(cif->rtype->size == 4 ||
459 cif->rtype->size == 8 ||
460 cif->rtype->size == 16);
461 which = ctz32(cif->rtype->size) - 1;
/openbmc/qemu/tcg/
H A Dtcg.c669 int rtype; member
674 static TCGLabelPoolData *new_pool_alloc(TCGContext *s, int nlong, int rtype, in new_pool_alloc() argument
682 n->rtype = rtype; in new_pool_alloc()
710 static void new_pool_label(TCGContext *s, tcg_target_ulong d, int rtype, in new_pool_label() argument
713 TCGLabelPoolData *n = new_pool_alloc(s, 1, rtype, label, addend); in new_pool_label()
720 static void new_pool_l2(TCGContext *s, int rtype, tcg_insn_unit *label, in new_pool_l2() argument
724 TCGLabelPoolData *n = new_pool_alloc(s, 2, rtype, label, addend); in new_pool_l2()
732 static void new_pool_l4(TCGContext *s, int rtype, tcg_insn_unit *label, in new_pool_l4() argument
737 TCGLabelPoolData *n = new_pool_alloc(s, 4, rtype, label, addend); in new_pool_l4()
747 static void new_pool_l8(TCGContext *s, int rtype, tcg_insn_unit *label, in new_pool_l8() argument
[all …]
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h196 __u8 rtype; member
/openbmc/qemu/net/
H A Deth.c392 if ((rt_hdr.rtype != 2) || (rt_hdr.segleft != 1)) { in _eth_get_rss_ex_dst_addr()