Lines Matching refs:sti_vtg
86 struct sti_vtg { struct
94 struct sti_vtg *slave; argument
98 static void vtg_register(struct sti_vtg *vtg) in vtg_register() argument
103 struct sti_vtg *of_vtg_find(struct device_node *np) in of_vtg_find()
105 struct sti_vtg *vtg; in of_vtg_find()
114 static void vtg_reset(struct sti_vtg *vtg) in vtg_reset()
149 static void vtg_set_mode(struct sti_vtg *vtg, in vtg_set_mode()
222 static void vtg_enable_irq(struct sti_vtg *vtg) in vtg_enable_irq()
230 void sti_vtg_set_config(struct sti_vtg *vtg, in sti_vtg_set_config()
282 int sti_vtg_register_client(struct sti_vtg *vtg, struct notifier_block *nb, in sti_vtg_register_client()
292 int sti_vtg_unregister_client(struct sti_vtg *vtg, struct notifier_block *nb) in sti_vtg_unregister_client()
302 struct sti_vtg *vtg = arg; in vtg_irq_thread()
315 struct sti_vtg *vtg = arg; in vtg_irq()
331 struct sti_vtg *vtg; in vtg_probe()