Home
last modified time | relevance | path

Searched refs:I2C_M_RECV_LEN (Results 1 – 9 of 9) sorted by relevance

/external/syzkaller/sys/linux/
Di2c_arm64.const9 I2C_M_RECV_LEN = 1024
Di2c_arm.const9 I2C_M_RECV_LEN = 1024
Di2c_386.const9 I2C_M_RECV_LEN = 1024
Di2c_ppc64le.const9 I2C_M_RECV_LEN = 1024
Di2c_amd64.const9 I2C_M_RECV_LEN = 1024
Di2c.txt49 i2c_msg_flags = I2C_M_RD, I2C_M_TEN, I2C_M_DMA_SAFE, I2C_M_RECV_LEN, I2C_M_NO_RD_ACK, I2C_M_IGNORE_…
/external/kernel-headers/original/uapi/linux/
Di2c.h78 #define I2C_M_RECV_LEN 0x0400 /* length will be first received byte */ macro
/external/u-boot/drivers/i2c/
Dtegra186_bpmp_i2c.c34 I2C_M_RECV_LEN)
/external/u-boot/include/
Di2c.h87 I2C_M_RECV_LEN = 0x0400, /* length is first received byte */ enumerator