Home
last modified time | relevance | path

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

/linux/include/acpi/
H A Dpcc.h39 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id);
44 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel() function
/linux/drivers/acpi/
H A Dacpi_pcc.c69 data->pcc_chan = pcc_mbox_request_channel(&data->cl, ctx->subspace_id); in acpi_pcc_address_space_setup()
H A Dcppc_acpi.c554 pcc_chan = pcc_mbox_request_channel(&cppc_mbox_cl, pcc_ss_idx); in register_pcc_channel()
/linux/drivers/mailbox/
H A Dpcc.c357 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel() function
379 EXPORT_SYMBOL_GPL(pcc_mbox_request_channel);
/linux/drivers/hwmon/
H A Dxgene-hwmon.c671 pcc_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx); in xgene_hwmon_probe()
/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c192 pcc_chan = pcc_mbox_request_channel(cl, hdev->chan_id); in hccs_register_pcc_channel()