Lines Matching full:qmi

14 #include <linux/soc/qcom/qmi.h>
291 /* maps audio format received over QMI to asound.h based pcm format */
343 * Sends QMI disconnect indication message, assumes chip->mutex and qdev_mutex
358 dev_dbg(uaudio_qdev->data->dev, "sending qmi indication suspend\n"); in uaudio_send_disconnect_ind()
370 "qmi send failed with err: %d\n", ret); in uaudio_send_disconnect_ind()
747 /* QMI service disconnect handlers */
841 * qmi_bye_cb() - qmi bye message callback
842 * @handle: QMI handle
845 * This callback is invoked when the QMI bye control message is received
846 * from the QMI client. Handle the message accordingly by ensuring that
861 /* clear QMI client parameters to block further QMI messages */ in qmi_bye_cb()
870 * qmi_svc_disconnect_cb() - qmi client disconnected
871 * @handle: QMI handle
875 * Invoked when the remote QMI client is disconnected. Handle this event
876 * the same way as when the QMI bye message is received. This will ensure
896 /* clear QMI client parameters to block further QMI messages */ in qmi_svc_disconnect_cb()
904 /* QMI client callback handlers from QMI interface */
1012 * @mem_info: QMI response info
1015 * audio DSP. Will populate the information in the QMI response that is
1086 * @mem_info: QMI response info
1087 * @ep_desc: QMI ep desc response field
1091 * offloading as well as populating the QMI response with the
1166 * @mem_info: QMI response info
1169 * and populate the information into the QMI response.
1227 * uaudio_populate_uac_desc() - parse UAC parameters and populate QMI resp
1229 * @resp: QMI response buffer
1233 * to the QMI response sent back to the audio DSP.
1329 * @req_msg: QMI request message
1330 * @resp: QMI response buffer
1333 * Prepares the QMI response for a USB QMI stream enable request. Will parse
1339 * ring address. These parameters will be communicated as part of the USB QMI
1505 * @handle: QMI client handle
1507 * @txn: QMI transaction context
1508 * @decoded_msg: decoded QMI message
1510 * Main handler for the QMI stream enable/disable requests. This executes the
1681 * qc_usb_audio_offload_init_qmi_dev() - initializes qmi dev
1815 * qc_usb_audio_cleanup_qmi_dev() - release qmi device
1832 * halted by issuing a QMI disconnect indication packet to the adsp.
1964 * will issue the QMI disconnect indication, which results in the in qc_usb_audio_remove()