Home
last modified time | relevance | path

Searched defs:type (Results 776 – 800 of 2047) sorted by relevance

1...<<31323334353637383940>>...82

/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dprc.h214 #define DPRC_CMD_GET_RES_COUNT(cmd, type) \ argument
239 #define DPRC_CMD_GET_RES_IDS(cmd, range_desc, type) \ argument
717 char type[16]; member
839 enum dprc_region_type type; member
870 char type[16]; member
/openbmc/u-boot/arch/nios2/include/asm/
H A Dio.h121 #define out_arch(type,endian,a,v) __raw_write##type(cpu_to_##endian(v),a) argument
122 #define in_arch(type,endian,a) endian##_to_cpu(__raw_read##type(a)) argument
139 #define clrbits(type, addr, clear) \ argument
142 #define setbits(type, addr, set) \ argument
145 #define clrsetbits(type, addr, clear, set) \ argument
/openbmc/qemu/hw/usb/
H A Dccid-card-emulated.c100 uint32_t type; member
103 uint32_t type; member
107 uint32_t type; member
173 static void emulated_push_type(EmulatedState *card, uint32_t type) in emulated_push_type()
192 static void emulated_push_data_type(EmulatedState *card, uint32_t type, in emulated_push_data_type()
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc118 int type; in updateMenu() local
409 enum prop_type type; in updateSelection() local
477 int type; in setValue() local
503 int type, oldexpr, newexpr; in changeValue() local
540 enum prop_type type; in setRootMenu() local
592 enum prop_type type; in updateMenuList() local
657 enum prop_type type; in updateMenuList() local
721 enum prop_type type; in keyPressEvent() local
/openbmc/qemu/hw/intc/
H A Dpnv_xive.c101 static uint64_t pnv_xive_vst_addr_direct(PnvXive *xive, uint32_t type, in pnv_xive_vst_addr_direct()
121 static uint64_t pnv_xive_vst_addr_indirect(PnvXive *xive, uint32_t type, in pnv_xive_vst_addr_indirect()
196 static uint64_t pnv_xive_vst_addr_remote(PnvXive *xive, uint32_t type, in pnv_xive_vst_addr_remote()
224 static uint64_t pnv_xive_vst_addr(PnvXive *xive, uint32_t type, uint8_t blk, in pnv_xive_vst_addr()
250 static int pnv_xive_vst_read(PnvXive *xive, uint32_t type, uint8_t blk, in pnv_xive_vst_read()
274 static int pnv_xive_vst_write(PnvXive *xive, uint32_t type, uint8_t blk, in pnv_xive_vst_write()
603 static uint64_t pnv_xive_vst_per_subpage(PnvXive *xive, uint32_t type) in pnv_xive_vst_per_subpage()
657 static uint64_t pnv_xive_edt_size(PnvXive *xive, uint64_t type) in pnv_xive_edt_size()
679 uint64_t type) in pnv_xive_edt_offset()
766 static void pnv_xive_vst_set_exclusive(PnvXive *xive, uint8_t type, in pnv_xive_vst_set_exclusive()
[all …]
/openbmc/phosphor-snmp/test/
H A Dtest_error_notification.cpp47 auto type = getASNType<uint32_t>(); in TEST_F() local
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_sti.c20 static int sti_sysreset_request(struct udevice *dev, enum sysreset_t type) in sti_sysreset_request()
/openbmc/qemu/hw/net/rocker/
H A Dqmp-norocker.c44 uint8_t type, in qmp_query_rocker_of_dpa_groups()
/openbmc/openpower-hw-diags/attn/pel/
H A Duser_header.cpp37 void UserHeader::setType(uint8_t type) in setType()
/openbmc/phosphor-buttons/inc/
H A Dbutton_config.hpp19 ConfigType type; member
/openbmc/u-boot/include/cavium/
H A Datf_part.h10 unsigned int type; member
/openbmc/u-boot/tools/
H A Dfit_common.c35 int fit_check_image_types(uint8_t type) in fit_check_image_types()
/openbmc/u-boot/arch/x86/include/asm/
H A De820.h18 __u32 type; /* type of memory segment */ member
/openbmc/telemetry/src/interfaces/
H A Dsensor.hpp27 std::string type; member
/openbmc/qemu/target/ppc/
H A Dcpu-models.c33 #define POWERPC_DEF_PREFIX(pvr, svr, type) \ argument
/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_software_manager.cpp37 std::optional<std::string> type = in initDevice() local
H A Dtpm_device.hpp63 inline bool stringToTPMType(const std::string& type, TPMType& tpmType) in stringToTPMType()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__tag_invoke.hpp71 using type = tag_invoke_result_t<_Tag, _Args...>; typedef
/openbmc/u-boot/include/linux/
H A Dkernel.h216 #define min_t(type, x, y) ({ \ argument
221 #define max_t(type, x, y) ({ \ argument
236 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) argument
265 #define container_of(ptr, type, member) ({ \ argument
/openbmc/pldm/requester/
H A Dhandler.hpp43 uint8_t type; //!< PLDM type member
261 int registerRequest(mctp_eid_t eid, uint8_t instanceId, uint8_t type, in registerRequest()
311 int unregisterRequest(mctp_eid_t eid, uint8_t instanceId, uint8_t type, in unregisterRequest()
377 void handleResponse(mctp_eid_t eid, uint8_t instanceId, uint8_t type, in handleResponse()
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c83 enum hash_type* type) in get_hash_type_from_signature()
102 static failure_reason is_hash_type_supported(enum hash_type type) in is_hash_type_supported()
116 static failure_reason get_hash_digest_size(enum hash_type type, uint32_t* size) in get_hash_digest_size()
133 static failure_reason get_hash_struct_size(enum hash_type type, uint32_t* size) in get_hash_struct_size()
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/
H A Dconfig.json61 "type": "hard", string
68 "type": "epow", string
/openbmc/u-boot/cmd/
H A Defi.c51 static inline bool is_boot_services(int type) in is_boot_services()
92 int type = desc->type; in efi_build_mem_table() local
/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp182 int cryptFormat(struct crypt_device* cd, const char* type, in cryptFormat()
234 int cryptKeySlotMax(const char* type) override in cryptKeySlotMax()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c51 static void set_gate64(void *ptr, unsigned int type, unsigned int dpl, in set_gate64()
71 static void set_gate(void *ptr, unsigned int type, unsigned int dpl, in set_gate()

1...<<31323334353637383940>>...82