Home
last modified time | relevance | path

Searched refs:works (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/linux/arch/x86/pci/
H A Ddirect.c227 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/
H A Dvideo.rst32 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/drivers/usb/typec/tcpm/
H A DKconfig26 Richtek RT1711H Type-C chip driver that works with
35 USB Type-C. It works with Type-C Port Controller Manager
43 USB Type-C. It works with Type-C Port Controller Manager
62 The Fairchild FUSB302 Type-C chip driver that works with
73 that have Intel Whiskey Cove PMIC. The driver works with USB Type-C
/linux/kernel/
H A Dstop_machine.c28 * be shared by works on different cpus.
42 struct list_head works; /* list of pending works */ member
88 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work()
467 /* static works are used, process one request at a time */ in stop_cpus()
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()
531 * the pending works before it parks, until then it is fine to queue in stop_machine_park()
532 * the new works in stop_machine_park()
[all...]
H A Dpadata.c130 static void __init padata_works_free(struct list_head *works) in padata_works_free() argument
134 if (list_empty(works)) in padata_works_free()
138 list_for_each_entry_safe(cur, next, works, pw_list) { in padata_works_free()
488 LIST_HEAD(works); in padata_do_multithreaded()
508 ps.nworks = padata_work_alloc_mt(nworks, &ps, &works); in padata_do_multithreaded()
531 list_for_each_entry(pw, &works, pw_list) in padata_do_multithreaded()
551 padata_works_free(&works); in padata_do_multithreaded()
/linux/drivers/staging/media/atomisp/i2c/
H A DKconfig16 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.
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dps.c41 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()
H A Dbase.c453 timer_setup(&rtlpriv->works.watchdog_timer, in _rtl_init_deferred_work()
457 rtlpriv->works.hw = hw; in _rtl_init_deferred_work()
458 rtlpriv->works.rtl_wq = wq; in _rtl_init_deferred_work()
460 INIT_DELAYED_WORK(&rtlpriv->works.watchdog_wq, in _rtl_init_deferred_work()
462 INIT_DELAYED_WORK(&rtlpriv->works.ips_nic_off_wq, in _rtl_init_deferred_work()
464 INIT_DELAYED_WORK(&rtlpriv->works.ps_work, rtl_swlps_wq_callback); in _rtl_init_deferred_work()
465 INIT_DELAYED_WORK(&rtlpriv->works.ps_rfon_wq, in _rtl_init_deferred_work()
467 INIT_DELAYED_WORK(&rtlpriv->works.fwevt_wq, rtl_fwevt_wq_callback); in _rtl_init_deferred_work()
468 INIT_DELAYED_WORK(&rtlpriv->works.c2hcmd_wq, rtl_c2hcmd_wq_callback); in _rtl_init_deferred_work()
476 del_timer_sync(&rtlpriv->works.watchdog_timer); in rtl_deinit_deferred_work()
[all …]
H A Dusb.c630 cancel_work_sync(&rtlpriv->works.lps_change_work); in _rtl_usb_cleanup_rx()
632 if (rtlpriv->works.rtl_wq) { in _rtl_usb_cleanup_rx()
633 destroy_workqueue(rtlpriv->works.rtl_wq); in _rtl_usb_cleanup_rx()
634 rtlpriv->works.rtl_wq = NULL; in _rtl_usb_cleanup_rx()
751 cancel_work_sync(&rtlpriv->works.fill_h2c_cmd); in rtl_usb_stop()
759 cancel_work_sync(&rtlpriv->works.lps_change_work); in rtl_usb_stop()
760 cancel_work_sync(&rtlpriv->works.update_beacon_work); in rtl_usb_stop()
762 flush_workqueue(rtlpriv->works.rtl_wq); in rtl_usb_stop()
983 INIT_WORK(&rtlpriv->works.fill_h2c_cmd, in rtl_usb_probe()
985 INIT_WORK(&rtlpriv->works.lps_change_work, in rtl_usb_probe()
[all …]
H A Dpci.c894 tasklet_schedule(&rtlpriv->works.irq_prepare_bcn_tasklet); in _rtl_pci_interrupt()
987 queue_delayed_work(rtlpriv->works.rtl_wq, in _rtl_pci_interrupt()
988 &rtlpriv->works.fwevt_wq, 0); in _rtl_pci_interrupt()
1009 tasklet_schedule(&rtlpriv->works.irq_tasklet); in _rtl_pci_interrupt()
1019 struct rtl_priv *rtlpriv = from_tasklet(rtlpriv, t, works.irq_tasklet); in _rtl_pci_irq_tasklet()
1027 works.irq_prepare_bcn_tasklet); in _rtl_pci_prepare_bcn_tasklet()
1152 tasklet_setup(&rtlpriv->works.irq_tasklet, _rtl_pci_irq_tasklet); in _rtl_pci_init_struct()
1153 tasklet_setup(&rtlpriv->works.irq_prepare_bcn_tasklet, in _rtl_pci_init_struct()
1155 INIT_WORK(&rtlpriv->works.lps_change_work, in _rtl_pci_init_struct()
1697 tasklet_kill(&rtlpriv->works.irq_tasklet); in rtl_pci_deinit()
[all …]
/linux/Documentation/devicetree/bindings/rtc/
H A Depson,rx6110.txt28 - spi-cpha: RX6110 works with SPI shifted clock phase
29 - spi-cpol: RX6110 works with SPI inverse clock polarity
/linux/Documentation/devicetree/
H A Ddynamic-resolution-notes.rst10 How the resolver works
17 In sequence the resolver works by the following steps:
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dsw.c163 timer_setup(&rtlpriv->works.fw_clockoff_timer, in rtl88e_init_sw_vars()
167 timer_setup(&rtlpriv->works.fast_antenna_training_timer, in rtl88e_init_sw_vars()
182 del_timer_sync(&rtlpriv->works.fw_clockoff_timer); in rtl88e_deinit_sw_vars()
184 del_timer_sync(&rtlpriv->works.fast_antenna_training_timer); in rtl88e_deinit_sw_vars()
/linux/Documentation/process/
H A Dindex.rst14 to learn about how our community works. Reading these documents will make
18 An introduction to how kernel development works
/linux/Documentation/scsi/
H A Dqlogicfas.rst8 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/
H A Dcs461x.rst13 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/admin-guide/laptops/
H A Dasus-laptop.rst102 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/
H A Dwl.c205 if (list_empty(&ubi->works)) { in do_work()
215 wrk = list_entry(ubi->works.next, struct ubi_work, list); in do_work()
557 list_add_tail(&wrk->list, &ubi->works); in __schedule_ubi_work()
1447 list_for_each_entry_safe(wrk, tmp, &ubi->works, list) {
1679 if (list_empty(&ubi->works) || ubi->ro_mode ||
1733 while (!list_empty(&ubi->works)) {
1736 wrk = list_entry(ubi->works.next, struct ubi_work, list);
1805 INIT_LIST_HEAD(&ubi->works);
2141 ubi_assert(list_empty(&ubi->works));
/linux/drivers/thermal/ti-soc-thermal/
H A DTODO10 - make sure this code works on OMAP4430, OMAP4460 and OMAP5430
/linux/Documentation/hwmon/
H A Dthmc50.rst60 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/admin-guide/media/
H A Dcafe_ccic.rst15 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/tools/perf/tests/attr/
H A Dtest-record-user-regs-sve-aarch641 # Test that asking for VG works if the system has SVE and after the
/linux/Documentation/locking/
H A Dlocktypes.rst187 lockdep_assert_held(&llock) works as with any other locking primitive.
329 sequence works as expected::
340 preemption. The following code sequence works perfectly correct on both
369 On a non-PREEMPT_RT kernel this works correctly, but on a PREEMPT_RT kernel
401 following code sequence works as expected::
430 preemption. The following substitution works on both kernels::
477 works perfectly::
/linux/drivers/net/ethernet/dec/tulip/
H A DKconfig20 cards and also works with cards based on the DECchip
48 cards and also works with cards based on the DECchip
113 This driver is for the Winbond W89c840 chip. It also works with
/linux/tools/perf/Documentation/
H A Dperf-config.txt288 This option works with tui, stdio2 browsers.
308 This option works with tui, stdio2 browsers.
329 This option works with tui browser.
350 This option works with tui, stdio2 browsers.
362 This option works with tui, stdio2 browsers.
377 This option works with tui, stdio2, stdio browsers.
392 This option works with tui, stdio2, stdio browsers.
399 This option works with tui, stdio2 browsers.
438 the value 'lbr' only works for certain cpus. The method for
505 This one is mostly the same as call-graph.threshold but works for

12345678910>>...24