Searched refs:to_hsi_port (Results 1 – 3 of 3) sorted by relevance
239 #define to_hsi_port(dev) container_of(dev, struct hsi_port, device) macro240 #define hsi_get_port(cl) to_hsi_port((cl)->device.parent)342 return to_hsi_port(cl->device.parent)->num; in hsi_port_id()
351 kfree(to_hsi_port(dev)); in hsi_port_release()
164 struct hsi_port *port = to_hsi_port(msg->cl->device.parent); in ssi_gdd_complete()