Home
last modified time | relevance | path

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

/openbmc/linux/include/acpi/
H A Dpcc.h24 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id);
28 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel() function
/openbmc/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.c541 pcc_chan = pcc_mbox_request_channel(&cppc_mbox_cl, pcc_ss_idx); in register_pcc_channel()
/openbmc/linux/drivers/mailbox/
H A Dpcc.c281 pcc_mbox_request_channel(struct mbox_client *cl, int subspace_id) in pcc_mbox_request_channel() function
303 EXPORT_SYMBOL_GPL(pcc_mbox_request_channel);
/openbmc/linux/drivers/i2c/busses/
H A Di2c-xgene-slimpro.c490 pcc_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx); in xgene_slimpro_i2c_probe()
/openbmc/linux/drivers/hwmon/
H A Dxgene-hwmon.c677 pcc_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx); in xgene_hwmon_probe()
/openbmc/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c136 pcc_chan = pcc_mbox_request_channel(cl, hdev->chan_id); in hccs_register_pcc_channel()