Searched refs:is_hot_plug (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dcpqphp_pci.c504 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug) argument
525 if (is_hot_plug) {
527 // is_hot_plug is the slot mask
529 FirstSupported = is_hot_plug >> 4;
530 LastSupported = FirstSupported + (is_hot_plug & 0x0F) - 1;
635 else if (is_hot_plug) {
H A Dcpqphp.h452 extern int cpqhp_save_config (struct controller *ctrl, int busnumber, int is_hot_plug);

Completed in 88 milliseconds