Home
last modified time | relevance | path

Searched defs:mhi_dev (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/net/qrtr/
Dmhi.c16 struct mhi_device *mhi_dev; member
21 static void qcom_mhi_qrtr_dl_callback(struct mhi_device *mhi_dev, in qcom_mhi_qrtr_dl_callback()
37 static void qcom_mhi_qrtr_ul_callback(struct mhi_device *mhi_dev, in qcom_mhi_qrtr_ul_callback()
75 static int qcom_mhi_qrtr_probe(struct mhi_device *mhi_dev, in qcom_mhi_qrtr_probe()
104 static void qcom_mhi_qrtr_remove(struct mhi_device *mhi_dev) in qcom_mhi_qrtr_remove()
/Linux-v5.15/drivers/net/wwan/
Dmhi_wwan_ctrl.c20 struct mhi_device *mhi_dev; member
81 struct mhi_device *mhi_dev = mhiwwan->mhi_dev; in mhi_wwan_ctrl_refill_work() local
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()
Dmhi_wwan_mbim.c411 static void mhi_mbim_dl_callback(struct mhi_device *mhi_dev, in mhi_mbim_dl_callback()
474 static void mhi_mbim_ul_callback(struct mhi_device *mhi_dev, in mhi_mbim_ul_callback()
594 static int mhi_mbim_probe(struct mhi_device *mhi_dev, const struct mhi_device_id *id) in mhi_mbim_probe()
623 static void mhi_mbim_remove(struct mhi_device *mhi_dev) in mhi_mbim_remove()
/Linux-v5.15/drivers/bus/mhi/core/
Dinit.c94 struct mhi_device *mhi_dev = to_mhi_device(dev); in serial_number_show() local
106 struct mhi_device *mhi_dev = to_mhi_device(dev); in oem_pk_hash_show() local
881 struct mhi_device *mhi_dev; in mhi_register_controller() local
1022 struct mhi_device *mhi_dev = mhi_cntrl->mhi_dev; in mhi_unregister_controller() local
1160 struct mhi_device *mhi_dev = to_mhi_device(dev); in mhi_release_device() local
1179 struct mhi_device *mhi_dev; in mhi_alloc_device() local
1207 struct mhi_device *mhi_dev = to_mhi_device(dev); in mhi_driver_probe() local
1283 struct mhi_device *mhi_dev = to_mhi_device(dev); in mhi_driver_remove() local
1375 struct mhi_device *mhi_dev = to_mhi_device(dev); in mhi_uevent() local
1383 struct mhi_device *mhi_dev = to_mhi_device(dev); in mhi_match() local
Dmain.c276 struct mhi_device *mhi_dev; in mhi_destroy_device() local
332 int mhi_get_free_desc_count(struct mhi_device *mhi_dev, in mhi_get_free_desc_count()
344 void mhi_notify(struct mhi_device *mhi_dev, enum mhi_callback cb_reason) in mhi_notify()
362 struct mhi_device *mhi_dev; in mhi_create_devices() local
453 struct mhi_device *mhi_dev = mhi_chan->mhi_dev; in mhi_irq_handler() local
1100 static int mhi_queue(struct mhi_device *mhi_dev, struct mhi_buf_info *buf_info, in mhi_queue()
1149 int mhi_queue_skb(struct mhi_device *mhi_dev, enum dma_data_direction dir, in mhi_queue_skb()
1167 int mhi_queue_dma(struct mhi_device *mhi_dev, enum dma_data_direction dir, in mhi_queue_dma()
1233 int mhi_queue_buf(struct mhi_device *mhi_dev, enum dma_data_direction dir, in mhi_queue_buf()
1246 bool mhi_queue_is_full(struct mhi_device *mhi_dev, enum dma_data_direction dir) in mhi_queue_is_full()
[all …]
Ddebugfs.c132 struct mhi_device *mhi_dev; in mhi_device_info_show() local
234 struct mhi_device *mhi_dev = mhi_cntrl->mhi_dev; in mhi_debugfs_device_wake_show() local
254 struct mhi_device *mhi_dev = mhi_cntrl->mhi_dev; in mhi_debugfs_device_wake_write() local
Dpm.c1217 void mhi_device_get(struct mhi_device *mhi_dev) in mhi_device_get()
1231 int mhi_device_get_sync(struct mhi_device *mhi_dev) in mhi_device_get_sync()
1244 void mhi_device_put(struct mhi_device *mhi_dev) in mhi_device_put()
Dinternal.h570 struct mhi_device *mhi_dev; member
/Linux-v5.15/drivers/net/
Dmhi_net.c169 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()
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()
349 static int mhi_net_probe(struct mhi_device *mhi_dev, in mhi_net_probe()
372 static void mhi_net_remove(struct mhi_device *mhi_dev) in mhi_net_remove()
/Linux-v5.15/include/linux/
Dmhi.h377 struct mhi_device *mhi_dev; member