/openbmc/qemu/scripts/ |
H A D | analyze-migration.py | 149 def read(self): member in RamSection 237 def read(self): member in HTABSection 277 def read(self): member in S390StorageAttributes 328 def read(self): member in ConfigurationSection 357 def read(self): member in VMSDFieldGeneric 374 def read(self): member in VMSDFieldCap 399 def read(self): member in VMSDFieldInt 410 def read(self): member in VMSDFieldUInt 437 def read(self): member in VMSDFieldNull 455 def read(self): member in VMSDFieldBool [all …]
|
H A D | feature_to_c.py | 40 read = file.read() variable
|
/openbmc/u-boot/include/ |
H A D | axi.h | 33 int (*read)(struct udevice *dev, ulong address, void *data, member 89 int (*read)(struct udevice *dev, ulong address, void *data, member
|
H A D | wait_bit.h | 35 #define BUILD_WAIT_FOR_BIT(sfx, type, read) \ argument
|
H A D | misc.h | 95 int (*read)(struct udevice *dev, int offset, void *buf, int size); member
|
H A D | i2c_eeprom.h | 10 int (*read)(struct udevice *dev, int offset, uint8_t *buf, int size); member
|
/openbmc/gpioplus/src/gpioplus/ |
H A D | event.cpp | 64 std::optional<Event::Data> Event::read() const in read() function in gpioplus::Event 67 ssize_t read = fd.getSys()->read(*fd, &data, sizeof(data)); in read() local
|
/openbmc/bmcweb/test/http/ |
H A D | zstd_decompressor_test.cpp | 59 size_t read = 0; in TEST() local 99 size_t read = 0; in TEST() local
|
/openbmc/phosphor-pid-control/notimpl/ |
H A D | writeonly.cpp | 26 ReadReturn WriteOnly::read(void) in read() function in pid_control::WriteOnly
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | io.cpp | 16 bool DevMemDevice::read(const std::size_t offset, const std::size_t length, in read() function in host_tool::DevMemDevice 109 bool PpcMemDevice::read(const std::size_t offset, const std::size_t length, in read() function in host_tool::PpcMemDevice
|
/openbmc/phosphor-hwmon/ |
H A D | hwmonio.cpp | 28 int64_t FileSystem::read(const std::string& path) const in read() function in hwmonio::FileSystem 112 int64_t HwmonIO::read(const std::string& type, const std::string& id, in read() function in hwmonio::HwmonIO
|
/openbmc/u-boot/include/spmi/ |
H A D | spmi.h | 17 int (*read)(struct udevice *dev, int usid, int pid, int reg); member
|
/openbmc/phosphor-pid-control/sysfs/ |
H A D | sysfsread.cpp | 29 ReadReturn SysFsRead::read(void) in read() function in pid_control::SysFsRead
|
/openbmc/phosphor-power/tools/i2c/ |
H A D | i2c.cpp | 301 void I2CDevice::read(uint8_t& data) in read() function in i2c::I2CDevice 320 void I2CDevice::read(uint8_t addr, uint8_t& data) in read() function in i2c::I2CDevice 339 void I2CDevice::read(uint8_t addr, uint16_t& data) in read() function in i2c::I2CDevice 358 void I2CDevice::read(uint8_t addr, uint8_t& size, uint8_t* data, Mode mode) in read() function in i2c::I2CDevice
|
/openbmc/sdbusplus/include/sdbusplus/message/ |
H A D | read.hpp | 27 inline void read(sdbusplus::SdBusInterface* /*intf*/, sd_bus_message* /*m*/) {} in read() function 311 static void read(sdbusplus::SdBusInterface* intf, sd_bus_message* m, T& t) in read() function 401 void read(sdbusplus::SdBusInterface* intf, sd_bus_message* m, Args&&... args) in read() function
|
/openbmc/phosphor-net-ipmid/sol/ |
H A D | console_buffer.hpp | 40 auto read() const in read() function in sol::ConsoleData
|
/openbmc/dbus-sensors/src/nvidia-gpu/ |
H A D | NvidiaSmaDevice.cpp | 54 void SmaDevice::read() in read() function in SmaDevice
|
/openbmc/u-boot/drivers/i2c/ |
H A D | ihs_i2c.c | 86 static int wait_for_int(struct udevice *dev, int read) in wait_for_int() 125 uchar *buffer, int len, int read, bool is_last) in ihs_i2c_transfer() 203 …nt ihs_i2c_send_buffer(struct udevice *dev, uchar chip, u8 *data, int len, bool hold_bus, int read) in ihs_i2c_send_buffer() 246 int alen, uchar *buffer, int len, int read) in ihs_i2c_access()
|
/openbmc/qemu/include/hw/rtc/ |
H A D | m48t59.h | 45 uint32_t (*read)(Nvram *obj, uint32_t addr); member
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | fw_cfg.h | 26 void (*read)(QFWCFG *fw_cfg, void *data, size_t len); member
|
/openbmc/entity-manager/src/fru_device/ |
H A D | fru_reader.cpp | 8 ssize_t FRUReader::read(off_t start, size_t len, uint8_t* outbuf) in read() function in FRUReader
|
/openbmc/bmcweb/include/ |
H A D | credential_pipe.hpp | 67 boost::asio::readable_pipe read; member in CredentialsPipe
|
/openbmc/phosphor-pid-control/sensors/ |
H A D | pluggable.cpp | 28 ReadReturn PluggableSensor::read(void) in read() function in pid_control::PluggableSensor
|
/openbmc/qemu/tests/qtest/ |
H A D | bcm2835-i2c-test.c | 39 static void bcm2835_i2c_init_transfer(uint32_t base_addr, bool read) in bcm2835_i2c_init_transfer()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_spl_loaders.c | 76 int page, read; in nand_spl_read_block() local
|