Home
last modified time | relevance | path

Searched full:works (Results 1 – 25 of 3707) sorted by relevance

12345678910>>...149

/kernel/linux/linux-5.10/LICENSES/dual/
DApache-2.054 "Derivative Works" shall mean any work, whether in Source or Object form,
58 Derivative Works shall not include works that remain separable from, or
60 Works thereof.
64 Derivative Works thereof, that is intentionally submitted to Licensor for
83 reproduce, prepare Derivative Works of, publicly display, publicly
84 perform, sublicense, and distribute the Work and such Derivative Works
103 Derivative Works thereof in any medium, with or without modifications,
107 a. You must give any other recipients of the Work or Derivative Works a
113 c. You must retain, in the Source form of any Derivative Works that You
116 pertain to any part of the Derivative Works; and
[all …]
/kernel/linux/linux-4.19/LICENSES/other/
DApache-2.050 "Derivative Works" shall mean any work, whether in Source or Object form,
54 Derivative Works shall not include works that remain separable from, or
56 Works thereof.
60 Derivative Works thereof, that is intentionally submitted to Licensor for
79 reproduce, prepare Derivative Works of, publicly display, publicly
80 perform, sublicense, and distribute the Work and such Derivative Works
99 Derivative Works thereof in any medium, with or without modifications,
103 a. You must give any other recipients of the Work or Derivative Works a
109 c. You must retain, in the Source form of any Derivative Works that You
112 pertain to any part of the Derivative Works; and
[all …]
/kernel/linux/linux-4.19/Documentation/power/
Dvideo.txt31 Currently, VBE_SAVE method (6 below) works on most
39 There are a few types of systems where video works after S3 resume:
49 the BIOS works well enough to be able to set video mode. Use
67 POSTing bios works. Ole Rohne has patch to do just that at
82 You may have a system where none of above works. At that point you
83 either invent another ugly hack that works, or write proper driver for
105 Asus L2400D s3_mode (3)(***) (S1 also works OK)
107 Asus L3800C (Radeon M7) s3_bios (2) (S1 also works OK)
111 Compaq Armada E500 - P3-700 none (1) (S1 also works OK)
131 HP Omnibook 5150 none (1), (S1 also works OK)
[all …]
/kernel/linux/linux-5.10/Documentation/power/
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 …]
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
DKconfig26 Richtek RT1711H Type-C chip driver that works with
35 USB Type-C. It works with Type-C Port Controller Manager
41 MAXIM TCPCI based Type-C/PD chip driver. Works with
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
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/
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.
70 It currently only works with the atomisp driver.
82 It currently only works with the atomisp driver.
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
Dfw_fallback.sh162 # Test failure when doing nothing (timeout works).
191 echo "$0: timeout works"
208 echo "$0: firmware comparison works"
217 echo "$0: fallback mechanism works"
225 echo "$0: cancelling fallback mechanism works"
248 echo "$0: custom fallback loading mechanism works"
259 echo "$0: custom fallback loading mechanism works"
272 echo "$0: cancelling custom fallback mechanism works"
/kernel/linux/linux-4.19/tools/testing/selftests/firmware/
Dfw_fallback.sh162 # Test failure when doing nothing (timeout works).
191 echo "$0: timeout works"
208 echo "$0: firmware comparison works"
217 echo "$0: fallback mechanism works"
225 echo "$0: cancelling fallback mechanism works"
248 echo "$0: custom fallback loading mechanism works"
259 echo "$0: custom fallback loading mechanism works"
272 echo "$0: cancelling custom fallback mechanism works"
/kernel/linux/linux-4.19/kernel/
Dstop_machine.c28 * be shared by works on different cpus.
42 struct list_head works; /* list of pending works */ member
72 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work()
436 /* static works are used, process one request at a time */ in stop_cpus()
465 /* static works are used, process one request at a time */ in try_stop_cpus()
480 run = !list_empty(&stopper->works); in cpu_stop_should_run()
493 if (!list_empty(&stopper->works)) { in cpu_stopper_thread()
494 work = list_first_entry(&stopper->works, in cpu_stopper_thread()
526 * the pending works before it parks, until then it is fine to queue in stop_machine_park()
527 * the new works. in stop_machine_park()
[all …]
/kernel/linux/linux-5.10/arch/x86/pci/
Ddirect.c202 /* Assume Type 1 works for newer systems. in pci_sanity_check()
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()
/kernel/linux/linux-4.19/arch/x86/pci/
Ddirect.c202 /* Assume Type 1 works for newer systems. in pci_sanity_check()
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()
/kernel/linux/linux-5.10/kernel/
Dstop_machine.c28 * be shared by works on different cpus.
42 struct list_head works; /* list of pending works */ member
72 list_add_tail(&work->list, &stopper->works); in __cpu_stop_queue_work()
453 /* static works are used, process one request at a time */ in stop_cpus()
467 run = !list_empty(&stopper->works); in cpu_stop_should_run()
480 if (!list_empty(&stopper->works)) { in cpu_stopper_thread()
481 work = list_first_entry(&stopper->works, in cpu_stopper_thread()
513 * the pending works before it parks, until then it is fine to queue in stop_machine_park()
514 * the new works. in stop_machine_park()
531 WARN_ON(!list_empty(&stopper->works)); in cpu_stop_park()
[all …]
Dtask_work.c15 * is @TWA_RESUME or @TWA_SIGNAL. @TWA_SIGNAL works like signals, in that the
26 * Note: there is no ordering guarantee on works queued here. The task_work
111 * task_work_run - execute the works added by task_work_add()
113 * Flush the pending works. Should be used by the core kernel code.
/kernel/linux/linux-4.19/Documentation/isdn/
DREADME.HiSax277 4 Creatix/Teles PNP ONLY WORKS AS A MODULE !
280 7 ELSA Quickstep 1000 ONLY WORKS AS A MODULE !
284 11 Eicon.Diehl Diva ISAPnP ONLY WORKS AS A MODULE !
286 12 ASUS COM ISDNLink ONLY WORKS AS A MODULE !
288 14 Teles 16.3c PnP ONLY WORKS AS A MODULE !
295 19 Compaq ISDN S0 ISA card ONLY WORKS AS A MODULE !
299 24 Dr. Neuhaus Niccy PnP ONLY WORKS AS A MODULE !
303 27 AVM PnP (Fritz!PnP) ONLY WORKS AS A MODULE !
305 28 Sedlbauer Speed Fax+ ONLY WORKS AS A MODULE !
306 29 Siemens I-Surf 1.0 ONLY WORKS AS A MODULE !
[all …]
/kernel/linux/linux-5.10/drivers/misc/echo/
Decho.h40 things like modem line equalisers and line echo cancellers. There it works very
41 well. However, it only works well for signals of constant amplitude. It works
53 the NLMS algorithm works very well. However, speech has more low frequency than
70 noise like, such as voice) the adaption works very well. If the adaption is
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dcx88.rst15 - Works.
19 - Works. The TV standard detection is made by the driver, as the
25 - Works.
/kernel/linux/linux-4.19/drivers/misc/echo/
Decho.h52 things like modem line equalisers and line echo cancellers. There it works very
53 well. However, it only works well for signals of constant amplitude. It works
65 the NLMS algorithm works very well. However, speech has more low frequency than
82 noise like, such as voice) the adaption works very well. If the adaption is
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_event_triggers.tc78 echo " make sure it works 5 times"
88 echo " make sure it's still works"
93 echo " make sure it only works 3 times"
/kernel/linux/linux-4.19/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_event_triggers.tc85 echo " make sure it works 5 times"
95 echo " make sure it's still works"
100 echo " make sure it only works 3 times"
/kernel/linux/linux-5.10/include/linux/mfd/
Dsi476x-platform.h225 * @SI476X_PHDIV_PRIMARY_COMBINING: Tuner works as a primary tuner
228 * @SI476X_PHDIV_PRIMARY_ANTENNA: Tuner works as a primary tuner
230 * @SI476X_PHDIV_SECONDARY_ANTENNA: Tuner works as a primary tuner
232 * @SI476X_PHDIV_SECONDARY_COMBINING: Tuner works as a secondary
/kernel/linux/linux-4.19/include/linux/mfd/
Dsi476x-platform.h234 * @SI476X_PHDIV_PRIMARY_COMBINING: Tuner works as a primary tuner
237 * @SI476X_PHDIV_PRIMARY_ANTENNA: Tuner works as a primary tuner
239 * @SI476X_PHDIV_SECONDARY_ANTENNA: Tuner works as a primary tuner
241 * @SI476X_PHDIV_SECONDARY_COMBINING: Tuner works as a secondary
/kernel/linux/linux-4.19/Documentation/hwmon/
Dsht3x30 is used. Make sure clock-stretching works properly on your device if you
67 configured limits. Alarm only works in periodic measure mode
69 configured limits. Alarm only works in periodic measure mode
/kernel/linux/linux-4.19/Documentation/scsi/
Dqlogicfas.txt3 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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/
Depson,rx6110.txt28 - spi-cpha: RX6110 works with SPI shifted clock phase
29 - spi-cpol: RX6110 works with SPI inverse clock polarity
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/rtc/
Depson,rx6110.txt28 - spi-cpha: RX6110 works with SPI shifted clock phase
29 - spi-cpol: RX6110 works with SPI inverse clock polarity

12345678910>>...149