Lines Matching refs:amd_pmf_dev

17 static union acpi_object *apmf_if_call(struct amd_pmf_dev *pdev, int fn, struct acpi_buffer *param)  in apmf_if_call()
50 static int apmf_if_call_store_buffer(struct amd_pmf_dev *pdev, int fn, void *dest, size_t out_sz) in apmf_if_call_store_buffer()
93 static union acpi_object *apts_if_call(struct amd_pmf_dev *pdev, u32 state_index) in apts_if_call()
121 static int apts_if_call_store_buffer(struct amd_pmf_dev *pdev, in apts_if_call_store_buffer()
158 int is_apmf_func_supported(struct amd_pmf_dev *pdev, unsigned long index) in is_apmf_func_supported()
164 int apts_get_static_slider_granular_v2(struct amd_pmf_dev *pdev, in apts_get_static_slider_granular_v2()
173 int apmf_get_static_slider_granular_v2(struct amd_pmf_dev *pdev, in apmf_get_static_slider_granular_v2()
183 int apmf_get_static_slider_granular(struct amd_pmf_dev *pdev, in apmf_get_static_slider_granular()
193 int apmf_os_power_slider_update(struct amd_pmf_dev *pdev, u8 event) in apmf_os_power_slider_update()
215 struct amd_pmf_dev *dev = container_of(work, struct amd_pmf_dev, heart_beat.work); in apmf_sbios_heartbeat_notify()
227 int amd_pmf_notify_sbios_heartbeat_event_v2(struct amd_pmf_dev *dev, u8 flag) in amd_pmf_notify_sbios_heartbeat_event_v2()
264 int apmf_update_fan_idx(struct amd_pmf_dev *pdev, bool manual, u32 idx) in apmf_update_fan_idx()
285 static int apmf_notify_smart_pc_update(struct amd_pmf_dev *pdev, u32 val, u32 preq, u32 index) in apmf_notify_smart_pc_update()
308 int apmf_get_auto_mode_def(struct amd_pmf_dev *pdev, struct apmf_auto_mode *data) in apmf_get_auto_mode_def()
313 int apmf_get_sbios_requests_v2(struct amd_pmf_dev *pdev, struct apmf_sbios_req_v2 *req) in apmf_get_sbios_requests_v2()
318 int apmf_get_sbios_requests(struct amd_pmf_dev *pdev, struct apmf_sbios_req *req) in apmf_get_sbios_requests()
326 struct amd_pmf_dev *pmf_dev = data; in apmf_event_handler()
360 static int apmf_if_verify_interface(struct amd_pmf_dev *pdev) in apmf_if_verify_interface()
381 static int apmf_get_system_params(struct amd_pmf_dev *dev) in apmf_get_system_params()
404 int apmf_get_dyn_slider_def_ac(struct amd_pmf_dev *pdev, struct apmf_dyn_slider_output *data) in apmf_get_dyn_slider_def_ac()
409 int apmf_get_dyn_slider_def_dc(struct amd_pmf_dev *pdev, struct apmf_dyn_slider_output *data) in apmf_get_dyn_slider_def_dc()
414 int apmf_install_handler(struct amd_pmf_dev *pmf_dev) in apmf_install_handler()
438 struct amd_pmf_dev *dev = data; in apmf_walk_resources()
459 int apmf_check_smart_pc(struct amd_pmf_dev *pmf_dev) in apmf_check_smart_pc()
473 int amd_pmf_smartpc_apply_bios_output(struct amd_pmf_dev *dev, u32 val, u32 preq, u32 idx) in amd_pmf_smartpc_apply_bios_output()
481 void apmf_acpi_deinit(struct amd_pmf_dev *pmf_dev) in apmf_acpi_deinit()
493 int apmf_acpi_init(struct amd_pmf_dev *pmf_dev) in apmf_acpi_init()