Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/openbmc/qemu/scripts/
H A Danalyze-migration.py149 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 …]
/openbmc/u-boot/include/
H A Daxi.h33 int (*read)(struct udevice *dev, ulong address, void *data, member
89 int (*read)(struct udevice *dev, ulong address, void *data, member
H A Dwait_bit.h35 #define BUILD_WAIT_FOR_BIT(sfx, type, read) \ argument
H A Dmisc.h95 int (*read)(struct udevice *dev, int offset, void *buf, int size); member
H A Di2c_eeprom.h10 int (*read)(struct udevice *dev, int offset, uint8_t *buf, int size); member
/openbmc/gpioplus/src/gpioplus/
H A Devent.cpp64 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/linux/drivers/mtd/tests/
Dsubpagetest.c
Dtorturetest.c
/openbmc/bmcweb/test/http/
H A Dzstd_decompressor_test.cpp59 size_t read = 0; in TEST() local
99 size_t read = 0; in TEST() local
/openbmc/phosphor-ipmi-flash/tools/
H A Dio.cpp16 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-power/tools/i2c/
H A Di2c.cpp301 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/phosphor-hwmon/
H A Dhwmonio.cpp28 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/linux/drivers/xen/xen-pciback/
Dconf_space.h
/openbmc/sdbusplus/include/sdbusplus/message/
H A Dread.hpp27 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-pid-control/notimpl/
H A Dwriteonly.cpp26 ReadReturn WriteOnly::read(void) in read() function in pid_control::WriteOnly
/openbmc/u-boot/drivers/i2c/
H A Dihs_i2c.c86 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/linux/include/linux/ulpi/
Dinterface.h
/openbmc/u-boot/include/spmi/
H A Dspmi.h17 int (*read)(struct udevice *dev, int usid, int pid, int reg); member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
Dpriv.h
/openbmc/phosphor-pid-control/sysfs/
H A Dsysfsread.cpp29 ReadReturn SysFsRead::read(void) in read() function in pid_control::SysFsRead
/openbmc/linux/drivers/iio/pressure/
Dmpl115.h
/openbmc/linux/drivers/input/misc/
Dcma3000_d0x.h
/openbmc/phosphor-net-ipmid/sol/
H A Dconsole_buffer.hpp40 auto read() const in read() function in sol::ConsoleData
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddbus_watcher.hpp160 void read(const DataIface& dataIface, std::string service) in read() function in openpower::pels::PropertyWatcher
310 void read(const DataIface& dataIface) in read() function in openpower::pels::InterfaceWatcher
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaSmaDevice.cpp54 void SmaDevice::read() in read() function in SmaDevice

12345678910>>...15