Searched refs:sw_control (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/parisc/kernel/
H A Dfirmware.c1273 * @sw_control: 0 for hardware control, 1 for software control
1285 int pdc_soft_power_button(int sw_control) argument
1291 retval = mem_pdc_call(PDC_SOFT_POWER, PDC_SOFT_POWER_ENABLE, __pa(pdc_result), sw_control);
1297 int pdc_soft_power_button_panic(int sw_control) argument
1307 retval = mem_pdc_call(PDC_SOFT_POWER, PDC_SOFT_POWER_ENABLE, __pa(pdc_result), sw_control);
/linux-master/arch/parisc/include/asm/
H A Dpdc.h83 int pdc_soft_power_button(int sw_control);
84 int pdc_soft_power_button_panic(int sw_control);

Completed in 154 milliseconds