| /drivers/gpu/drm/i915/display/ |
| A D | intel_hotplug.c | 393 struct intel_hotplug *hotplug = &display->hotplug; in i915_digport_work_func() local 452 struct intel_hotplug *hotplug = &display->hotplug; in intel_hpd_trigger_irq() local 471 struct intel_hotplug *hotplug = &display->hotplug; in i915_hotplug_work_func() local 995 struct intel_hotplug *hotplug = &display->hotplug; in queue_work_for_missed_irqs() local 1028 struct intel_hotplug *hotplug = &display->hotplug; in block_hpd_pin() local 1039 struct intel_hotplug *hotplug = &display->hotplug; in unblock_hpd_pin() local 1078 struct intel_hotplug *hotplug = &display->hotplug; in intel_hpd_block() local 1130 struct intel_hotplug *hotplug = &display->hotplug; in intel_hpd_clear_and_unblock() local 1181 struct intel_hotplug *hotplug = &display->hotplug; in i915_hpd_storm_ctl_show() local 1203 struct intel_hotplug *hotplug = &display->hotplug; in i915_hpd_storm_ctl_write() local [all …]
|
| A D | intel_hotplug_irq.c | 398 u32 hotplug = 0; in intel_hpd_hotplug_mask() local 403 return hotplug; in intel_hpd_hotplug_mask() 410 u32 hotplug = 0; in intel_hpd_hotplug_enables() local 415 return hotplug; in intel_hpd_hotplug_enables() 472 display->hotplug.hpd, in i9xx_hpd_irq_handler() 638 display->hotplug.hpd, in ilk_hpd_irq_handler() 652 display->hotplug.hpd, in bxt_hpd_irq_handler() 1321 u32 hotplug; in bxt_hotplug_enables() local 1328 return hotplug; in bxt_hotplug_enables() 1333 return hotplug; in bxt_hotplug_enables() [all …]
|
| A D | intel_display_driver.c | 240 display->hotplug.dp_wq = alloc_ordered_workqueue("intel-dp", 0); in intel_display_driver_probe_noirq() 241 if (!display->hotplug.dp_wq) { in intel_display_driver_probe_noirq() 310 destroy_workqueue(display->hotplug.dp_wq); in intel_display_driver_probe_noirq() 647 destroy_workqueue(display->hotplug.dp_wq); in intel_display_driver_remove_noirq()
|
| A D | intel_display_core.h | 306 const struct intel_hotplug_funcs *hotplug; member 590 struct intel_hotplug hotplug; member
|
| /drivers/pci/hotplug/ |
| A D | pci_hotplug_core.c | 60 retval = get_power_status(pci_slot->hotplug, &value); in GET_STATUS() 70 struct hotplug_slot *slot = pci_slot->hotplug; in power_write_file() 111 retval = get_attention_status(pci_slot->hotplug, &value); in attention_read_file() 121 struct hotplug_slot *slot = pci_slot->hotplug; in attention_write_file() 150 retval = get_latch_status(pci_slot->hotplug, &value); in latch_read_file() 167 retval = get_adapter_status(pci_slot->hotplug, &value); in presence_read_file() 182 struct hotplug_slot *slot = pci_slot->hotplug; in test_write_file() 409 pci_slot->hotplug = slot; in __pci_hp_initialize() 486 pci_slot->hotplug = NULL; in pci_hp_destroy()
|
| A D | Kconfig | 15 Thunderbolt/USB4 PCIe tunneling depends on native PCIe hotplug. 125 Say Y here if you have an OCTEON PCIe device with a hotplug 127 device to be registered as hotplug slots.
|
| /drivers/staging/media/av7110/ |
| A D | Kconfig | 30 download/extract it, and then copy it to /usr/lib/hotplug/firmware 31 or /lib/firmware (depending on configuration of firmware hotplug). 69 download/extract it, and then copy it to /usr/lib/hotplug/firmware 70 or /lib/firmware (depending on configuration of firmware hotplug).
|
| /drivers/firmware/psci/ |
| A D | Kconfig | 9 Run the PSCI checker during startup. This checks that hotplug and 13 on and off through hotplug, so for now torture tests and PSCI checker
|
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | Kconfig | 28 look in the hotplug script /etc/hotplug/firmware.agent to 55 look in the hotplug script /etc/hotplug/firmware.agent to
|
| /drivers/media/usb/ttusb-dec/ |
| A D | Kconfig | 19 download/extract them, and then copy them to /usr/lib/hotplug/firmware 20 or /lib/firmware (depending on configuration of firmware hotplug).
|
| /drivers/platform/mellanox/ |
| A D | mlxreg-dpu.c | 333 struct platform_device *hotplug; member 497 mlxreg_dpu->hotplug = in mlxreg_dpu_config_init() 502 if (IS_ERR(mlxreg_dpu->hotplug)) { in mlxreg_dpu_config_init() 503 err = PTR_ERR(mlxreg_dpu->hotplug); in mlxreg_dpu_config_init() 518 platform_device_unregister(mlxreg_dpu->hotplug); in mlxreg_dpu_config_exit()
|
| A D | Makefile | 11 obj-$(CONFIG_MLXREG_HOTPLUG) += mlxreg-hotplug.o
|
| /drivers/acpi/ |
| A D | sysfs.c | 947 struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj); in enabled_show() local 949 return sprintf(buf, "%d\n", hotplug->enabled); in enabled_show() 955 struct acpi_hotplug_profile *hotplug = to_acpi_hotplug_profile(kobj); in enabled_store() local 961 acpi_scan_hotplug_enabled(hotplug, val); in enabled_store() 978 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, in acpi_sysfs_add_hotplug_profile() argument 986 error = kobject_init_and_add(&hotplug->kobj, in acpi_sysfs_add_hotplug_profile() 989 kobject_put(&hotplug->kobj); in acpi_sysfs_add_hotplug_profile() 993 kobject_uevent(&hotplug->kobj, KOBJ_ADD); in acpi_sysfs_add_hotplug_profile()
|
| A D | scan.c | 104 acpi_sysfs_add_hotplug_profile(&handler->hotplug, hotplug_profile_name); in acpi_scan_add_handler_with_hotplug() 144 if (device->handler && !device->handler->hotplug.enabled) { in acpi_bus_offline() 326 if (device->handler && device->handler->hotplug.demand_offline) { in acpi_scan_hot_remove() 372 if (handler && handler->hotplug.scan_dependent) in acpi_scan_rescan_bus() 373 ret = handler->hotplug.scan_dependent(adev); in acpi_scan_rescan_bus() 427 if (adev->handler && !adev->handler->hotplug.enabled) { in acpi_generic_hotplug_event() 1997 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val) in acpi_scan_hotplug_enabled() argument 1999 if (!!hotplug->enabled == !!val) in acpi_scan_hotplug_enabled() 2004 hotplug->enabled = val; in acpi_scan_hotplug_enabled() 2323 if (!skip && device->handler && device->handler->hotplug.notify_online) in acpi_bus_attach() [all …]
|
| A D | internal.h | 60 void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, 64 void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val);
|
| A D | container.c | 94 .hotplug = {
|
| /drivers/pci/ |
| A D | slot.c | 228 struct hotplug_slot *hotplug) in pci_create_slot() argument 246 if (hotplug) { in pci_create_slot() 247 if (slot->hotplug) { in pci_create_slot()
|
| A D | Makefile | 23 obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
|
| /drivers/gpu/drm/ |
| A D | drm_client_event.c | 58 if (!client->funcs || !client->funcs->hotplug) in drm_client_hotplug() 70 ret = client->funcs->hotplug(client); in drm_client_hotplug()
|
| A D | drm_client.c | 130 if (client->funcs && client->funcs->hotplug) { in drm_client_register() 141 ret = client->funcs->hotplug(client); in drm_client_register()
|
| /drivers/gpu/drm/gma500/ |
| A D | cdv_device.c | 426 u32 hotplug = REG_READ(PORT_HOTPLUG_EN); in cdv_hotplug_enable() local 427 hotplug |= HDMIB_HOTPLUG_INT_EN | HDMIC_HOTPLUG_INT_EN | in cdv_hotplug_enable() 429 REG_WRITE(PORT_HOTPLUG_EN, hotplug); in cdv_hotplug_enable() 581 .hotplug = cdv_hotplug_event,
|
| A D | psb_irq.c | 234 if (hotplug_int && dev_priv->ops->hotplug) { in gma_irq_handler() 235 handled = dev_priv->ops->hotplug(dev); in gma_irq_handler() 268 if (dev_priv->ops->hotplug) in gma_irq_preinstall()
|
| /drivers/media/common/siano/ |
| A D | smscoreapi.c | 32 hotplug_t hotplug; member 524 int smscore_register_hotplug(hotplug_t hotplug) in smscore_register_hotplug() argument 540 rc = hotplug(coredev, coredev->device, 1); in smscore_register_hotplug() 544 notifyee->hotplug = hotplug; in smscore_register_hotplug() 563 void smscore_unregister_hotplug(hotplug_t hotplug) in smscore_unregister_hotplug() argument 576 if (notifyee->hotplug == hotplug) { in smscore_unregister_hotplug() 606 rc = elem->hotplug(coredev, device, arrival); in smscore_notify_callbacks()
|
| /drivers/media/dvb-frontends/ |
| A D | Kconfig | 499 download/extract it, and then copy it to /usr/lib/hotplug/firmware 500 or /lib/firmware (depending on configuration of firmware hotplug). 526 download/extract them, and then copy them to /usr/lib/hotplug/firmware 527 or /lib/firmware (depending on configuration of firmware hotplug). 661 download/extract them, and then copy them to /usr/lib/hotplug/firmware 662 or /lib/firmware (depending on configuration of firmware hotplug). 676 /usr/lib/hotplug/firmware or /lib/firmware (depending on 677 configuration of firmware hotplug). 688 download it, and then copy it to /usr/lib/hotplug/firmware 689 or /lib/firmware (depending on configuration of firmware hotplug).
|
| /drivers/pci/pcie/ |
| A D | Kconfig | 22 hotplug. 24 Thunderbolt/USB4 PCIe tunneling depends on native PCIe hotplug.
|