Home
last modified time | relevance | path

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

/linux/include/linux/hsi/
H A Dhsi.h239 #define to_hsi_port(dev) container_of(dev, struct hsi_port, device) macro
240 #define hsi_get_port(cl) to_hsi_port((cl)->device.parent)
342 return to_hsi_port(cl->device.parent)->num; in hsi_port_id()
/linux/drivers/hsi/
H A Dhsi_core.c351 kfree(to_hsi_port(dev)); in hsi_port_release()
/linux/drivers/hsi/controllers/
H A Domap_ssi_core.c164 struct hsi_port *port = to_hsi_port(msg->cl->device.parent); in ssi_gdd_complete()