Lines Matching refs:native
32 bool native; member
95 if (!aux->native) { /* i2c */ in dp_aux_write()
215 if (aux->native || i2c_read || ((input_msg->address != edid_address) && in dp_aux_update_offset_and_segment()
318 aux->native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in dp_aux_transfer()
322 msg->reply = aux->native ? in dp_aux_transfer()
328 if ((aux->native && msg->size > aux_cmd_native_max) || in dp_aux_transfer()
373 if (aux->native) { in dp_aux_transfer()
387 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_ACK : DP_AUX_I2C_REPLY_ACK; in dp_aux_transfer()
390 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_DEFER : DP_AUX_I2C_REPLY_DEFER; in dp_aux_transfer()
396 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_NACK : DP_AUX_I2C_REPLY_NACK; in dp_aux_transfer()
429 if (aux->native) in dp_aux_isr()