Home
last modified time | relevance | path

Searched refs:hsi_release_port (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/hsi/
H A Dhsi.h244 void hsi_release_port(struct hsi_client *cl);
/linux/drivers/hsi/
H A Dhsi_core.c623 * hsi_release_port - Release the HSI client's port
626 void hsi_release_port(struct hsi_client *cl) in hsi_release_port() function
642 EXPORT_SYMBOL_GPL(hsi_release_port);
/linux/drivers/hsi/clients/
H A Dssi_protocol.c932 hsi_release_port(cl); in ssip_pn_open()
956 hsi_release_port(cl); in ssip_pn_stop()
H A Dcmt_speech.c1046 hsi_release_port(cl); in cs_hsi_start()
1065 /* hsi_release_port() needs to be called with CS_STATE_CLOSED */ in cs_hsi_stop()
1067 hsi_release_port(hi->cl); in cs_hsi_stop()
1070 * hsi_release_port() should flush out all the pending in cs_hsi_stop()
H A Dhsi_char.c585 hsi_release_port(cl_data->cl); in __hsc_port_release()