Home
last modified time | relevance | path

Searched refs:push_button (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_core.c905 ctrl->push_button = 1; in cpqhpc_probe()
940 ctrl->push_button = 0; in cpqhpc_probe()
951 ctrl->push_button = 1; in cpqhpc_probe()
961 ctrl->push_button = 0; in cpqhpc_probe()
972 ctrl->push_button = 1; in cpqhpc_probe()
983 ctrl->push_button = 1; in cpqhpc_probe()
1005 ctrl->push_button = 0; in cpqhpc_probe()
1007 ctrl->push_button = 1; in cpqhpc_probe()
Dcpqphp.h313 u8 push_button; /* 0 = no pushbutton, 1 = pushbutton present */ member
Dcpqphp_ctrl.c181 if (func->switch_save && (ctrl->push_button == 1)) { in handle_presence_change()