Home
last modified time | relevance | path

Searched refs:qmi_ops (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dmain.c307 if (pthread_create( &gQmiThreadID, 0, profile->qmi_ops->read, (void *)profile) != 0) { in qmi_main()
318 if (profile->qmi_ops->init && profile->qmi_ops->init(profile)) { in qmi_main()
540 if (profile->qmi_ops->deinit) in qmi_main()
541 profile->qmi_ops->deinit(); in qmi_main()
817 profile.qmi_ops = &mbim_dev_ops; in main()
824 profile.qmi_ops = &gobi_qmidev_ops; in main()
826 profile.qmi_ops = &qmiwwan_qmidev_ops; in main()
827 qmidev_send = profile.qmi_ops->send; in main()
833 profile.qmi_ops = &atc_dev_ops; in main()
H A Dqmap_bridge_mode.c142 profile->qmi_ops = &gobi_qmidev_ops; in ql_driver_type_detect()
145 profile->qmi_ops = &qmiwwan_qmidev_ops; in ql_driver_type_detect()
147 qmidev_send = profile->qmi_ops->send; in ql_driver_type_detect()
H A DQMIThread.h218 const struct qmi_device_ops *qmi_ops; member
/OK3568_Linux_fs/kernel/include/linux/soc/qcom/
H A Dqmi.h146 struct qmi_ops { struct
232 struct qmi_ops ops;
246 const struct qmi_ops *ops,
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dqmi_interface.c35 struct qmi_ops *ops = &qmi->ops; in qmi_recv_new_server()
75 struct qmi_ops *ops = &qmi->ops; in qmi_recv_del_server()
105 struct qmi_ops *ops = &qmi->ops; in qmi_recv_bye()
124 struct qmi_ops *ops = &qmi->ops; in qmi_recv_del_client()
525 struct qmi_ops *ops = &qmi->ops; in qmi_data_ready_work()
619 const struct qmi_ops *ops, in qmi_handle_init()
H A Dpdr_interface.c113 static struct qmi_ops pdr_locator_ops = {
241 static struct qmi_ops pdr_notifier_ops = {
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_qmi.c171 static struct qmi_ops ipa_server_ops = {
466 static struct qmi_ops ipa_client_ops = {
/OK3568_Linux_fs/kernel/samples/qmi/
H A Dqmi_sample_client.c574 static struct qmi_ops lookup_ops = {
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dqcom_sysmon.c443 static const struct qmi_ops ssctl_ops = {
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dqmi.c984 static struct qmi_ops ath10k_qmi_ops = {
/OK3568_Linux_fs/kernel/drivers/slimbus/
H A Dqcom-ngd-ctrl.c1294 static struct qmi_ops qcom_slim_ngd_qmi_svc_event_ops = {
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dqmi.c2600 static const struct qmi_ops ath11k_qmi_ops = {