Home
last modified time | relevance | path

Searched refs:to_hsi_controller (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/hsi/
H A Dhsi.h277 #define to_hsi_controller(dev) container_of(dev, struct hsi_controller, device) macro
331 return to_hsi_controller(cl->device.parent->parent)->id; in hsi_id()
/linux/drivers/hsi/
H A Dhsi_core.c343 struct hsi_controller *hsi = to_hsi_controller(dev); in hsi_controller_release()
608 if (!try_module_get(to_hsi_controller(port->device.parent)->owner)) { in hsi_claim_port()
639 module_put(to_hsi_controller(port->device.parent)->owner); in hsi_release_port()
/linux/drivers/hsi/controllers/
H A Domap_ssi_core.c144 struct hsi_controller *ssi = to_hsi_controller(port->device.parent); in ssi_waketest()
266 struct hsi_controller *ssi = to_hsi_controller(omap_ssi->dev); in ssi_clk_event()