Lines Matching refs:is_read
864 static int mtk_dp_aux_wait_for_completion(struct mtk_dp *mtk_dp, bool is_read) in mtk_dp_aux_wait_for_completion() argument
871 if (is_read) { in mtk_dp_aux_wait_for_completion()
895 static int mtk_dp_aux_do_transfer(struct mtk_dp *mtk_dp, bool is_read, u8 cmd, in mtk_dp_aux_do_transfer() argument
900 if (is_read && (length > DP_AUX_MAX_PAYLOAD_BYTES || in mtk_dp_aux_do_transfer()
904 if (!is_read) in mtk_dp_aux_do_transfer()
916 if (!is_read) { in mtk_dp_aux_do_transfer()
928 ret = mtk_dp_aux_wait_for_completion(mtk_dp, is_read); in mtk_dp_aux_do_transfer()
951 } else if (is_read) { in mtk_dp_aux_do_transfer()
2189 bool is_read; in mtk_dp_aux_transfer() local
2207 is_read = false; in mtk_dp_aux_transfer()
2213 is_read = true; in mtk_dp_aux_transfer()
2226 ret = mtk_dp_aux_do_transfer(mtk_dp, is_read, request, in mtk_dp_aux_transfer()