Lines Matching full:mhi
3 * MHI Endpoint bus stack
57 * As per the MHI specification, section 4.3, Interrupt moderation: in mhi_ep_send_event()
223 * Create MHI device only during UL channel start. Since the MHI in mhi_ep_process_cmd_ring()
754 /* Clear the MHI reset if host is in reset state */ in mhi_ep_enable()
893 dev_dbg(dev, "Handling MHI state transition to %s\n", in mhi_ep_state_worker()
908 dev_err(dev, "Invalid MHI state transition: %d\n", itr->state); in mhi_ep_state_worker()
1013 dev_info(dev, "Host triggered MHI reset!\n"); in mhi_ep_irq()
1121 * We don't need to do anything special other than setting the MHI SYS_ERR
1122 * state. The host will reset all contexts and issue MHI RESET so that we
1179 dev_err(dev, "Failed to enable MHI endpoint\n"); in mhi_ep_power_up()
1273 * We need to set the mhi_chan->mhi_dev to NULL here since the MHI in mhi_ep_release_device()
1303 /* for MHI controller device, parent is the bus device (e.g. PCI EPF) */ in mhi_ep_alloc_device()
1306 /* for MHI client devices, parent is the MHI controller device */ in mhi_ep_alloc_device()
1316 * MHI channels are always defined in pairs with UL as the even numbered
1395 /* Notify the client and remove the device from MHI bus */ in mhi_ep_destroy_device()
1413 * Allocate max_channels supported by the MHI endpoint and populate in mhi_ep_chan_init()
1522 /* Set MHI version and AMSS EE before enumeration */ in mhi_ep_register_controller()
1560 dev_dbg(&mhi_dev->dev, "MHI EP Controller registered\n"); in mhi_ep_register_controller()
1588 * It is expected that the controller drivers will power down the MHI EP stack
1740 MODULE_DESCRIPTION("MHI Bus Endpoint stack");