Searched refs:processor_thermal_send_mbox_read_cmd (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_wt_req.c | 79 ret = processor_thermal_send_mbox_read_cmd(pdev, MBOX_CMD_WORKLOAD_TYPE_READ, &cmd_resp); in workload_type_show() 112 ret = processor_thermal_send_mbox_read_cmd(pdev, MBOX_CMD_WORKLOAD_TYPE_READ, &cmd_resp); in proc_thermal_wt_req_add()
|
D | processor_thermal_mbox.c | 87 int processor_thermal_send_mbox_read_cmd(struct pci_dev *pdev, u16 id, u64 *resp) in processor_thermal_send_mbox_read_cmd() function 97 EXPORT_SYMBOL_NS_GPL(processor_thermal_send_mbox_read_cmd, INT340X_THERMAL);
|
D | processor_thermal_device.h | 107 int processor_thermal_send_mbox_read_cmd(struct pci_dev *pdev, u16 id, u64 *resp);
|
D | processor_thermal_rfim.c | 395 ret = processor_thermal_send_mbox_read_cmd(to_pci_dev(dev), id, &resp); in rfi_restriction_show() 410 ret = processor_thermal_send_mbox_read_cmd(to_pci_dev(dev), id, &resp); in ddr_data_rate_show()
|