Searched refs:sw_control (Results 1 – 2 of 2) sorted by relevance
83 int pdc_soft_power_button(int sw_control);84 int pdc_soft_power_button_panic(int sw_control);
1286 int pdc_soft_power_button(int sw_control) in pdc_soft_power_button() argument1292 retval = mem_pdc_call(PDC_SOFT_POWER, PDC_SOFT_POWER_ENABLE, __pa(pdc_result), sw_control); in pdc_soft_power_button()1298 int pdc_soft_power_button_panic(int sw_control) in pdc_soft_power_button_panic() argument1308 retval = mem_pdc_call(PDC_SOFT_POWER, PDC_SOFT_POWER_ENABLE, __pa(pdc_result), sw_control); in pdc_soft_power_button_panic()