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()
336 if (aux->native) { in dp_aux_transfer()
350 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_ACK : DP_AUX_I2C_REPLY_ACK; in dp_aux_transfer()
353 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_DEFER : DP_AUX_I2C_REPLY_DEFER; in dp_aux_transfer()
359 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_NACK : DP_AUX_I2C_REPLY_NACK; in dp_aux_transfer()
417 } else if (!aux->native && (isr & DP_INTR_I2C_NACK)) { in dp_aux_isr()
419 } else if (!aux->native && (isr & DP_INTR_I2C_DEFER)) { in dp_aux_isr()