/Linux-v5.4/arch/x86/pci/ |
D | direct.c | 227 int works = 0; in pci_check_type1() local 235 works = 1; in pci_check_type1() 240 return works; in pci_check_type1() 246 int works = 0; in pci_check_type2() local 255 works = 1; in pci_check_type2() 260 return works; in pci_check_type2()
|
/Linux-v5.4/Documentation/power/ |
D | video.rst | 32 Currently, VBE_SAVE method (6 below) works on most 40 There are a few types of systems where video works after S3 resume: 50 the BIOS works well enough to be able to set video mode. Use 68 POSTing bios works. Ole Rohne has patch to do just that at 83 You may have a system where none of above works. At that point you 84 either invent another ugly hack that works, or write proper driver for 112 Asus L2400D s3_mode (3) [#f2]_ (S1 also works OK) 114 Asus L3800C (Radeon M7) s3_bios (2) (S1 also works OK) 119 Compaq Armada E500 - P3-700 none (1) (S1 also works OK) 143 HP Omnibook 5150 none (1), (S1 also works OK) [all …]
|
/Linux-v5.4/kernel/ |
D | stop_machine.c | 42 struct list_head works; /* list of pending works */ member 72 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work() 492 run = !list_empty(&stopper->works); in cpu_stop_should_run() 505 if (!list_empty(&stopper->works)) { in cpu_stopper_thread() 506 work = list_first_entry(&stopper->works, in cpu_stopper_thread() 556 WARN_ON(!list_empty(&stopper->works)); in cpu_stop_park() 585 INIT_LIST_HEAD(&stopper->works); in cpu_stop_init()
|
/Linux-v5.4/drivers/usb/typec/tcpm/ |
D | Kconfig | 26 Richtek RT1711H Type-C chip driver that works with 36 The Fairchild FUSB302 Type-C chip driver that works with 48 that have Intel Whiskey Cove PMIC. The driver works with USB Type-C
|
/Linux-v5.4/Documentation/devicetree/bindings/rtc/ |
D | epson,rx6110.txt | 28 - spi-cpha: RX6110 works with SPI shifted clock phase 29 - spi-cpol: RX6110 works with SPI inverse clock polarity
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/ |
D | ps.c | 41 rtl_watch_dog_timer_callback(&rtlpriv->works.watchdog_timer); in rtl_ps_enable_nic() 56 tasklet_kill(&rtlpriv->works.irq_tasklet); in rtl_ps_disable_nic() 260 queue_delayed_work(rtlpriv->works.rtl_wq, in rtl_ips_nic_off() 261 &rtlpriv->works.ips_nic_off_wq, MSECS(100)); in rtl_ips_nic_off() 273 cancel_delayed_work_sync(&rtlpriv->works.ips_nic_off_wq); in rtl_ips_nic_on() 538 queue_delayed_work(rtlpriv->works.rtl_wq, in rtl_swlps_beacon() 539 &rtlpriv->works.ps_work, MSECS(5)); in rtl_swlps_beacon() 642 queue_delayed_work(rtlpriv->works.rtl_wq, &rtlpriv->works.ps_rfon_wq, in rtl_swlps_rf_sleep() 667 schedule_work(&rtlpriv->works.lps_change_work); in rtl_lps_enter() 678 schedule_work(&rtlpriv->works.lps_change_work); in rtl_lps_leave()
|
D | base.c | 444 timer_setup(&rtlpriv->works.watchdog_timer, in _rtl_init_deferred_work() 446 timer_setup(&rtlpriv->works.dualmac_easyconcurrent_retrytimer, in _rtl_init_deferred_work() 449 rtlpriv->works.hw = hw; in _rtl_init_deferred_work() 450 rtlpriv->works.rtl_wq = alloc_workqueue("%s", 0, 0, rtlpriv->cfg->name); in _rtl_init_deferred_work() 451 if (unlikely(!rtlpriv->works.rtl_wq)) { in _rtl_init_deferred_work() 456 INIT_DELAYED_WORK(&rtlpriv->works.watchdog_wq, in _rtl_init_deferred_work() 458 INIT_DELAYED_WORK(&rtlpriv->works.ips_nic_off_wq, in _rtl_init_deferred_work() 460 INIT_DELAYED_WORK(&rtlpriv->works.ps_work, in _rtl_init_deferred_work() 462 INIT_DELAYED_WORK(&rtlpriv->works.ps_rfon_wq, in _rtl_init_deferred_work() 464 INIT_DELAYED_WORK(&rtlpriv->works.fwevt_wq, in _rtl_init_deferred_work() [all …]
|
D | usb.c | 681 cancel_work_sync(&rtlpriv->works.lps_change_work); in _rtl_usb_cleanup_rx() 683 flush_workqueue(rtlpriv->works.rtl_wq); in _rtl_usb_cleanup_rx() 684 destroy_workqueue(rtlpriv->works.rtl_wq); in _rtl_usb_cleanup_rx() 796 cancel_work_sync(&rtlpriv->works.fill_h2c_cmd); in rtl_usb_stop() 804 cancel_work_sync(&rtlpriv->works.lps_change_work); in rtl_usb_stop() 806 flush_workqueue(rtlpriv->works.rtl_wq); in rtl_usb_stop() 1029 INIT_WORK(&rtlpriv->works.fill_h2c_cmd, in rtl_usb_probe() 1031 INIT_WORK(&rtlpriv->works.lps_change_work, in rtl_usb_probe()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | dce_virtual.c | 645 struct amdgpu_flip_work *works; in dce_virtual_pageflip() local 659 works = amdgpu_crtc->pflip_works; in dce_virtual_pageflip() 674 if (works->event) in dce_virtual_pageflip() 675 drm_crtc_send_vblank_event(&amdgpu_crtc->base, works->event); in dce_virtual_pageflip() 680 amdgpu_bo_unref(&works->old_abo); in dce_virtual_pageflip() 681 kfree(works->shared); in dce_virtual_pageflip() 682 kfree(works); in dce_virtual_pageflip()
|
/Linux-v5.4/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 7 How the resolver works 14 In sequence the resolver works by the following steps:
|
/Linux-v5.4/Documentation/devicetree/bindings/serial/ |
D | fsl-imx-uart.txt | 9 - fsl,dte-mode : Indicate the uart works in DTE mode. The uart works
|
/Linux-v5.4/Documentation/hwmon/ |
D | sht3x.rst | 36 is used. Make sure clock-stretching works properly on your device if you 77 configured limits. Alarm only works in periodic measure mode 79 configured limits. Alarm only works in periodic measure mode
|
D | thmc50.rst | 60 The ADM1022 works the same as THMC50 but it is faster (5 Hz instead of 88 The driver was tested on Compaq AP550 with two ADM1022 chips (one works
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | sw.c | 167 timer_setup(&rtlpriv->works.fw_clockoff_timer, in rtl88e_init_sw_vars() 171 timer_setup(&rtlpriv->works.fast_antenna_training_timer, in rtl88e_init_sw_vars() 186 del_timer_sync(&rtlpriv->works.fw_clockoff_timer); in rtl88e_deinit_sw_vars() 188 del_timer_sync(&rtlpriv->works.fast_antenna_training_timer); in rtl88e_deinit_sw_vars()
|
/Linux-v5.4/Documentation/scsi/ |
D | qlogicfas.txt | 3 only works with the ISA, VLB, and PCMCIA versions of the Qlogic 21 This currently only works if the card is enabled first from DOS. This 51 Make sure it works properly under DOS. You should also do an initial FDISK
|
/Linux-v5.4/drivers/thermal/ti-soc-thermal/ |
D | TODO | 10 - make sure this code works on OMAP4430, OMAP4460 and OMAP5430
|
/Linux-v5.4/Documentation/input/devices/ |
D | cs461x.rst | 13 Raw mode works fine with analog joystick front-end driver and cs461x 28 The driver works with ALSA drivers simultaneously. For example, the xracer
|
/Linux-v5.4/Documentation/networking/ |
D | netfilter-sysctl.txt | 9 kernel log. If enabled, this target also works in other network
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | versatile-ab-ib2.dts | 4 * This works as a superset of the Versatile AB.
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | cafe_ccic.rst | 15 Current status: the core driver works. It can generate data in YUV422, 28 The "xawtv" utility also works; gqcam does not, for unknown reasons.
|
/Linux-v5.4/Documentation/admin-guide/laptops/ |
D | asus-laptop.rst | 102 Switching works for the following models: 168 c) actually works 194 LED display works for the following models: 248 how it works):
|
/Linux-v5.4/arch/m68k/hp300/ |
D | README.hp300 | 12 The LANCE driver works after a fashion but only if you reset the chip before
|
/Linux-v5.4/Documentation/cpu-freq/ |
D | cpufreq-nforce2.txt | 4 This works better than on other platforms, because the FSB of the CPU
|
/Linux-v5.4/Documentation/filesystems/ |
D | index.rst | 7 works, along with the filesystems that sit below it. For now, what we have
|
/Linux-v5.4/Documentation/ABI/removed/ |
D | raw1394 | 14 libraw1394 (works with firewire-cdev too, transparent to library ABI
|