| /linux/arch/x86/pci/ |
| A 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/Documentation/power/ |
| A D | video.rst | 32 Currently, VBE_SAVE method (6 below) works on most 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 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) 147 IBM TP A31 / Type 2652-M5G s3_mode (3) [works ok with 168 s3_mode (4) works too. Perhaps that gets 178 Sony Vaio PCG-GRT995MP none (1), works with 'nv' X driver 190 Toshiba Satellite 4030CDT s3_mode (3) (S1 also works OK) [all …]
|
| /linux/drivers/staging/media/atomisp/i2c/ |
| A D | Kconfig | 16 It currently only works with the atomisp driver. 28 It currently only works with the atomisp driver. 50 It currently only works with the atomisp driver. 70 It currently only works with the atomisp driver. 82 It currently only works with the atomisp driver.
|
| /linux/drivers/usb/typec/tcpm/ |
| A D | Kconfig | 26 Richtek RT1711H Type-C chip driver that works with 35 USB Type-C. It works with Type-C Port Controller Manager 51 The Fairchild FUSB302 Type-C chip driver that works with 63 that have Intel Whiskey Cove PMIC. The driver works with USB Type-C
|
| /linux/kernel/ |
| A D | stop_machine.c | 42 struct list_head works; /* list of pending works */ member 88 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work() 481 run = !list_empty(&stopper->works); in cpu_stop_should_run() 494 if (!list_empty(&stopper->works)) { in cpu_stopper_thread() 495 work = list_first_entry(&stopper->works, in cpu_stopper_thread() 549 WARN_ON(!list_empty(&stopper->works)); in cpu_stop_park() 578 INIT_LIST_HEAD(&stopper->works); in cpu_stop_init()
|
| A D | padata.c | 122 static void __init padata_works_free(struct list_head *works) in padata_works_free() argument 126 if (list_empty(works)) in padata_works_free() 130 list_for_each_entry_safe(cur, next, works, pw_list) { in padata_works_free() 474 LIST_HEAD(works); in padata_do_multithreaded() 493 ps.nworks = padata_work_alloc_mt(nworks, &ps, &works); in padata_do_multithreaded() 506 list_for_each_entry(pw, &works, pw_list) in padata_do_multithreaded() 517 padata_works_free(&works); in padata_do_multithreaded()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| A 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() 256 queue_delayed_work(rtlpriv->works.rtl_wq, in rtl_ips_nic_off() 257 &rtlpriv->works.ips_nic_off_wq, MSECS(100)); in rtl_ips_nic_off() 269 cancel_delayed_work_sync(&rtlpriv->works.ips_nic_off_wq); in rtl_ips_nic_on() 534 queue_delayed_work(rtlpriv->works.rtl_wq, in rtl_swlps_beacon() 535 &rtlpriv->works.ps_work, MSECS(5)); in rtl_swlps_beacon() 638 queue_delayed_work(rtlpriv->works.rtl_wq, &rtlpriv->works.ps_rfon_wq, in rtl_swlps_rf_sleep() 663 schedule_work(&rtlpriv->works.lps_change_work); in rtl_lps_enter() 674 schedule_work(&rtlpriv->works.lps_change_work); in rtl_lps_leave()
|
| A D | base.c | 453 timer_setup(&rtlpriv->works.watchdog_timer, in _rtl_init_deferred_work() 458 rtlpriv->works.hw = hw; in _rtl_init_deferred_work() 459 rtlpriv->works.rtl_wq = wq; in _rtl_init_deferred_work() 461 INIT_DELAYED_WORK(&rtlpriv->works.watchdog_wq, in _rtl_init_deferred_work() 463 INIT_DELAYED_WORK(&rtlpriv->works.ips_nic_off_wq, in _rtl_init_deferred_work() 466 INIT_DELAYED_WORK(&rtlpriv->works.ps_rfon_wq, in _rtl_init_deferred_work() 477 del_timer_sync(&rtlpriv->works.watchdog_timer); in rtl_deinit_deferred_work() 2234 queue_delayed_work(rtlpriv->works.rtl_wq, in rtl_watch_dog_timer_callback() 2235 &rtlpriv->works.watchdog_wq, 0); in rtl_watch_dog_timer_callback() 2237 mod_timer(&rtlpriv->works.watchdog_timer, in rtl_watch_dog_timer_callback() [all …]
|
| A D | usb.c | 680 cancel_work_sync(&rtlpriv->works.lps_change_work); in _rtl_usb_cleanup_rx() 682 if (rtlpriv->works.rtl_wq) { in _rtl_usb_cleanup_rx() 683 destroy_workqueue(rtlpriv->works.rtl_wq); in _rtl_usb_cleanup_rx() 684 rtlpriv->works.rtl_wq = NULL; in _rtl_usb_cleanup_rx() 799 cancel_work_sync(&rtlpriv->works.fill_h2c_cmd); in rtl_usb_stop() 807 cancel_work_sync(&rtlpriv->works.lps_change_work); in rtl_usb_stop() 808 cancel_work_sync(&rtlpriv->works.update_beacon_work); in rtl_usb_stop() 810 flush_workqueue(rtlpriv->works.rtl_wq); in rtl_usb_stop() 1031 INIT_WORK(&rtlpriv->works.fill_h2c_cmd, in rtl_usb_probe() 1033 INIT_WORK(&rtlpriv->works.lps_change_work, in rtl_usb_probe() [all …]
|
| A D | pci.c | 940 tasklet_schedule(&rtlpriv->works.irq_prepare_bcn_tasklet); in _rtl_pci_interrupt() 1033 queue_delayed_work(rtlpriv->works.rtl_wq, in _rtl_pci_interrupt() 1034 &rtlpriv->works.fwevt_wq, 0); in _rtl_pci_interrupt() 1055 tasklet_schedule(&rtlpriv->works.irq_tasklet); in _rtl_pci_interrupt() 1073 works.irq_prepare_bcn_tasklet); in _rtl_pci_prepare_bcn_tasklet() 1199 tasklet_setup(&rtlpriv->works.irq_prepare_bcn_tasklet, in _rtl_pci_init_struct() 1201 INIT_WORK(&rtlpriv->works.lps_change_work, in _rtl_pci_init_struct() 1743 tasklet_kill(&rtlpriv->works.irq_tasklet); in rtl_pci_deinit() 1744 cancel_work_sync(&rtlpriv->works.lps_change_work); in rtl_pci_deinit() 1746 destroy_workqueue(rtlpriv->works.rtl_wq); in rtl_pci_deinit() [all …]
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| A 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/Documentation/devicetree/ |
| A D | dynamic-resolution-notes.rst | 10 How the resolver works 17 In sequence the resolver works by the following steps:
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| A D | sw.c | 166 timer_setup(&rtlpriv->works.fw_clockoff_timer, in rtl88e_init_sw_vars() 170 timer_setup(&rtlpriv->works.fast_antenna_training_timer, in rtl88e_init_sw_vars() 185 del_timer_sync(&rtlpriv->works.fw_clockoff_timer); in rtl88e_deinit_sw_vars() 187 del_timer_sync(&rtlpriv->works.fast_antenna_training_timer); in rtl88e_deinit_sw_vars()
|
| /linux/Documentation/hwmon/ |
| A 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
|
| A 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/Documentation/scsi/ |
| A D | qlogicfas.rst | 8 only works with the ISA, VLB, and PCMCIA versions of the Qlogic 27 This currently only works if the card is enabled first from DOS. This 59 Make sure it works properly under DOS. You should also do an initial FDISK
|
| /linux/Documentation/input/devices/ |
| A 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/Documentation/devicetree/bindings/serial/ |
| A D | fsl-imx-uart.yaml | 58 Indicate the uart works in DTE mode. The uart works in DCE mode by default.
|
| /linux/Documentation/admin-guide/laptops/ |
| A 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/drivers/mtd/ubi/ |
| A D | wl.c | 203 if (list_empty(&ubi->works)) { in do_work() 209 wrk = list_entry(ubi->works.next, struct ubi_work, list); in do_work() 545 list_add_tail(&wrk->list, &ubi->works); in __schedule_ubi_work() 1405 list_for_each_entry_safe(wrk, tmp, &ubi->works, list) { 1637 if (list_empty(&ubi->works) || ubi->ro_mode || 1691 while (!list_empty(&ubi->works)) { 1694 wrk = list_entry(ubi->works.next, struct ubi_work, list); 1763 INIT_LIST_HEAD(&ubi->works); 2099 ubi_assert(list_empty(&ubi->works));
|
| /linux/Documentation/admin-guide/media/ |
| A 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/drivers/thermal/ti-soc-thermal/ |
| A D | TODO | 10 - make sure this code works on OMAP4430, OMAP4460 and OMAP5430
|
| /linux/Documentation/locking/ |
| A D | locktypes.rst | 187 lockdep_assert_held(&llock) works as with any other locking primitive. 332 sequence works as expected:: 343 preemption. The following code sequence works perfectly correct on both 372 On a non-PREEMPT_RT kernel this works correctly, but on a PREEMPT_RT kernel 404 following code sequence works as expected:: 433 preemption. The following substitution works on both kernels:: 480 works perfectly::
|
| /linux/Documentation/networking/ |
| A D | netfilter-sysctl.rst | 16 kernel log. If enabled, this target also works in other network
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| A D | Kconfig | 20 cards and also works with cards based on the DECchip 48 cards and also works with cards based on the DECchip 128 This driver is for the Winbond W89c840 chip. It also works with
|