Lines Matching full:native
24 bool native; member
101 if (!aux->native) { /* i2c */ in dp_aux_write()
240 if (aux->native || i2c_read || ((input_msg->address != edid_address) && in dp_aux_update_offset_and_segment()
314 * native AUX transfer function. in dp_aux_transfer_helper()
345 aux->native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in dp_aux_transfer()
349 msg->reply = aux->native ? in dp_aux_transfer()
356 if ((aux->native && (msg->size > aux_cmd_native_max)) || in dp_aux_transfer()
381 if (aux->native) { in dp_aux_transfer()
395 msg->reply = aux->native ? in dp_aux_transfer()
399 msg->reply = aux->native ? in dp_aux_transfer()
429 if (aux->native) in dp_aux_isr()