Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/
H A Dcppc_acpi.c46 struct mbox_chan *pcc_channel; member
298 ret = mbox_send_message(pcc_ss_data->pcc_channel, &cmd); in send_pcc_cmd()
311 if (pcc_ss_data->pcc_channel->mbox->txdone_irq) in send_pcc_cmd()
312 mbox_chan_txdone(pcc_ss_data->pcc_channel, ret); in send_pcc_cmd()
314 mbox_client_txdone(pcc_ss_data->pcc_channel, ret); in send_pcc_cmd()
520 pcc_data[pcc_ss_idx]->pcc_channel = in register_pcc_channel()
523 if (IS_ERR(pcc_data[pcc_ss_idx]->pcc_channel)) { in register_pcc_channel()
535 cppc_ss = (pcc_data[pcc_ss_idx]->pcc_channel)->con_priv; in register_pcc_channel()
880 pcc_mbox_free_channel(pcc_data[pcc_ss_id]->pcc_channel); in acpi_cppc_processor_exit()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dcppc_acpi.c46 struct pcc_mbox_chan *pcc_channel; member
311 ret = mbox_send_message(pcc_ss_data->pcc_channel->mchan, &cmd); in send_pcc_cmd()
324 if (pcc_ss_data->pcc_channel->mchan->mbox->txdone_irq) in send_pcc_cmd()
325 mbox_chan_txdone(pcc_ss_data->pcc_channel->mchan, ret); in send_pcc_cmd()
327 mbox_client_txdone(pcc_ss_data->pcc_channel->mchan, ret); in send_pcc_cmd()
542 pcc_data[pcc_ss_idx]->pcc_channel = pcc_chan; in register_pcc_channel()
921 pcc_mbox_free_channel(pcc_data[pcc_ss_id]->pcc_channel); in acpi_cppc_processor_exit()

Completed in 5 milliseconds