Searched defs:is_recv (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/i3c/ |
H A D | core.c | 201 int i3c_start_transfer(I3CBus *bus, uint8_t address, bool is_recv) in i3c_start_transfer() 493 int i3c_target_send_ibi(I3CTarget *t, uint8_t addr, bool is_recv) in i3c_target_send_ibi() 590 int legacy_i2c_start_transfer(I3CBus *bus, uint8_t address, bool is_recv) in legacy_i2c_start_transfer()
|
H A D | aspeed_i3c.c | 490 bool is_recv, bool is_i2c) in aspeed_i3c_device_send_start() 756 uint8_t addr, bool is_recv) in aspeed_i3c_device_ibi_handle() 1395 bool is_recv = cmd.rnw; in aspeed_i3c_device_transfer_ccc() local 1409 bool is_recv = cmd.rnw; in aspeed_i3c_device_transfer() local
|
H A D | remote-i3c.c | 37 bool is_recv; member
|
/openbmc/qemu/hw/i2c/ |
H A D | core.c | 179 int i2c_start_transfer(I2CBus *bus, uint8_t address, bool is_recv) in i2c_start_transfer()
|
/openbmc/qemu/hw/display/ |
H A D | sm501.c | 1109 bool is_recv = s->i2c_addr & 1; in sm501_i2c_write() local
|
/openbmc/linux/drivers/net/hyperv/ |
H A D | hyperv_net.h | 825 u16 is_recv:1; member
|