Searched refs:lpm_chans (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dmhi.h316 * @lpm_chans: List of channels that require LPM notifications
390 struct list_head lpm_chans; member in struct:mhi_controller
/linux-master/drivers/bus/mhi/host/
H A Dinit.c774 INIT_LIST_HEAD(&mhi_cntrl->lpm_chans);
861 list_add_tail(&mhi_chan->node, &mhi_cntrl->lpm_chans);
H A Dpm.c910 list_for_each_entry_safe(itr, tmp, &mhi_cntrl->lpm_chans, node) {
946 list_for_each_entry_safe(itr, tmp, &mhi_cntrl->lpm_chans, node) {

Completed in 252 milliseconds