Home
last modified time | relevance | path

Searched refs:pcc_mbox_free_channel (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dpcc.c271 pcc_mbox_free_channel(chan); in pcc_mbox_request_channel()
286 void pcc_mbox_free_channel(struct mbox_chan *chan) in pcc_mbox_free_channel() function
310 EXPORT_SYMBOL_GPL(pcc_mbox_free_channel);
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-xgene-slimpro.c565 pcc_mbox_free_channel(ctx->mbox_chan); in xgene_slimpro_i2c_probe()
579 pcc_mbox_free_channel(ctx->mbox_chan); in xgene_slimpro_i2c_remove()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dxgene-hwmon.c760 pcc_mbox_free_channel(ctx->mbox_chan); in xgene_hwmon_probe()
776 pcc_mbox_free_channel(ctx->mbox_chan); in xgene_hwmon_remove()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dcppc_acpi.c880 pcc_mbox_free_channel(pcc_data[pcc_ss_id]->pcc_channel); in acpi_cppc_processor_exit()