Home
last modified time | relevance | path

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

/linux-6.12.1/include/acpi/
Dpcc.h37 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id);
41 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel() function
/linux-6.12.1/drivers/acpi/
Dacpi_pcc.c69 data->pcc_chan = pcc_mbox_request_channel(&data->cl, ctx->subspace_id); in acpi_pcc_address_space_setup()
Dcppc_acpi.c554 pcc_chan = pcc_mbox_request_channel(&cppc_mbox_cl, pcc_ss_idx); in register_pcc_channel()
/linux-6.12.1/drivers/mailbox/
Dpcc.c335 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel() function
357 EXPORT_SYMBOL_GPL(pcc_mbox_request_channel);
/linux-6.12.1/drivers/i2c/busses/
Di2c-xgene-slimpro.c482 pcc_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx); in xgene_slimpro_i2c_probe()
/linux-6.12.1/drivers/hwmon/
Dxgene-hwmon.c671 pcc_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx); in xgene_hwmon_probe()
/linux-6.12.1/drivers/soc/hisilicon/
Dkunpeng_hccs.c145 pcc_chan = pcc_mbox_request_channel(cl, hdev->chan_id); in hccs_register_pcc_channel()