Searched refs:hotplug (Results 1 – 19 of 19) sorted by relevance
/drivers/pci/hotplug/ |
D | pci_hotplug_core.c | 128 retval = get_power_status(slot->hotplug, &value); in GET_STATUS() 139 struct hotplug_slot *slot = pci_slot->hotplug; in power_write_file() 186 retval = get_attention_status(slot->hotplug, &value); in attention_read_file() 198 struct hotplug_slot_ops *ops = slot->hotplug->ops; in attention_write_file() 212 retval = ops->set_attention_status(slot->hotplug, attention); in attention_write_file() 232 retval = get_latch_status(slot->hotplug, &value); in latch_read_file() 251 retval = get_adapter_status(slot->hotplug, &value); in presence_read_file() 273 retval = get_max_bus_speed(slot->hotplug, &value); in max_bus_speed_read_file() 299 retval = get_cur_bus_speed(slot->hotplug, &value); in cur_bus_speed_read_file() 322 struct hotplug_slot *slot = pci_slot->hotplug; in test_write_file() [all …]
|
D | Kconfig | 23 Say Y here if you want to use the fake PCI hotplug driver. It can 24 be used to simulate PCI hotplug events if even if your system is 25 not PCI hotplug capable.
|
/drivers/pci/ |
D | Makefile | 13 obj-$(CONFIG_HOTPLUG) += hotplug.o 16 obj-$(CONFIG_HOTPLUG_PCI) += hotplug/ 18 obj-y += hotplug-pci.o
|
D | slot.c | 192 struct hotplug_slot *hotplug) in pci_create_slot() argument 210 if (hotplug) { in pci_create_slot() 211 if ((err = slot->hotplug ? -EBUSY : 0) in pci_create_slot()
|
D | Kconfig | 31 been converted over to using the proper hotplug APIs, so this
|
/drivers/media/dvb/frontends/ |
D | Kconfig | 169 download/extract it, and then copy it to /usr/lib/hotplug/firmware 170 or /lib/firmware (depending on configuration of firmware hotplug). 181 download/extract it, and then copy it to /usr/lib/hotplug/firmware 182 or /lib/firmware (depending on configuration of firmware hotplug). 208 download/extract them, and then copy them to /usr/lib/hotplug/firmware 209 or /lib/firmware (depending on configuration of firmware hotplug). 228 download/extract them, and then copy them to /usr/lib/hotplug/firmware 229 or /lib/firmware (depending on configuration of firmware hotplug). 336 download/extract them, and then copy them to /usr/lib/hotplug/firmware 337 or /lib/firmware (depending on configuration of firmware hotplug). [all …]
|
/drivers/media/dvb/ttusb-dec/ |
D | Kconfig | 18 download/extract them, and then copy them to /usr/lib/hotplug/firmware 19 or /lib/firmware (depending on configuration of firmware hotplug).
|
/drivers/media/dvb/siano/ |
D | smscoreapi.c | 43 hotplug_t hotplug; member 231 int smscore_register_hotplug(hotplug_t hotplug) in smscore_register_hotplug() argument 249 rc = hotplug(coredev, coredev->device, 1); in smscore_register_hotplug() 253 notifyee->hotplug = hotplug; in smscore_register_hotplug() 271 void smscore_unregister_hotplug(hotplug_t hotplug) in smscore_unregister_hotplug() argument 284 if (notifyee->hotplug == hotplug) { in smscore_unregister_hotplug() 316 hotplug(coredev, device, arrival); in smscore_notify_callbacks()
|
D | smscoreapi.h | 396 extern int smscore_register_hotplug(hotplug_t hotplug); 397 extern void smscore_unregister_hotplug(hotplug_t hotplug);
|
/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 70 look in the hotplug script /etc/hotplug/firmware.agent to 127 look in the hotplug script /etc/hotplug/firmware.agent to
|
/drivers/media/dvb/ttpci/ |
D | Kconfig | 28 download/extract it, and then copy it to /usr/lib/hotplug/firmware 29 or /lib/firmware (depending on configuration of firmware hotplug). 38 The AV7110 firmware is normally loaded by the firmware hotplug manager. 49 default "/usr/lib/hotplug/firmware/dvb-ttpci-01.fw"
|
/drivers/staging/go7007/ |
D | go7007.txt | 45 The files in kernel/ and hotplug/ are licensed under the GNU General Public 99 The hotplug scripts, along with the fxload utility, must also be installed. 100 These scripts can be obtained from <http://linux-hotplug.sourceforge.net/>. 128 and the firmware files will be placed in the appropriate hotplug firmware 130 be placed in /etc/hotplug/usb to enable fxload to initialize the EZ-USB 464 install script should automatically detect whether the old hotplug 466 hotplug, run "make install USE_UDEV=n". To force the use of udev, run
|
/drivers/usb/misc/sisusbvga/ |
D | Kconfig | 35 If you use hotplug, add this to your modutils config files with
|
/drivers/base/ |
D | Kconfig | 6 default "/sbin/hotplug"
|
/drivers/net/wireless/ |
D | Kconfig | 409 You will need to copy this to /usr/lib/hotplug/firmware/isl3890. 412 You will also need the /etc/hotplug/firmware.agent script from 413 a current hotplug package.
|
/drivers/video/matrox/ |
D | matroxfb_base.c | 1557 static int hotplug = 0; variable 1773 ACCESS_FBINFO(fbcon.flags) = hotplug ? FBINFO_FLAG_MODULE : FBINFO_FLAG_DEFAULT; in initMatrox2() 1785 if (!hotplug) { in initMatrox2() 2468 hotplug = 1; in matroxfb_init()
|
/drivers/parisc/ |
D | Kconfig | 120 source "drivers/pci/hotplug/Kconfig"
|
/drivers/pcmcia/ |
D | Kconfig | 65 automatically using the in-kernel firmware loader and the hotplug
|
/drivers/acpi/ |
D | Kconfig | 280 ACPI based physical hotplug of nodes, or non-NUMA machines that
|