Lines Matching refs:native
35 bool native; member
98 if (!aux->native) { /* i2c */ in dp_aux_write()
175 if (aux->native || i2c_read || ((input_msg->address != edid_address) && in dp_aux_update_offset_and_segment()
278 aux->native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in dp_aux_transfer()
282 msg->reply = aux->native ? in dp_aux_transfer()
288 if ((aux->native && msg->size > aux_cmd_native_max) || in dp_aux_transfer()
332 if (aux->native) { in dp_aux_transfer()
346 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_ACK : DP_AUX_I2C_REPLY_ACK; in dp_aux_transfer()
349 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_DEFER : DP_AUX_I2C_REPLY_DEFER; in dp_aux_transfer()
355 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_NACK : DP_AUX_I2C_REPLY_NACK; in dp_aux_transfer()
413 } else if (!aux->native && (isr & DP_INTR_I2C_NACK)) { in dp_aux_isr()
415 } else if (!aux->native && (isr & DP_INTR_I2C_DEFER)) { in dp_aux_isr()