Home
last modified time | relevance | path

Searched refs:pmc_ipc_buffer (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/intel/common/block/tcss/
H A Dtcss.c69 static int send_pmc_req(int cmd_type, const struct pmc_ipc_buffer *req, in send_pmc_req()
70 struct pmc_ipc_buffer *res, uint32_t size) in send_pmc_req()
121 struct pmc_ipc_buffer req = { 0 }; in send_pmc_disconnect_request()
122 struct pmc_ipc_buffer rsp; in send_pmc_disconnect_request()
142 struct pmc_ipc_buffer req = { 0 }; in send_pmc_connect_request()
143 struct pmc_ipc_buffer rsp; in send_pmc_connect_request()
174 struct pmc_ipc_buffer req = { 0 }; in send_pmc_safe_mode_request()
175 struct pmc_ipc_buffer rsp; in send_pmc_safe_mode_request()
192 struct pmc_ipc_buffer req = { 0 }; in send_pmc_dp_hpd_request()
193 struct pmc_ipc_buffer rsp; in send_pmc_dp_hpd_request()
[all …]
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/crashlog/
H A Dcrashlog.c202 const struct pmc_ipc_buffer req = { 0 }; in cl_pmc_re_arm_after_reset()
203 struct pmc_ipc_buffer res; in cl_pmc_re_arm_after_reset()
224 const struct pmc_ipc_buffer req = { 0 }; in cl_pmc_clear()
225 struct pmc_ipc_buffer res; in cl_pmc_clear()
249 const struct pmc_ipc_buffer req = { 0 }; in cl_pmc_en_gen_on_all_reboot()
250 struct pmc_ipc_buffer res; in cl_pmc_en_gen_on_all_reboot()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/include/intelblocks/
H A Dpmc_ipc.h68 struct pmc_ipc_buffer { struct
75 enum cb_err pmc_send_ipc_cmd(uint32_t cmd, const struct pmc_ipc_buffer *wbuf, argument
76 struct pmc_ipc_buffer *rbuf);
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/cse/
H A Ddisable_heci.c33 struct pmc_ipc_buffer req = { 0 }; in cse_disable_mei_devices()
34 struct pmc_ipc_buffer rsp; in cse_disable_mei_devices()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/pmc/
H A Dpmc_ipc.c81 enum cb_err pmc_send_ipc_cmd(uint32_t cmd, const struct pmc_ipc_buffer *wbuf, in pmc_send_ipc_cmd()
82 struct pmc_ipc_buffer *rbuf) in pmc_send_ipc_cmd()
H A Dpmclib.c875 struct pmc_ipc_buffer req = { 0 }; in pmc_send_bios_reset_pci_enum_done()
876 struct pmc_ipc_buffer rsp; in pmc_send_bios_reset_pci_enum_done()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/acpi/
H A Dpep.c70 struct pmc_ipc_buffer req = {.buf[0] = offset}; in read_pmc_lpm_requirements()
71 struct pmc_ipc_buffer res = {}; in read_pmc_lpm_requirements()
/aosp_15_r20/external/coreboot/src/soc/intel/alderlake/
H A Dcrashlog.c60 const struct pmc_ipc_buffer req = { 0 }; in pmc_cl_discovery()
61 struct pmc_ipc_buffer res; in pmc_cl_discovery()
/aosp_15_r20/external/coreboot/src/soc/intel/tigerlake/
H A Dcrashlog_lib.c33 const struct pmc_ipc_buffer *req = { 0 }; in pmc_cl_discovery()
34 struct pmc_ipc_buffer *res = NULL; in pmc_cl_discovery()
/aosp_15_r20/external/coreboot/src/soc/intel/meteorlake/
H A Dcrashlog.c189 const struct pmc_ipc_buffer req = { 0 }; in pmc_cl_discovery()
190 struct pmc_ipc_buffer res; in pmc_cl_discovery()