Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dcpqphp_core.c880 ctrl->push_button = 1; in cpqhpc_probe()
915 ctrl->push_button = 0; in cpqhpc_probe()
926 ctrl->push_button = 1; in cpqhpc_probe()
936 ctrl->push_button = 0; in cpqhpc_probe()
947 ctrl->push_button = 1; in cpqhpc_probe()
958 ctrl->push_button = 1; in cpqhpc_probe()
980 ctrl->push_button = 0; in cpqhpc_probe()
982 ctrl->push_button = 1; in cpqhpc_probe()
Dcpqphp.h299 u8 push_button; /* 0 = no pushbutton, 1 = pushbutton present */ member
Dcpqphp_ctrl.c167 if (func->switch_save && (ctrl->push_button == 1)) { in handle_presence_change()