Home
last modified time | relevance | path

Searched refs:free_chan (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mailbox/
H A Dqcom-ipcc.c170 struct mbox_chan *chan, *free_chan = NULL; in qcom_ipcc_mbox_xlate() local
185 if (!free_chan) in qcom_ipcc_mbox_xlate()
186 free_chan = chan; in qcom_ipcc_mbox_xlate()
193 if (!free_chan) in qcom_ipcc_mbox_xlate()
196 chan = free_chan; in qcom_ipcc_mbox_xlate()
/linux/arch/um/drivers/
H A Dchan_kern.c366 static void free_chan(struct list_head *chans) in free_chan() function
537 free_chan(chans); in parse_chan_pair()