/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uniphier.c | 85 static int send_byte(struct uniphier_i2c_priv *priv, u32 dtrm, bool *stop) in send_byte() function 111 ret = send_byte(priv, I2C_DTRM_STA | I2C_DTRM_NACK | addr << 1, stop); in uniphier_i2c_transmit() 116 ret = send_byte(priv, I2C_DTRM_NACK | *buf++, stop); in uniphier_i2c_transmit() 135 ret = send_byte(priv, I2C_DTRM_STA | I2C_DTRM_NACK | in uniphier_i2c_receive()
|
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_smbus-test.c | 237 static void send_byte(QTestState *qts, uint64_t base_addr, uint8_t byte) in send_byte() function 392 send_byte(qts, base_addr, TMP105_REG_CONFIG); in test_single_mode() 393 send_byte(qts, base_addr, value); in test_single_mode() 400 send_byte(qts, base_addr, TMP105_REG_CONFIG); in test_single_mode() 432 send_byte(qts, base_addr, TMP105_REG_CONFIG); in test_fifo_mode() 433 send_byte(qts, base_addr, value); in test_fifo_mode() 448 send_byte(qts, base_addr, TMP105_REG_CONFIG); in test_fifo_mode()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_rtt.c | 16 static void send_byte(int fd) in send_byte() function 125 send_byte(client_fd); in run_test()
|
H A D | mptcp.c | 228 static void send_byte(int fd) in send_byte() function 293 send_byte(client_fd); in run_mptcpify()
|
H A D | sk_lookup.c | 284 static int send_byte(int fd) in send_byte() function 439 err = send_byte(client_fd); in tcp_echo_test() 456 err = send_byte(client_fd); in udp_echo_test() 887 err = send_byte(client_fd); in drop_on_lookup() 1011 err = send_byte(client); in drop_on_reuseport() 1174 send_byte(client_fd); in run_sk_assign_connected()
|
/openbmc/linux/tools/testing/vsock/ |
H A D | vsock_test.c | 145 send_byte(fd, 1, 0); in test_stream_client_close_client() 164 send_byte(fd, -EPIPE, 0); in test_stream_client_close_server() 185 send_byte(fd, -EPIPE, 0); in test_stream_server_close_client() 201 send_byte(fd, 1, 0); in test_stream_server_close_server() 227 send_byte(fds[i], 1, 0); in test_stream_multiconn_client() 249 send_byte(fds[i], 1, 0); in test_stream_multiconn_server() 889 send_byte(fd, 1, 0); in test_stream_poll_rcvlowat_server() 897 send_byte(fd, 1, 0); in test_stream_poll_rcvlowat_server()
|
H A D | util.h | 45 void send_byte(int fd, int expected_ret, int flags);
|
H A D | util.c | 221 void send_byte(int fd, int expected_ret, int flags) in send_byte() function
|
/openbmc/qemu/hw/char/ |
H A D | renesas_sci.c | 100 static void send_byte(RSCIState *sci) in send_byte() function 118 send_byte(sci); in txend() 181 send_byte(sci); in sci_write()
|
/openbmc/linux/drivers/hwmon/ |
H A D | applesmc.c | 185 static int send_byte(u8 cmd, u16 port) in send_byte() function 243 if (send_byte(key[i], APPLESMC_DATA_PORT)) in send_argument() 264 if (send_byte(len, APPLESMC_DATA_PORT)) { in read_smc() 306 if (send_byte(len, APPLESMC_DATA_PORT)) { in write_smc() 312 if (send_byte(buffer[i], APPLESMC_DATA_PORT)) { in write_smc()
|
/openbmc/linux/drivers/macintosh/ |
H A D | via-pmu.c | 1199 send_byte(int x) in send_byte() function 1250 send_byte(req->data[0]); in pmu_start() 1493 send_byte(data_len); in pmu_sr_intr() 1497 send_byte(req->data[data_index++]); in pmu_sr_intr() 1643 send_byte(PMU_INT_ACK); in via_pmu_interrupt()
|