Home
last modified time | relevance | path

Searched defs:type (Results 951 – 975 of 2027) sorted by relevance

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

/openbmc/phosphor-pid-control/pid/
H A Dthermalcontroller.cpp66 const ec::pidinfo& initial, const ThermalType& type) in createThermalPid()
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier2U/
H A D11.json7 "type": 45, number
294 "type": 190, number
315 "type": 190, number
412 "type": 65, number
433 "type": 65, number
454 "type": 65, number
475 "type": 65, number
496 "type": 65, number
517 "type": 65, number
538 "type": 65, number
[all …]
/openbmc/qemu/hw/virtio/
H A Dvirtio-nsm.c37 static const char *error_string(enum NSMResponseTypes type) in error_string()
377 enum NSMResponseTypes type; in handle_describe_pcr() local
564 enum NSMResponseTypes type; in handle_extend_pcr() local
715 enum NSMResponseTypes type; in handle_lock_pcr() local
850 enum NSMResponseTypes type; in handle_lock_pcrs() local
1360 enum NSMResponseTypes type; in handle_attestation() local
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/
H A Dclock.c103 #define TYPE(name, type) type argument
479 int *divider_bits, int *type) in get_periph_clock_info()
507 int type; in get_periph_clock_id() local
538 enum clock_type_id type; in get_periph_clock_source() local
/openbmc/u-boot/fs/ubifs/
H A Ddebug.h156 #define ubifs_dbg_msg(type, fmt, ...) \ argument
161 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
184 #define ubifs_dbg_msg(type, fmt, ...) \ argument
189 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
/openbmc/qemu/include/hw/cxl/
H A Dcxl_events.h117 uint8_t type; member
136 uint8_t type; member
157 uint8_t type; member
175 uint8_t type; member
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c162 enum usb_device_speed speed, void *buf, u8 type) in config_buf()
217 u8 type = w_value >> 8; in config_desc() local
246 static int count_configs(struct usb_composite_dev *cdev, unsigned type) in count_configs()
/openbmc/libcper/examples/
H A Dia32x64.json19 "type": "Unknown" string
48 "type": "IA32\/X64" string
72 "type": { object
/openbmc/phosphor-webui/
H A Dpackage.json12 "type": "git", string
94 "type": "Apache-2.0", string
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Ducd90160.cpp331 auto type = std::get<ucd90160::extraAnalysisField>(config); in doExtraAnalysis() local
341 bool UCD90160::doGPIOAnalysis(ucd90160::extraAnalysisType type) in doGPIOAnalysis()
/openbmc/ibm-logging/
H A Dmanager.cpp110 void Manager::addInterface(const std::string& objectPath, InterfaceType type, in addInterface()
129 InterfaceType type, std::any& object) in addChildInterface()
/openbmc/qemu/qobject/
H A Djson-parser.c28 JSONTokenType type; member
562 JSONToken *json_token(JSONTokenType type, int x, int y, GString *tokstr) in json_token()
/openbmc/phosphor-power/power-sequencer/
H A Ducd90160.cpp331 auto type = std::get<ucd90160::extraAnalysisField>(config); in doExtraAnalysis() local
341 bool UCD90160::doGPIOAnalysis(ucd90160::extraAnalysisType type) in doGPIOAnalysis()
/openbmc/estoraged/src/
H A Destoraged.cpp63 Volume::FilesystemType type) { in EStoraged()
163 Volume::FilesystemType type) in formatLuks()
/openbmc/qemu/include/hw/display/
H A Dmacfb.h42 uint8_t type; member
66 uint8_t type; member
/openbmc/qemu/hw/gpio/
H A Dnpcm7xx_gpio.c342 static void npcm7xx_gpio_enter_reset(Object *obj, ResetType type) in npcm7xx_gpio_enter_reset()
354 static void npcm7xx_gpio_hold_reset(Object *obj, ResetType type) in npcm7xx_gpio_hold_reset()
/openbmc/qemu/hw/char/
H A Dsifive_uart.c256 static void sifive_uart_reset_enter(Object *obj, ResetType type) in sifive_uart_reset_enter() argument
312 static void sifive_uart_reset_hold(Object *obj, ResetType type) in sifive_uart_reset_hold() argument
/openbmc/qemu/hw/misc/
H A Dxlnx-versal-pmc-iou-slcr.c1343 static void xlnx_versal_pmc_iou_slcr_reset_init(Object *obj, ResetType type) in xlnx_versal_pmc_iou_slcr_reset_init()
1353 static void xlnx_versal_pmc_iou_slcr_reset_hold(Object *obj, ResetType type) in xlnx_versal_pmc_iou_slcr_reset_hold()
/openbmc/phosphor-user-manager/
H A Dusers.cpp357 void Users::enableMultiFactorAuth(MultiFactorAuthType type, bool value) in enableMultiFactorAuth()
385 MultiFactorAuthType type = in load() local
/openbmc/qemu/ui/
H A Dqemu-pixman.c131 int type = PIXMAN_TYPE_OTHER; in qemu_pixman_get_type() local
154 int type; in qemu_pixman_get_format() local
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp276 auto type = getSensorType(sensorPath); in createEventLog() local
394 bool ThresholdAlarmLogger::skipSensorType(const std::string& type) in skipSensorType()
/openbmc/u-boot/drivers/net/fm/
H A Ddtsec.c110 phy_interface_t type, int speed) in dtsec_set_interface_mode()
/openbmc/u-boot/cmd/
H A Dcbfs.c108 int type = file_cbfs_type(file); in do_cbfs_ls() local
/openbmc/qemu/linux-user/
H A Duaccess.c8 void *lock_user(int type, abi_ulong guest_addr, ssize_t len, bool copy) in lock_user()
/openbmc/qemu/tests/unit/
H A Dcheck-qom-interface.c68 static void test_interface_impl(const char *type) in test_interface_impl()

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