Searched refs:processor_thermal_send_mbox_cmd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/thermal/intel/int340x_thermal/ |
| A D | processor_thermal_rfim.c | 206 ret = processor_thermal_send_mbox_cmd(to_pci_dev(dev), cmd_id, input, &cmd_resp); in rfi_restriction_store() 221 ret = processor_thermal_send_mbox_cmd(to_pci_dev(dev), cmd_id, 0, &cmd_resp); in rfi_restriction_show() 236 ret = processor_thermal_send_mbox_cmd(to_pci_dev(dev), cmd_id, 0, &cmd_resp); in ddr_data_rate_show()
|
| A D | processor_thermal_mbox.c | 90 int processor_thermal_send_mbox_cmd(struct pci_dev *pdev, u16 cmd_id, u32 cmd_data, u64 *cmd_resp) in processor_thermal_send_mbox_cmd() function 94 EXPORT_SYMBOL_GPL(processor_thermal_send_mbox_cmd);
|
| A D | processor_thermal_device.h | 83 int processor_thermal_send_mbox_cmd(struct pci_dev *pdev, u16 cmd_id, u32 cmd_data, u64 *cmd_resp);
|
Completed in 6 milliseconds