Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv17.c149 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_detect()
366 struct nv17_tv_state *regs = &to_tv_enc(encoder)->state; in nv17_tv_dpms()
465 struct nv17_tv_state *tv_regs = &to_tv_enc(encoder)->state; in nv17_tv_mode_set()
587 nv17_tv_state_load(dev, &to_tv_enc(encoder)->state); in nv17_tv_commit()
609 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_save()
629 nv17_tv_state_load(dev, &to_tv_enc(encoder)->saved_state); in nv17_tv_restore()
640 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_create_resources()
690 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_set_property()
760 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_destroy()
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])
Dtvmodesnv17.c317 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in tv_setup_filter()
474 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_update_properties()
529 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_tv_update_rescaler()
545 struct nv17_tv_encoder *tv_enc = to_tv_enc(encoder); in nv17_ctv_update_rescaler()