Lines Matching refs:is_read
779 static int mtk_dp_aux_wait_for_completion(struct mtk_dp *mtk_dp, bool is_read) in mtk_dp_aux_wait_for_completion() argument
786 if (is_read) { in mtk_dp_aux_wait_for_completion()
810 static int mtk_dp_aux_do_transfer(struct mtk_dp *mtk_dp, bool is_read, u8 cmd, in mtk_dp_aux_do_transfer() argument
815 if (is_read && (length > DP_AUX_MAX_PAYLOAD_BYTES || in mtk_dp_aux_do_transfer()
819 if (!is_read) in mtk_dp_aux_do_transfer()
831 if (!is_read) { in mtk_dp_aux_do_transfer()
843 ret = mtk_dp_aux_wait_for_completion(mtk_dp, is_read); in mtk_dp_aux_do_transfer()
866 } else if (is_read) { in mtk_dp_aux_do_transfer()
2072 bool is_read; in mtk_dp_aux_transfer() local
2090 is_read = false; in mtk_dp_aux_transfer()
2096 is_read = true; in mtk_dp_aux_transfer()
2109 ret = mtk_dp_aux_do_transfer(mtk_dp, is_read, request, in mtk_dp_aux_transfer()