Lines Matching refs:ior
37 gf119_sor_hda_device_entry(struct nvkm_ior *ior, int head) in gf119_sor_hda_device_entry() argument
39 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_sor_hda_device_entry()
46 gf119_sor_hda_eld(struct nvkm_ior *ior, int head, u8 *data, u8 size) in gf119_sor_hda_eld() argument
48 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_sor_hda_eld()
49 const u32 soff = 0x030 * ior->id + (head * 0x04); in gf119_sor_hda_eld()
60 gf119_sor_hda_hpd(struct nvkm_ior *ior, int head, bool present) in gf119_sor_hda_hpd() argument
62 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_sor_hda_hpd()
63 const u32 soff = 0x030 * ior->id + (head * 0x04); in gf119_sor_hda_hpd()
68 ior->func->hda->device_entry(ior, head); in gf119_sor_hda_hpd()
205 gf119_sor_hdmi_infoframe_vsi(struct nvkm_ior *ior, int head, void *data, u32 size) in gf119_sor_hdmi_infoframe_vsi() argument
207 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_sor_hdmi_infoframe_vsi()
231 gf119_sor_hdmi_infoframe_avi(struct nvkm_ior *ior, int head, void *data, u32 size) in gf119_sor_hdmi_infoframe_avi() argument
233 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_sor_hdmi_infoframe_avi()
253 gf119_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gf119_sor_hdmi_ctrl() argument
255 struct nvkm_device *device = ior->disp->engine.subdev.device; in gf119_sor_hdmi_ctrl()