Home
last modified time | relevance | path

Searched refs:mhi_device (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dmhi.h387 struct mhi_device *mhi_dev;
480 struct mhi_device { struct
518 int (*probe)(struct mhi_device *mhi_dev,
520 void (*remove)(struct mhi_device *mhi_dev);
521 void (*ul_xfer_cb)(struct mhi_device *mhi_dev,
523 void (*dl_xfer_cb)(struct mhi_device *mhi_dev,
525 void (*status_cb)(struct mhi_device *mhi_dev, enum mhi_callback mhi_cb);
530 #define to_mhi_device(dev) container_of(dev, struct mhi_device, dev)
600 void mhi_notify(struct mhi_device *mhi_dev, enum mhi_callback cb_reason);
608 int mhi_get_free_desc_count(struct mhi_device *mhi_dev,
[all …]
/linux/net/qrtr/
H A Dmhi.c16 struct mhi_device *mhi_dev;
21 static void qcom_mhi_qrtr_dl_callback(struct mhi_device *mhi_dev, in qcom_mhi_qrtr_dl_callback()
49 static void qcom_mhi_qrtr_ul_callback(struct mhi_device *mhi_dev, in qcom_mhi_qrtr_send()
87 static int qcom_mhi_qrtr_queue_dl_buffers(struct mhi_device *mhi_dev) in qcom_mhi_qrtr_probe()
110 static int qcom_mhi_qrtr_probe(struct mhi_device *mhi_dev, in qcom_mhi_qrtr_remove()
151 static void qcom_mhi_qrtr_remove(struct mhi_device *mhi_dev) in qcom_mhi_qrtr_pm_resume_early()
168 struct mhi_device *mhi_dev = container_of(dev, struct mhi_device, dev);
186 struct mhi_device *mhi_dev = container_of(dev, struct mhi_device, de
[all...]
/linux/drivers/net/
H A Dmhi_net.c32 struct mhi_device *mdev;
76 struct mhi_device *mdev = mhi_netdev->mdev; in mhi_ndo_xmit()
169 static void mhi_net_dl_callback(struct mhi_device *mhi_dev, in mhi_net_dl_callback()
236 static void mhi_net_ul_callback(struct mhi_device *mhi_dev, in mhi_net_ul_callback()
241 struct mhi_device *mdev = mhi_netdev->mdev; in mhi_net_ul_callback()
273 struct mhi_device *mdev = mhi_netdev->mdev; in mhi_net_rx_refill_work()
304 static int mhi_net_newlink(struct mhi_device *mhi_dev, struct net_device *ndev) in mhi_net_newlink()
336 static void mhi_net_dellink(struct mhi_device *mhi_dev, struct net_device *ndev) in mhi_net_dellink()
351 static int mhi_net_probe(struct mhi_device *mhi_dev, in mhi_net_probe()
374 static void mhi_net_remove(struct mhi_device *mhi_dev) in mhi_net_remove()
/linux/drivers/net/wwan/
H A Dmhi_wwan_ctrl.c20 struct mhi_device *mhi_dev;
81 struct mhi_device *mhi_dev = mhiwwan->mhi_dev; in mhi_wwan_ctrl_refill_work()
169 static void mhi_ul_xfer_cb(struct mhi_device *mhi_dev, in mhi_ul_xfer_cb()
189 static void mhi_dl_xfer_cb(struct mhi_device *mhi_dev, in mhi_dl_xfer_cb()
214 static int mhi_wwan_ctrl_probe(struct mhi_device *mhi_dev, in mhi_wwan_ctrl_probe()
251 static void mhi_wwan_ctrl_remove(struct mhi_device *mhi_dev) in mhi_wwan_ctrl_remove()
H A Dmhi_wwan_mbim.c67 struct mhi_device *mdev;
396 struct mhi_device *mdev = mbim->mdev; in mhi_net_rx_refill_work()
423 static void mhi_mbim_dl_callback(struct mhi_device *mhi_dev, in mhi_mbim_dl_callback()
486 static void mhi_mbim_ul_callback(struct mhi_device *mhi_dev, in mhi_mbim_ul_callback()
607 static int mhi_mbim_probe(struct mhi_device *mhi_dev, const struct mhi_device_id *id) in mhi_mbim_probe()
636 static void mhi_mbim_remove(struct mhi_device *mhi_dev) in mhi_mbim_remove()
/linux/drivers/bus/mhi/host/
H A Dinit.c85 struct mhi_device *mhi_dev = to_mhi_device(dev); in serial_number_show()
97 struct mhi_device *mhi_dev = to_mhi_device(dev); in oem_pk_hash_show()
122 struct mhi_device *mhi_dev = to_mhi_device(dev); in soc_reset_store()
134 struct mhi_device *mhi_dev = to_mhi_device(dev); in trigger_edl_store()
926 struct mhi_device *mhi_dev; in mhi_register_controller()
1062 struct mhi_device *mhi_dev = mhi_cntrl->mhi_dev; in mhi_unregister_controller()
1211 struct mhi_device *mhi_dev = to_mhi_device(dev); in mhi_release_device()
1228 struct mhi_device *mhi_alloc_device(struct mhi_controller *mhi_cntrl) in mhi_alloc_device()
1230 struct mhi_device *mhi_dev; in mhi_alloc_device()
1258 struct mhi_device *mhi_dev = to_mhi_device(dev); in mhi_probe()
[all …]
H A Ddebugfs.c133 struct mhi_device *mhi_dev; in mhi_device_info_show()
235 struct mhi_device *mhi_dev = mhi_cntrl->mhi_dev; in mhi_debugfs_device_wake_show()
255 struct mhi_device *mhi_dev = mhi_cntrl->mhi_dev; in mhi_debugfs_device_wake_write()
H A Dpm.c1323 int mhi_device_get_sync(struct mhi_device *mhi_dev) in mhi_device_get_sync()
1336 void mhi_device_put(struct mhi_device *mhi_dev) in mhi_device_put()