Lines Matching full:native
32 bool native; member
95 if (!aux->native) { /* i2c */ in dp_aux_write()
174 if (aux->native || i2c_read || ((input_msg->address != edid_address) && in dp_aux_update_offset_and_segment()
248 * native AUX transfer function. in dp_aux_transfer_helper()
277 aux->native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in dp_aux_transfer()
281 msg->reply = aux->native ? in dp_aux_transfer()
287 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()
412 } else if (!aux->native && (isr & DP_INTR_I2C_NACK)) { in dp_aux_isr()
414 } else if (!aux->native && (isr & DP_INTR_I2C_DEFER)) { in dp_aux_isr()