Home
last modified time | relevance | path

Searched refs:pcc_mbox_chan (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/acpi/
H A Dpcc.h12 struct pcc_mbox_chan { struct
38 extern struct pcc_mbox_chan * argument
40 extern void pcc_mbox_free_channel(struct pcc_mbox_chan *chan);
43 static inline struct pcc_mbox_chan *
48 static inline void pcc_mbox_free_channel(struct pcc_mbox_chan *chan) { } in pcc_mbox_free_channel()
/openbmc/linux/drivers/mailbox/
H A Dpcc.c104 struct pcc_mbox_chan chan;
356 struct pcc_mbox_chan *
387 void pcc_mbox_free_channel(struct pcc_mbox_chan *pchan) in pcc_mbox_free_channel()
391 struct pcc_mbox_chan *pcc_mbox_chan; in pcc_mbox_free_channel() local
396 pcc_mbox_chan = &pchan_info->chan; in pcc_mbox_free_channel()
397 if (pcc_mbox_chan->shmem) { in pcc_mbox_free_channel()
398 iounmap(pcc_mbox_chan->shmem); in pcc_mbox_free_channel()
399 pcc_mbox_chan->shmem = NULL; in pcc_mbox_free_channel()
409 struct pcc_mbox_chan *pcc_mbox_chan; in pcc_mbox_ioremap() local
414 pcc_mbox_chan = &pchan_info->chan; in pcc_mbox_ioremap()
[all …]
/openbmc/linux/drivers/acpi/
H A Dacpi_pcc.c33 struct pcc_mbox_chan *pcc_chan;
55 struct pcc_mbox_chan *pcc_chan; in acpi_pcc_address_space_setup()
H A Dcppc_acpi.c49 struct pcc_mbox_chan *pcc_channel;
548 struct pcc_mbox_chan *pcc_chan; in register_pcc_channel()
/openbmc/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.h51 struct pcc_mbox_chan *pcc_chan;
H A Dkunpeng_hccs.c128 struct pcc_mbox_chan *pcc_chan; in hccs_register_pcc_channel()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-xgene-slimpro.c98 struct pcc_mbox_chan *pcc_chan;
465 struct pcc_mbox_chan *pcc_chan; in xgene_slimpro_i2c_probe()
/openbmc/linux/drivers/hwmon/
H A Dxgene-hwmon.c96 struct pcc_mbox_chan *pcc_chan;
656 struct pcc_mbox_chan *pcc_chan; in xgene_hwmon_probe()