Lines Matching full:mhi
4 #include <linux/mhi.h>
9 /* MHI wwan flags */
19 /* Lower level is a mhi dev, upper level is a wwan port */
34 /* RX budget is initially set to the size of the MHI RX queue and is
112 /* Start mhi device's channel(s) */ in mhi_wwan_ctrl_start()
117 /* Don't allocate more buffers than MHI channel queue size */ in mhi_wwan_ctrl_start()
120 /* Add buffers to the MHI inbound queue */ in mhi_wwan_ctrl_start()
153 /* Queue the packet for MHI transfer and check fullness of the queue */ in mhi_wwan_ctrl_tx()
179 /* MHI core has done with the buffer, release it */ in mhi_ul_xfer_cb()
182 /* There is likely new slot available in the MHI queue, re-allow TX */ in mhi_ul_xfer_cb()
205 /* MHI core does not update skb->len, do it before forward */ in mhi_dl_xfer_cb()
268 MODULE_DEVICE_TABLE(mhi, mhi_wwan_ctrl_match_table);
284 MODULE_DESCRIPTION("MHI WWAN CTRL Driver");