Home
last modified time | relevance | path

Searched refs:I2C_M_NOSTART (Results 1 – 10 of 10) sorted by relevance

/external/syzkaller/sys/linux/
Di2c_arm64.const6 I2C_M_NOSTART = 16384
Di2c_arm.const6 I2C_M_NOSTART = 16384
Di2c_386.const6 I2C_M_NOSTART = 16384
Di2c_ppc64le.const6 I2C_M_NOSTART = 16384
Di2c_amd64.const6 I2C_M_NOSTART = 16384
Di2c.txt49 …E, I2C_M_RECV_LEN, I2C_M_NO_RD_ACK, I2C_M_IGNORE_NAK, I2C_M_REV_DIR_ADDR, I2C_M_NOSTART, I2C_M_STOP
/external/kernel-headers/original/uapi/linux/
Di2c.h82 #define I2C_M_NOSTART 0x4000 /* if I2C_FUNC_NOSTART */ macro
/external/u-boot/drivers/i2c/
Dkona_i2c.c159 #define I2C_M_NOSTART 0x4000 /* no restart between msgs */ macro
509 if ((i != 0) && ((pmsg->flags & I2C_M_NOSTART) == 0)) { in bcm_kona_i2c_xfer()
518 if (!(pmsg->flags & I2C_M_NOSTART)) { in bcm_kona_i2c_xfer()
Dtegra186_bpmp_i2c.c30 I2C_M_NOSTART | \
/external/u-boot/include/
Di2c.h83 I2C_M_NOSTART = 0x4000, /* no start before this message */ enumerator