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);
1285 int pdc_soft_power_button(int sw_control) in pdc_soft_power_button() argument1291 retval = mem_pdc_call(PDC_SOFT_POWER, PDC_SOFT_POWER_ENABLE, __pa(pdc_result), sw_control); in pdc_soft_power_button()1297 int pdc_soft_power_button_panic(int sw_control) in pdc_soft_power_button_panic() argument1307 retval = mem_pdc_call(PDC_SOFT_POWER, PDC_SOFT_POWER_ENABLE, __pa(pdc_result), sw_control); in pdc_soft_power_button_panic()