Lines Matching refs:nv50_mstc
918 #define nv50_mstc(p) container_of((p), struct nv50_mstc, connector) macro
921 struct nv50_mstc { struct
935 struct nv50_mstc *mstc; argument
956 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_payload()
983 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_cleanup()
1001 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_prepare()
1043 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_msto_atomic_check()
1098 struct nv50_mstc *mstc = NULL; in nv50_msto_atomic_enable()
1108 mstc = nv50_mstc(connector); in nv50_msto_atomic_enable()
1141 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_atomic_disable()
1202 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_atomic_best_encoder()
1215 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_mode_valid()
1228 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_get_modes()
1258 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_atomic_check()
1289 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_detect()
1324 struct nv50_mstc *mstc = nv50_mstc(connector); in nv50_mstc_destroy()
1333 nv50_mstc = { variable
1345 const char *path, struct nv50_mstc **pmstc) in nv50_mstc_new()
1349 struct nv50_mstc *mstc; in nv50_mstc_new()
1357 ret = drm_connector_init(dev, &mstc->connector, &nv50_mstc, in nv50_mstc_new()
1400 struct nv50_mstc *mstc = msto->mstc; in nv50_mstm_cleanup()
1422 struct nv50_mstc *mstc = msto->mstc; in nv50_mstm_prepare()
1440 struct nv50_mstc *mstc; in nv50_mstm_add_connector()