Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dcppc_acpi.c46 struct pcc_mbox_chan *pcc_channel; member
318 ret = mbox_send_message(pcc_ss_data->pcc_channel->mchan, &cmd); in send_pcc_cmd()
331 if (pcc_ss_data->pcc_channel->mchan->mbox->txdone_irq) in send_pcc_cmd()
332 mbox_chan_txdone(pcc_ss_data->pcc_channel->mchan, ret); in send_pcc_cmd()
334 mbox_client_txdone(pcc_ss_data->pcc_channel->mchan, ret); in send_pcc_cmd()
549 pcc_data[pcc_ss_idx]->pcc_channel = pcc_chan; in register_pcc_channel()
930 pcc_mbox_free_channel(pcc_data[pcc_ss_id]->pcc_channel); in acpi_cppc_processor_exit()