Lines Matching full:only
27 * %I2C_M_DMA_SAFE: the buffer of this message is DMA safe. Makes only sense
30 * Only if I2C_FUNC_10BIT_ADDR is set:
33 * Only if I2C_FUNC_SMBUS_READ_BLOCK_DATA is set:
36 * Only if I2C_FUNC_NOSTART is set:
39 * Only if I2C_FUNC_PROTOCOL_MANGLING is set:
70 * Those flags are only for use with broken/nonconforming slaves, and with
77 #define I2C_M_TEN 0x0010 /* use only if I2C_FUNC_10BIT_ADDR */
78 #define I2C_M_DMA_SAFE 0x0200 /* use only in kernel space */
79 #define I2C_M_RECV_LEN 0x0400 /* use only if I2C_FUNC_SMBUS_READ_BLOCK_DATA */
80 #define I2C_M_NO_RD_ACK 0x0800 /* use only if I2C_FUNC_PROTOCOL_MANGLING */
81 #define I2C_M_IGNORE_NAK 0x1000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */
82 #define I2C_M_REV_DIR_ADDR 0x2000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */
83 #define I2C_M_NOSTART 0x4000 /* use only if I2C_FUNC_NOSTART */
84 #define I2C_M_STOP 0x8000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */