Searched refs:installed (Results 1 – 25 of 51) sorted by relevance
123
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_irq.c | 236 adev->irq.installed = true; in amdgpu_irq_init() 239 adev->irq.installed = false; in amdgpu_irq_init() 260 if (adev->irq.installed) { in amdgpu_irq_fini() 262 adev->irq.installed = false; in amdgpu_irq_fini()
|
D | amdgpu_irq.h | 57 bool installed; member
|
/drivers/gpu/drm/radeon/ |
D | radeon_irq_kms.c | 309 rdev->irq.installed = true; in radeon_irq_kms_init() 312 rdev->irq.installed = false; in radeon_irq_kms_init() 331 if (rdev->irq.installed) { in radeon_irq_kms_fini() 333 rdev->irq.installed = false; in radeon_irq_kms_fini()
|
D | r520.c | 197 if (!rdev->irq.installed) { in r520_startup()
|
D | r600_hdmi.c | 521 if (rdev->irq.installed) { in r600_hdmi_enable()
|
D | r420.c | 275 if (!rdev->irq.installed) { in r420_startup()
|
D | rs600.c | 666 if (!rdev->irq.installed) { in rs600_irq_set() 1003 if (!rdev->irq.installed) { in rs600_startup()
|
D | rs400.c | 435 if (!rdev->irq.installed) { in rs400_startup()
|
D | trinity_dpm.c | 1135 if (rdev->irq.installed && in trinity_dpm_late_enable() 1165 if (rdev->irq.installed && in trinity_dpm_disable()
|
D | radeon_pm.c | 276 if (rdev->irq.installed) { in radeon_pm_set_clocks() 287 if (rdev->irq.installed) { in radeon_pm_set_clocks()
|
D | sumo_dpm.c | 1246 if (rdev->irq.installed && in sumo_dpm_late_enable() 1272 if (rdev->irq.installed && in sumo_dpm_disable()
|
D | rs690.c | 722 if (!rdev->irq.installed) { in rs690_startup()
|
/drivers/staging/most/hdm-dim2/ |
D | Kconfig | 13 platform driver to be installed. For more information contact
|
/drivers/net/wireless/iwlegacy/ |
D | Kconfig | 27 The microcode is typically installed in /lib/firmware. You can 53 The microcode is typically installed in /lib/firmware. You can
|
/drivers/parisc/ |
D | README.dino | 6 ** equipped with third-party or customer-installed PCI I/O expansion
|
/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 71 Description: This entry is used by a Unisys support script installed on the 90 Description: This entry is used by a Unisys support script installed on the
|
/drivers/net/plip/ |
D | Kconfig | 25 and has some PLIP software installed, e.g. the Crynwr PLIP packet
|
/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 31 and installed on Hauppauge products. When working on either module, developers
|
/drivers/staging/lustre/ |
D | README.txt | 24 After you installed the lustre-client tools including mount.lustre binary
|
/drivers/net/wireless/b43legacy/ |
D | Kconfig | 16 This driver uses V3 firmware, which must be installed separately using
|
/drivers/staging/speakup/ |
D | spkguide.txt | 29 capabilities, depending on how your system administrator has installed 42 If your system administrator has installed Speakup to work with your 46 synthesizer, and that it is either installed in or connected to your 54 who compiled and installed your kernel. Or better yet, go to the web 603 installed and running on your system. For this reason, software 613 If your system does not have udev installed , before you can use a 641 Assuming that Espeakup is installed, either by the user or by the distributor, 650 If Espeakup was installed as a package for your Linux distribution, 685 Once you've installed, configured, and tested Speech Dispatcher with your 689 compiled and installed speechd-up, you are almost ready to begin using [all …]
|
/drivers/net/wireless/b43/ |
D | Kconfig | 24 This driver uses V4 firmware, which must be installed separately using
|
/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 35 The firmware is typically installed in /lib/firmware. You can
|
/drivers/net/usb/ |
D | Kconfig | 28 eth1, if you have a PCI or ISA ethernet card installed. 67 eth1, if you have a PCI or ISA ethernet card installed. 327 eth1, if you have a PCI or ISA ethernet card installed.
|
/drivers/ide/ |
D | Kconfig | 544 multiple cards can be installed and there are BIOS ROM problems that 545 happen if the BIOS revisions of all installed cards (three-max) do
|
123