Home
last modified time | relevance | path

Searched refs:pcc_mbox_free_channel (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/acpi/
H A Dpcc.h16 extern void pcc_mbox_free_channel(struct mbox_chan *chan);
23 static inline void pcc_mbox_free_channel(struct mbox_chan *chan) { } in pcc_mbox_free_channel() function
/kernel/linux/linux-6.6/include/acpi/
H A Dpcc.h25 extern void pcc_mbox_free_channel(struct pcc_mbox_chan *chan);
32 static inline void pcc_mbox_free_channel(struct pcc_mbox_chan *chan) { } in pcc_mbox_free_channel() function
/kernel/linux/linux-5.10/drivers/mailbox/
H A Dpcc.c271 pcc_mbox_free_channel(chan); in pcc_mbox_request_channel()
281 * pcc_mbox_free_channel - Clients call this to free their Channel.
286 void pcc_mbox_free_channel(struct mbox_chan *chan) in pcc_mbox_free_channel() function
295 pr_debug("pcc_mbox_free_channel: Invalid mbox_chan passed\n"); in pcc_mbox_free_channel()
310 EXPORT_SYMBOL_GPL(pcc_mbox_free_channel); variable
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_pcc.c97 pcc_mbox_free_channel(data->pcc_chan); in acpi_pcc_address_space_setup()
H A Dcppc_acpi.c921 pcc_mbox_free_channel(pcc_data[pcc_ss_id]->pcc_channel); in acpi_cppc_processor_exit()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-xgene-slimpro.c568 pcc_mbox_free_channel(ctx->mbox_chan); in xgene_slimpro_i2c_probe()
582 pcc_mbox_free_channel(ctx->mbox_chan); in xgene_slimpro_i2c_remove()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-xgene-slimpro.c558 pcc_mbox_free_channel(ctx->pcc_chan); in xgene_slimpro_i2c_probe()
572 pcc_mbox_free_channel(ctx->pcc_chan); in xgene_slimpro_i2c_remove()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dpcc.c306 * pcc_mbox_free_channel - Clients call this to free their Channel.
311 void pcc_mbox_free_channel(struct pcc_mbox_chan *pchan) in pcc_mbox_free_channel() function
320 EXPORT_SYMBOL_GPL(pcc_mbox_free_channel); variable
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dxgene-hwmon.c760 pcc_mbox_free_channel(ctx->mbox_chan); in xgene_hwmon_probe()
777 pcc_mbox_free_channel(ctx->mbox_chan); in xgene_hwmon_remove()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dxgene-hwmon.c753 pcc_mbox_free_channel(ctx->pcc_chan); in xgene_hwmon_probe()
770 pcc_mbox_free_channel(ctx->pcc_chan); in xgene_hwmon_remove()
/kernel/linux/linux-6.6/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c121 pcc_mbox_free_channel(hdev->cl_info.pcc_chan); in hccs_unregister_pcc_channel()
172 pcc_mbox_free_channel(cl_info->pcc_chan); in hccs_register_pcc_channel()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dcppc_acpi.c880 pcc_mbox_free_channel(pcc_data[pcc_ss_id]->pcc_channel); in acpi_cppc_processor_exit()

Completed in 13 milliseconds