Lines Matching refs:nv50_mstc

646 #define nv50_mstc(p) container_of((p), struct nv50_mstc, connector)  macro
660 struct nv50_mstc { struct
673 struct nv50_mstc *mstc; argument
681 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_payload()
708 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_cleanup()
727 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_prepare()
769 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_msto_atomic_check()
807 struct nv50_mstc *mstc = NULL; in nv50_msto_enable()
817 mstc = nv50_mstc(connector); in nv50_msto_enable()
858 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_disable()
918 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_atomic_best_encoder()
926 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_best_encoder()
941 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_get_modes()
962 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_atomic_check()
1001 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_detect()
1023 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_destroy()
1032 nv50_mstc = { variable
1045 const char *path, struct nv50_mstc **pmstc) in nv50_mstc_new()
1048 struct nv50_mstc *mstc; in nv50_mstc_new()
1056 ret = drm_connector_init(dev, &mstc->connector, &nv50_mstc, in nv50_mstc_new()
1094 struct nv50_mstc *mstc = msto->mstc; in nv50_mstm_cleanup()
1116 struct nv50_mstc *mstc = msto->mstc; in nv50_mstm_prepare()
1134 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstm_destroy_connector()
1158 struct nv50_mstc *mstc; in nv50_mstm_add_connector()