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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_pci.c297 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug) argument
318 if (is_hot_plug) {
320 * is_hot_plug is the slot mask
322 FirstSupported = is_hot_plug >> 4;
323 LastSupported = FirstSupported + (is_hot_plug & 0x0F) - 1;
336 if (is_hot_plug) {
H A Dcpqphp.h434 int is_hot_plug);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_pci.c297 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug) argument
318 if (is_hot_plug) {
320 * is_hot_plug is the slot mask
322 FirstSupported = is_hot_plug >> 4;
323 LastSupported = FirstSupported + (is_hot_plug & 0x0F) - 1;
336 if (is_hot_plug) {
H A Dcpqphp.h434 int is_hot_plug);

Completed in 79 milliseconds