Home
last modified time | relevance | path

Searched refs:hva_to_dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/st/sti/hva/
H A Dhva-hw.c118 struct device *dev = hva_to_dev(hva); in hva_hw_its_irq_thread()
222 struct device *dev = hva_to_dev(hva); in hva_hw_err_irq_thread()
269 struct device *dev = hva_to_dev(hva); in hva_hw_get_ip_version()
416 struct device *dev = hva_to_dev(hva); in hva_hw_remove()
458 struct device *dev = hva_to_dev(hva); in hva_hw_execute_task()
552 struct device *dev = hva_to_dev(hva); in hva_hw_dump_regs()
H A Dhva.h18 #define hva_to_dev(h) (h->dev) macro