Lines Matching refs:sti_vtg
134 struct sti_vtg { struct
143 struct sti_vtg *of_vtg_find(struct device_node *np) in of_vtg_find() argument
151 return (struct sti_vtg *)platform_get_drvdata(pdev); in of_vtg_find()
154 static void vtg_reset(struct sti_vtg *vtg) in vtg_reset()
238 static void vtg_set_mode(struct sti_vtg *vtg, in vtg_set_mode()
284 static void vtg_enable_irq(struct sti_vtg *vtg) in vtg_enable_irq()
292 void sti_vtg_set_config(struct sti_vtg *vtg, in sti_vtg_set_config()
340 int sti_vtg_register_client(struct sti_vtg *vtg, struct notifier_block *nb, in sti_vtg_register_client()
347 int sti_vtg_unregister_client(struct sti_vtg *vtg, struct notifier_block *nb) in sti_vtg_unregister_client()
354 struct sti_vtg *vtg = arg; in vtg_irq_thread()
367 struct sti_vtg *vtg = arg; in vtg_irq()
382 struct sti_vtg *vtg; in vtg_probe()