Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/device/
H A Dsmbus_ops.c31 int smbus_block_write(struct device *dev, u8 cmd, u8 bytes, const u8 *buffer) in smbus_block_write() function
/aosp_15_r20/external/coreboot/src/include/device/
H A Dsmbus_host.h70 static inline int smbus_block_write(u8 device, u8 cmd, size_t bytes, const u8 *buf) in smbus_block_write() function