Home
last modified time | relevance | path

Searched defs:send_byte (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/device/
H A Dsmbus.h13 int (*send_byte)(struct device *dev, u8 value); member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_rtt.c15 static void send_byte(int fd) in send_byte() function
H A Dsk_lookup.c285 static int send_byte(int fd) in send_byte() function
/aosp_15_r20/external/trusty/lk/dev/gpio_i2c/
Dgpio_i2c.c94 static inline bool send_byte(const gpio_i2c_info_t *i, uint32_t b) in send_byte() function