Lines Matching refs:gth_device

22 struct gth_device;
33 struct gth_device *gth;
50 struct gth_device { struct
61 static void gth_output_set(struct gth_device *gth, int port, in gth_output_set() argument
74 static unsigned int gth_output_get(struct gth_device *gth, int port) in gth_output_get()
87 static void gth_smcfreq_set(struct gth_device *gth, int port, in gth_smcfreq_set()
100 static unsigned int gth_smcfreq_get(struct gth_device *gth, int port) in gth_smcfreq_get()
119 struct gth_device *gth;
124 gth_master_set(struct gth_device *gth, unsigned int master, int port) in gth_master_set()
148 struct gth_device *gth = ma->gth; in master_attr_show()
170 struct gth_device *gth = ma->gth; in master_attr_store()
220 struct gth_device *gth;
235 unsigned int (*get)(struct gth_device *gth, int port);
236 void (*set)(struct gth_device *gth, int port,
251 gth_output_parm_set(struct gth_device *gth, int port, unsigned int parm, in gth_output_parm_set()
264 gth_output_parm_get(struct gth_device *gth, int port, unsigned int parm) in gth_output_parm_get()
278 static int intel_th_gth_reset(struct gth_device *gth) in intel_th_gth_reset()
329 struct gth_device *gth = oa->gth; in output_attr_show()
350 struct gth_device *gth = oa->gth; in output_attr_store()
367 static int intel_th_master_attributes(struct gth_device *gth) in intel_th_master_attributes()
409 static int intel_th_output_attributes(struct gth_device *gth) in intel_th_output_attributes()
473 static void intel_th_gth_stop(struct gth_device *gth, in intel_th_gth_stop()
514 static void intel_th_gth_start(struct gth_device *gth, in intel_th_gth_start()
538 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_disable()
558 static void gth_tscu_resync(struct gth_device *gth) in gth_tscu_resync()
570 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_prepare()
593 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_enable()
628 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_switch()
665 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_assign()
704 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_unassign()
724 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_set_output()
748 struct gth_device *gth; in intel_th_gth_probe()
821 struct gth_device *gth = dev_get_drvdata(&thdev->dev); in intel_th_gth_remove()