Lines Matching refs:native
36 bool native; member
173 if (!aux->native) { /* i2c */ in msm_dp_aux_write()
252 if (aux->native || i2c_read || ((input_msg->address != edid_address) && in msm_dp_aux_update_offset_and_segment()
355 aux->native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in msm_dp_aux_transfer()
359 msg->reply = aux->native ? in msm_dp_aux_transfer()
365 if ((aux->native && msg->size > aux_cmd_native_max) || in msm_dp_aux_transfer()
409 if (aux->native) { in msm_dp_aux_transfer()
423 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_ACK : DP_AUX_I2C_REPLY_ACK; in msm_dp_aux_transfer()
426 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_DEFER : DP_AUX_I2C_REPLY_DEFER; in msm_dp_aux_transfer()
432 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_NACK : DP_AUX_I2C_REPLY_NACK; in msm_dp_aux_transfer()
483 } else if (!aux->native && (isr & DP_INTR_I2C_NACK)) { in msm_dp_aux_isr()
485 } else if (!aux->native && (isr & DP_INTR_I2C_DEFER)) { in msm_dp_aux_isr()