Home
last modified time | relevance | path

Searched refs:to_tv_enc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.c150 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_detect()
373 struct nv17_tv_state *regs = &to_tv_enc(encoder)->state; in nv17_tv_dpms()
472 struct nv17_tv_state *tv_regs = &to_tv_enc(encoder)->state; in nv17_tv_mode_set()
594 nv17_tv_state_load(dev, &to_tv_enc(encoder)->state); in nv17_tv_commit()
616 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_save()
636 nv17_tv_state_load(dev, &to_tv_enc(encoder)->saved_state); in nv17_tv_restore()
647 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_create_resources()
697 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_set_property()
767 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_destroy()
H A Dtvnv17.h85 #define to_tv_enc(x) container_of(nouveau_encoder(x), \ macro
113 #define get_tv_norm(enc) (&nv17_tv_norms[to_tv_enc(enc)->tv_norm])
H A Dtvmodesnv17.c316 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in tv_setup_filter()
473 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_update_properties()
528 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_update_rescaler()
544 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_ctv_update_rescaler()