Symbol: pcc_mbox_chan
drivers/acpi/acpi_pcc.c
33
struct pcc_mbox_chan *pcc_chan;
drivers/acpi/acpi_pcc.c
54
struct pcc_mbox_chan *pcc_chan;
drivers/acpi/cppc_acpi.c
49
struct pcc_mbox_chan *pcc_channel;
drivers/acpi/cppc_acpi.c
563
struct pcc_mbox_chan *pcc_chan;
drivers/devfreq/hisi_uncore_freq.c
110
struct pcc_mbox_chan *pcc_chan;
drivers/devfreq/hisi_uncore_freq.c
191
struct pcc_mbox_chan *pchan;
drivers/devfreq/hisi_uncore_freq.c
79
struct pcc_mbox_chan *pchan;
drivers/hwmon/xgene-hwmon.c
650
struct pcc_mbox_chan *pcc_chan;
drivers/hwmon/xgene-hwmon.c
90
struct pcc_mbox_chan *pcc_chan;
drivers/i2c/busses/i2c-xgene-slimpro.c
464
struct pcc_mbox_chan *pcc_chan;
drivers/i2c/busses/i2c-xgene-slimpro.c
98
struct pcc_mbox_chan *pcc_chan;
drivers/mailbox/pcc.c
104
struct pcc_mbox_chan chan;
drivers/mailbox/pcc.c
362
struct pcc_mbox_chan *
drivers/mailbox/pcc.c
365
struct pcc_mbox_chan *pcc_mchan;
drivers/mailbox/pcc.c
403
void pcc_mbox_free_channel(struct pcc_mbox_chan *pchan)
drivers/mailbox/pcc.c
407
struct pcc_mbox_chan *pcc_mbox_chan;
drivers/mailbox/pcc.c
412
pcc_mbox_chan = &pchan_info->chan;
drivers/mailbox/pcc.c
413
if (pcc_mbox_chan->shmem) {
drivers/mailbox/pcc.c
414
iounmap(pcc_mbox_chan->shmem);
drivers/mailbox/pcc.c
415
pcc_mbox_chan->shmem = NULL;
drivers/platform/x86/amd/hfi/hfi.c
350
struct pcc_mbox_chan *pcc_chan;
drivers/platform/x86/amd/hfi/hfi.c
72
struct pcc_mbox_chan *pcc_chan;
drivers/soc/hisilicon/kunpeng_hccs.c
177
struct pcc_mbox_chan *pcc_chan;
drivers/soc/hisilicon/kunpeng_hccs.h
63
struct pcc_mbox_chan *pcc_chan;
include/acpi/pcc.h
37
extern struct pcc_mbox_chan *
include/acpi/pcc.h
39
extern void pcc_mbox_free_channel(struct pcc_mbox_chan *chan);
include/acpi/pcc.h
41
static inline struct pcc_mbox_chan *
include/acpi/pcc.h
46
static inline void pcc_mbox_free_channel(struct pcc_mbox_chan *chan) { }