Home
last modified time | relevance | path

Searched defs:smbus_block_read (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/device/
H A Dsmbus_ops.c23 int smbus_block_read(struct device *dev, u8 cmd, u8 bytes, u8 *buffer) in smbus_block_read() function
/aosp_15_r20/external/coreboot/src/include/device/
H A Dsmbus_host.h64 static inline int smbus_block_read(u8 device, u8 cmd, size_t max_bytes, u8 *buf) in smbus_block_read() function