Searched refs:recv_byte (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/qualcomm/
H A Dqca_7k_common.c64 qcafrm_fsm_decode(struct qcafrm_handle *handle, u8 *buf, u16 buf_len, u8 recv_byte) argument
75 if (recv_byte != 0x00) {
89 if (recv_byte != 0xAA) {
99 handle->offset = recv_byte;
103 handle->offset = handle->offset | (recv_byte << 8);
122 buf[handle->offset] = recv_byte;
127 if (recv_byte != 0x55) {
135 if (recv_byte != 0x55) {
H A Dqca_7k_common.h115 s32 qcafrm_fsm_decode(struct qcafrm_handle *handle, u8 *buf, u16 buf_len, u8 recv_byte);
/linux-master/tools/testing/vsock/
H A Dutil.h56 void recv_byte(int fd, int expected_ret, int flags);
H A Dvsock_test.c167 recv_byte(fd, 1, 0);
168 recv_byte(fd, 0, 0);
188 recv_byte(fd, 1, 0);
189 recv_byte(fd, 0, 0);
227 recv_byte(fds[i], 1, 0);
253 recv_byte(fds[i], 1, 0);
1271 recv_byte(fd, 1, 0);
H A Dutil.c416 void recv_byte(int fd, int expected_ret, int flags) function
/linux-master/drivers/i2c/busses/
H A Di2c-aspeed.c428 u8 recv_byte; local
554 recv_byte = readl(bus->base + ASPEED_I2C_BYTE_BUF_REG) >> 8;
555 msg->buf[bus->buf_index++] = recv_byte;
558 if (unlikely(recv_byte > I2C_SMBUS_BLOCK_MAX)) {
563 msg->len = recv_byte +
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c298 static int recv_byte(int fd) function
304 if (CHECK(n <= 0, "recv_byte", "recv")) {
446 err = recv_byte(client_fd);
463 err = recv_byte(client_fd);
1176 recv_byte(server_fd);
/linux-master/drivers/macintosh/
H A Dvia-pmu.c1208 recv_byte(void) function
1513 recv_byte();
1522 recv_byte();
1539 recv_byte();

Completed in 130 milliseconds