Home
last modified time | relevance | path

Searched refs:processor_thermal_send_mbox_write_cmd (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_mbox.c99 int processor_thermal_send_mbox_write_cmd(struct pci_dev *pdev, u16 id, u32 data) in processor_thermal_send_mbox_write_cmd() function
109 EXPORT_SYMBOL_NS_GPL(processor_thermal_send_mbox_write_cmd, INT340X_THERMAL);
Dprocessor_thermal_wt_req.c64 ret = processor_thermal_send_mbox_write_cmd(pdev, MBOX_CMD_WORKLOAD_TYPE_WRITE, data); in workload_type_store()
Dprocessor_thermal_device.h108 int processor_thermal_send_mbox_write_cmd(struct pci_dev *pdev, u16 id, u32 data);
Dprocessor_thermal_rfim.c380 ret = processor_thermal_send_mbox_write_cmd(to_pci_dev(dev), id, input); in rfi_restriction_store()