Lines Matching refs:is_read
777 static int mtk_dp_aux_wait_for_completion(struct mtk_dp *mtk_dp, bool is_read) in mtk_dp_aux_wait_for_completion() argument
784 if (is_read) { in mtk_dp_aux_wait_for_completion()
808 static int mtk_dp_aux_do_transfer(struct mtk_dp *mtk_dp, bool is_read, u8 cmd, in mtk_dp_aux_do_transfer() argument
814 if (is_read && (length > DP_AUX_MAX_PAYLOAD_BYTES || in mtk_dp_aux_do_transfer()
818 if (!is_read) in mtk_dp_aux_do_transfer()
830 if (!is_read) { in mtk_dp_aux_do_transfer()
842 ret = mtk_dp_aux_wait_for_completion(mtk_dp, is_read); in mtk_dp_aux_do_transfer()
865 } else if (is_read) { in mtk_dp_aux_do_transfer()
2032 bool is_read; in mtk_dp_aux_transfer() local
2051 is_read = false; in mtk_dp_aux_transfer()
2057 is_read = true; in mtk_dp_aux_transfer()
2070 ret = mtk_dp_aux_do_transfer(mtk_dp, is_read, request, in mtk_dp_aux_transfer()