Home
last modified time | relevance | path

Searched full:been (Results 1 – 25 of 3883) sorted by relevance

12345678910>>...156

/Linux-v6.1/include/linux/mfd/
Ddb8500-prcmu.h83 * @RDY_2_XP70_RST: Value set when 0x0F has been successfully polled by the
179 * @BOOT_TO_EXECUTEOK: The apBoot to apExecute state transition has been
181 * @DEEPSLEEPOK: The apExecute to apDeepSleep state transition has been
183 * @SLEEPOK: The apExecute to apSleep state transition has been completed
184 * @IDLEOK: The apExecute to apIdle state transition has been completed
185 * @SOFTRESETOK: The A9 watchdog/ SoftReset state has been completed
193 * been completed
196 * @SLEEP_TO_EXECUTEOK: The apSleep to apExecute state transition has been
200 * @IDLE_TO_EXECUTEOK: The apIdle to apExecute state transition has been
258 * @DVFS_ARM100OPPOK: The state transition DVFS has been completed for 100OPP
[all …]
/Linux-v6.1/include/linux/gpio/
Dconsumer.h243 /* GPIO can never have been requested */ in gpiod_put()
252 /* GPIO can never have been requested */ in devm_gpiod_unhinge()
260 /* GPIO can never have been requested */ in gpiod_put_array()
313 /* GPIO can never have been requested */ in devm_gpiod_put()
322 /* GPIO can never have been requested */ in devm_gpiod_put_array()
329 /* GPIO can never have been requested */ in gpiod_get_direction()
335 /* GPIO can never have been requested */ in gpiod_direction_input()
341 /* GPIO can never have been requested */ in gpiod_direction_output()
347 /* GPIO can never have been requested */ in gpiod_direction_output_raw()
365 /* GPIO can never have been requested */ in gpiod_get_value()
[all …]
/Linux-v6.1/drivers/greybus/
Dgreybus_trace.h60 * Occurs after an incoming request message has been received
65 * Occurs after an incoming response message has been received,
66 * after its matching request has been found.
71 * Occurs after an operation has been canceled, possibly before the
78 * been queued for sending, this occurs after it is sent.
128 * has been successfully created.
133 * Occurs after a new core operation has been created.
138 * Occurs after a new operation has been created for an incoming
139 * request has been successfully created and initialized.
144 * Occurs when the last reference to an operation has been dropped,
[all …]
/Linux-v6.1/drivers/net/ethernet/realtek/
Dr8169.h15 /* support for ancient RTL_GIGA_MAC_VER_01 has been removed */
40 /* support for RTL_GIGA_MAC_VER_27 has been removed */
54 /* support for RTL_GIGA_MAC_VER_41 has been removed */
58 /* support for RTL_GIGA_MAC_VER_45 has been removed */
60 /* support for RTL_GIGA_MAC_VER_47 has been removed */
62 /* support for RTL_GIGA_MAC_VER_49 has been removed */
63 /* support for RTL_GIGA_MAC_VER_50 has been removed */
67 /* support for RTL_GIGA_MAC_VER_60 has been removed */
/Linux-v6.1/include/linux/
Dgpio.h133 /* GPIO can never have been requested */ in gpio_free()
141 /* GPIO can never have been requested */ in gpio_free_array()
162 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value()
169 /* GPIO can never have been requested or set as output */ in gpio_set_value()
175 /* GPIO can never have been requested or set as {in,out}put */ in gpio_cansleep()
182 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value_cansleep()
189 /* GPIO can never have been requested or set as output */ in gpio_set_value_cansleep()
195 /* GPIO can never have been requested or set as {in,out}put */ in gpio_export()
203 /* GPIO can never have been exported */ in gpio_export_link()
210 /* GPIO can never have been exported */ in gpio_unexport()
[all …]
Dsuspend.h121 * @prepare() is called right after devices have been suspended (ie. the
122 * appropriate .suspend() method has been executed for each device) and
131 * device drivers' late suspend callbacks have been executed. It returns
143 * the nonboot CPUs have been enabled and before device drivers' early
166 * the transition to the sleep state has been aborted.
246 * order to complete it, or if the platform firmware has been invoked in order
255 * been carried out during the preceding transition of the system to a sleep
271 * the event that woke up the system from sleep has been handled by the platform
382 * Called right after devices have been frozen and before the nonboot
386 * image has been created *or* put the platform into the normal operation
[all …]
/Linux-v6.1/drivers/platform/surface/aggregator/
Dssh_request_layer.c261 * Packet has been refused due to the packet layer shutting in ssh_rtl_tx_try_process_one()
285 * shutting down, the packet has either been submitted/queued in ssh_rtl_tx_try_process_one()
290 * itself, had to have been canceled. Simply drop the in ssh_rtl_tx_try_process_one()
357 * the request has been canceled prior to submission, %-EALREADY if the
358 * request has already been submitted, or %-ESHUTDOWN in case the request
359 * transport layer has been shut down.
377 * Try to set ptl and check if this request has already been submitted. in ssh_rtl_submit()
384 * it from that, but removal might fail because it hasn't actually been in ssh_rtl_submit()
388 * push operation has been completed (via lock) due to that. Only then, in ssh_rtl_submit()
521 /* If the request hasn't been completed yet, we will do this now. */ in ssh_rtl_complete()
[all …]
/Linux-v6.1/tools/testing/selftests/livepatch/
Dtest-livepatch.sh21 if [[ "$(cat /proc/cmdline)" != "$MOD_LIVEPATCH: this has been live patched" ]] ; then
29 if [[ "$(cat /proc/cmdline)" == "$MOD_LIVEPATCH: this has been live patched" ]] ; then
84 $MOD_LIVEPATCH: this has been live patched
91 $MOD_LIVEPATCH: this has been live patched
92 $MOD_REPLACE: this has been live patched
99 $MOD_LIVEPATCH: this has been live patched
144 $MOD_LIVEPATCH: this has been live patched
151 $MOD_REPLACE: this has been live patched
153 $MOD_REPLACE: this has been live patched
/Linux-v6.1/drivers/i2c/algos/
Di2c-algo-pca.c96 * returns after the stop condition has been generated
114 * returns after the address has been sent
136 * Returns after the byte has been transmitted
241 case 0x08: /* A START condition has been transmitted */ in pca_xfer()
242 case 0x10: /* A repeated start condition has been transmitted */ in pca_xfer()
246 case 0x18: /* SLA+W has been transmitted; ACK has been received */ in pca_xfer()
247 case 0x28: /* Data byte in I2CDAT has been transmitted; ACK has been received */ in pca_xfer()
261 case 0x20: /* SLA+W has been transmitted; NOT ACK has been received */ in pca_xfer()
267 case 0x40: /* SLA+R has been transmitted; ACK has been received */ in pca_xfer()
271 case 0x50: /* Data bytes has been received; ACK has been returned */ in pca_xfer()
[all …]
/Linux-v6.1/Documentation/scsi/
DFlashPoint.rst8 The upgrade program described below has been officially terminated effective
86 been problematic for members of the Linux community, in that no Linux
87 drivers have been available for this new Ultra SCSI product. Despite its
90 system like Linux, the FlashPoint LT has been touted by computer system
91 vendors as the latest thing, and has been sold even on many of their high
111 for the FlashPoint. Rumors of varying accuracy had been circulating
122 FlashPoint drivers have been written directly by BusLogic Engineering, and
126 FlashPoint architecture at all, that debate has not yet been settled either
140 upgrade has been set at US $45 plus shipping and handling, and the upgrade
146 program has now been extended to encompass the FlashPoint LW Wide Ultra
[all …]
/Linux-v6.1/Documentation/driver-api/pm/
Dnotifiers.rst36 The system memory state has been restored from a hibernation image or an
37 error occurred during hibernation. Device restore callbacks have been
38 executed and tasks have been thawed.
47 callbacks have been executed and tasks have been thawed.
54 resume callbacks have been executed and tasks have been thawed.
/Linux-v6.1/include/uapi/linux/
Ddm-log-userspace.h67 * When the request has been processed, user-space must return the
87 * When the request has been processed, user-space must return the
106 * When the request has been processed, user-space must return the
125 * When the request has been processed, user-space must return the
144 * When the request has been processed, user-space must return the
163 * When the request has been processed, user-space must return the
180 * When the request has been processed, user-space must return the
197 * region been recovered?" vs. "is the region not being modified?"
219 * When the request has been processed, user-space must return the
238 * When the request has been processed, user-space must return the
[all …]
/Linux-v6.1/Documentation/admin-guide/
Dunicode.rst15 The Linux kernel code has been rewritten to use Unicode to map
42 U+F8FF has been reserved for OS-wide allocation (the Unicode Standard
49 [v1.2]: The Unicodes range from U+F000 and up to U+F7FF have been
61 have been defined; these are used by the DEC VT graphics map. [v1.2]
74 character, and hence has been coded as U+2500 FORMS LIGHT HORIZONTAL.
76 [v1.3]: These characters have been officially added to Unicode 3.2.0;
80 [v1.2]: The following characters have been added to represent common
102 This encoding has been endorsed by the Klingon Language Institute.
107 Since the characters in the beginning of the Linux CZ have been more
122 Several glyph forms for the Klingon alphabet have been proposed.
[all …]
Dtainted-kernels.rst100 15 _/K 32768 kernel has been live patched
103 18 _/N 262144 an in-kernel test has been run
113 any proprietary module has been loaded. Modules without a
121 specification: hardware has been put into an unsupported configuration,
160 8) ``A`` if an ACPI table has been overridden.
162 9) ``W`` if a warning has previously been issued by the kernel.
165 10) ``C`` if a staging driver has been loaded.
170 12) ``O`` if an externally-built ("out-of-tree") module has been loaded.
172 13) ``E`` if an unsigned module has been loaded in a kernel supporting
177 15) ``K`` if the kernel has been live patched.
/Linux-v6.1/drivers/char/mwave/
DREADME13 Tracing only occurs if the driver has been compiled with the
18 If the dsp irq has not been setup and stored in bios by the
23 If the dsp io range has not been setup and stored in bios by the
28 If the mwave's uart irq has not been setup and stored in bios by the
33 If the uart io range has not been setup and stored in bios by the
/Linux-v6.1/tools/perf/pmu-events/arch/x86/amdzen3/
Dother.json22 … counts cycles when the thread is not selected to dispatch but would have been stalled due to a To…
28 … counts cycles when the thread is not selected to dispatch but would have been stalled due to a To…
34 … counts cycles when the thread is not selected to dispatch but would have been stalled due to a To…
40 … counts cycles when the thread is not selected to dispatch but would have been stalled due to a To…
52 … counts cycles when the thread is not selected to dispatch but would have been stalled due to a To…
58 … counts cycles when the thread is not selected to dispatch but would have been stalled due to a To…
64 … counts cycles when the thread is not selected to dispatch but would have been stalled due to a To…
/Linux-v6.1/include/uapi/linux/netfilter/
Dnf_conntrack_common.h113 /* Conntrack has been offloaded to flow table. */
117 /* Conntrack has been offloaded to hardware. */
140 IPCT_HELPER, /* new helper has been set */
141 IPCT_MARK, /* new mark has been set */
144 IPCT_SECMARK, /* new security mark has been set */
145 IPCT_LABEL, /* new connlabel has been set */
146 IPCT_SYNPROXY, /* synproxy has been set */
/Linux-v6.1/Documentation/process/
Dsubmit-checklist.rst50 8) Has been carefully reviewed with respect to relevant ``Kconfig``
69 12) Has been tested with ``CONFIG_PREEMPT``, ``CONFIG_DEBUG_PREEMPT``,
75 13) Has been build- and runtime tested with and without ``CONFIG_SMP`` and
78 14) All codepaths have been exercised with all lockdep features enabled.
92 19) Has been checked with injection of at least slab and page-allocation
98 20) Newly-added code has been compiled with ``gcc -W`` (use
102 21) Tested after it has been merged into the -mm patchset to make sure
/Linux-v6.1/tools/perf/pmu-events/arch/s390/cf_z10/
Dextended.json63 …e where the line was originally in a Read-Only state in the cache but has been updated to be in th…
70 …"PublicDescription": "A cache line in the Level-1 Instruction Cache has been invalidated by a stor…
77 …"PublicDescription": "A translation entry has been written into the Level-1 Instruction Translatio…
84 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi…
91 …"PublicDescription": "A translation entry has been written to the Level-2 TLB Page Table Entry arr…
98 …"PublicDescription": "A translation entry has been written to the Level-2 TLB Common Region Segmen…
105 …"PublicDescription": "A translation entry has been written to the Level-2 TLB Common Region Segmen…
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-surface_aggregator-tabletsw10 - "disconnected": The type-cover has been disconnected.
12 - "closed": The type-cover has been folded closed and lies on
18 - "folded-canvas": The type-cover has been folded back
23 - "folded-back": The type cover has been fully folded back and
46 - "slate": The screen covers the keyboard or has been flipped
/Linux-v6.1/drivers/w1/
Dw1_internal.h41 * returns the reference count after it has been decremented
52 * unclaimed devices after a family has been registered or releasing devices
53 * after a family has been unregistered. Set attach to 1 when a new family
54 * has just been registered, to 0 when it has been unregistered.
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dfunc-poll.rst35 When streaming I/O has been negotiated this function waits until a
36 buffer has been filled by the capture device and can be dequeued with
45 that have been selected (that is, file descriptors for which the
66 When use of the :c:func:`read()` function has been negotiated and the
69 it waits until data has been captured and can be read. When the driver
73 When use of the :c:func:`write()` function has been negotiated and the
Dvidioc-streamon.rst45 has been called. Output hardware is disabled and no video signal is
46 produced until ``VIDIOC_STREAMON`` has been called.
49 been called for both the capture and output stream types.
63 If buffers have been queued with :ref:`VIDIOC_QBUF` and
95 The buffer ``type`` is not supported, or no buffers have been
/Linux-v6.1/Documentation/filesystems/spufs/
Dspufs.rst90 When data has been read successfully, four bytes are placed in
103 box and the file descriptor has been opened with O_NONBLOCK, the
107 descriptor has been opened without O_NONBLOCK, the call will
109 When data has been read successfully, four bytes are placed in
123 is no space available in the mail box and the file descriptor has been
128 has been opened without O_NONBLOCK, the call will block until the SPU
129 reads from its PPE mailbox channel. When data has been read success-
181 a running SPU task. When a complete string has been read, all
214 space through the file. After the value has been read by the SPU, it
248 pleting the string. When a complete string has been read, all
/Linux-v6.1/Documentation/arm/vfp/
Drelease-notes.rst13 This release has been validated against the SoftFloat-2b library by
19 The operations which have been tested with this package are:
41 Other operations which have been tested by basic assembly-only tests
51 The combination operations have not been tested:

12345678910>>...156