Lines Matching refs:nv50_mstc
597 #define nv50_mstc(p) container_of((p), struct nv50_mstc, connector) macro
611 struct nv50_mstc { struct
626 struct nv50_mstc *mstc; argument
634 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_payload()
659 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_cleanup()
676 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_prepare()
712 struct nv50_mstc *mstc = nv50_mstc(conn_state->connector); in nv50_msto_atomic_check()
732 struct nv50_mstc *mstc = NULL; in nv50_msto_enable()
743 mstc = nv50_mstc(connector); in nv50_msto_enable()
784 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_disable()
845 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_atomic_best_encoder()
856 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_best_encoder()
874 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_get_modes()
902 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_detect()
924 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_destroy()
930 nv50_mstc = { variable
943 const char *path, struct nv50_mstc **pmstc) in nv50_mstc_new()
946 struct nv50_mstc *mstc; in nv50_mstc_new()
954 ret = drm_connector_init(dev, &mstc->connector, &nv50_mstc, in nv50_mstc_new()
991 struct nv50_mstc *mstc = msto->mstc; in nv50_mstm_cleanup()
1013 struct nv50_mstc *mstc = msto->mstc; in nv50_mstm_prepare()
1038 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstm_destroy_connector()
1066 struct nv50_mstc *mstc; in nv50_mstm_add_connector()