/Linux-v5.15/include/linux/ |
D | nl802154.h | 129 IEEE802154_GTS_REQ, /* Not supported yet */ 130 IEEE802154_GTS_INDIC, /* Not supported yet */ 131 IEEE802154_GTS_CONF, /* Not supported yet */ 132 IEEE802154_RX_ENABLE_REQ, /* Not supported yet */ 133 IEEE802154_RX_ENABLE_CONF, /* Not supported yet */
|
D | kcov.h | 13 /* Coverage collection is not enabled yet. */ 15 /* KCOV was initialized, but tracing mode hasn't been chosen yet. */
|
/Linux-v5.15/Documentation/userspace-api/media/dvb/ |
D | frontend-stat-properties.rst | 64 measurement was not complete yet. 83 measurement was not complete yet. 114 measurement was not complete yet. 142 measurement was not complete yet. 171 measurement was not complete yet. 199 measurement was not complete yet. 220 measurement was not complete yet. 242 measurement was not complete yet.
|
/Linux-v5.15/arch/powerpc/platforms/8xx/ |
D | Kconfig | 131 Help not implemented yet, coming soon. 139 Help not implemented yet, coming soon. 144 Help not implemented yet, coming soon. 149 Help not implemented yet, coming soon.
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | func-poll.rst | 56 hasn't yet called :ref:`VIDIOC_QBUF <VIDIOC_QBUF>`, the 67 driver does not capture yet, the :c:func:`poll()` function starts 74 driver does not stream yet, the :c:func:`poll()` function starts 81 streaming if the driver does not stream yet. This makes it possible to
|
D | vidioc-streamon.rst | 58 means all images captured but not dequeued yet will be lost, likewise 59 all images enqueued for output but not transmitted yet. I/O returns to 97 allocated (memory mapping) or enqueued (output) yet.
|
D | vidioc-encoder-cmd.rst | 58 started yet. Applies to both queues of mem2mem encoders. 125 - Pause the encoder. When the encoder has not been started yet, the 132 been started yet, the driver will return an ``EPERM`` error code. When
|
/Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
D | queue_access.c | 72 /* Not supported yet */ in ia_css_queue_load() 119 /* Not supported yet */ in ia_css_queue_store() 146 /* Not supported yet */ in ia_css_queue_item_load() 173 /* Not supported yet */ in ia_css_queue_item_store()
|
/Linux-v5.15/sound/usb/ |
D | validate.c | 258 /* UAC_VERSION_2, UAC2_EFFECT_UNIT: not implemented yet */ 266 /* UAC_VERSION_2, UAC2_SAMPLE_RATE_CONVERTER: not implemented yet */ 274 /* UAC_VERSION_3, UAC3_EXTENDED_TERMINAL: not implemented yet */ 278 /* UAC_VERSION_3, UAC3_EFFECT_UNIT: not implemented yet */ 286 /* UAC_VERSION_3, UAC3_SAMPLE_RATE_CONVERTER: not implemented yet */ 287 /* UAC_VERSION_3, UAC3_CONNECTORS: not implemented yet */
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | compat_signal.h | 12 unsigned int sa_restorer; /* not used by Linux/SPARC yet */ 20 unsigned int sa_restorer; /* not used by Linux/SPARC yet */
|
/Linux-v5.15/drivers/iio/common/ssp_sensors/ |
D | ssp.h | 164 * @batch_latency_buf: yet unknown but existing in communication protocol 165 * @batch_opt_buf: yet unknown but existing in communication protocol 166 * @accel_position: yet unknown but existing in communication protocol 167 * @mag_position: yet unknown but existing in communication protocol
|
/Linux-v5.15/drivers/media/usb/cx231xx/ |
D | cx231xx-pcb-cfg.c | 23 0, /* speed , not decide yet */ 94 0, /* speed , not decide yet */ 163 0, /* speed , not decide yet */ 233 0, /* speed , not decide yet */ 302 0, /* speed , not decide yet */ 372 0, /* speed , not decide yet */ 441 0, /* speed , not decide yet */ 510 0, /* speed , not decide yet */ 576 0, /* speed , not decide yet */
|
/Linux-v5.15/Documentation/networking/ |
D | 6pack.rst | 37 (however, this feature is not supported yet by the Linux 6pack driver). 150 has not yet been transmitted. Therefore the LEDs are controlled 163 with the serial driver of 2.0.3x kernels. I don't know yet if the problem 173 The driver has been tested as a module, not yet as a kernel-builtin driver. 182 I haven't modified or removed them yet -- sorry! The code itself needs
|
/Linux-v5.15/drivers/input/mouse/ |
D | focaltech.c | 73 * have any valid position yet. 392 /* not supported yet */ in focaltech_set_resolution() 397 /* not supported yet */ in focaltech_set_rate() 403 /* not supported yet */ in focaltech_set_scale() 438 /* resync is not supported yet */ in focaltech_init() 441 * rate/resolution/scale changes are not supported yet, and in focaltech_init()
|
/Linux-v5.15/drivers/bcma/ |
D | driver_chipcommon_nflash.c | 39 /* Prepare platform device, but don't register it yet. It's too early, in bcma_nflash_init() 40 * malloc (required by device_private_init) is not available yet. */ in bcma_nflash_init()
|
/Linux-v5.15/Documentation/arm/ |
D | vlocks.rst | 24 started yet. 34 int last_vote = -1; /* no votes yet */ 170 unable to enable their caches yet. This means that the 181 * The "no votes yet" value used for the last_vote variable is 0 (not
|
/Linux-v5.15/Documentation/i2c/busses/ |
D | i2c-amd8111.rst | 9 AMD datasheet not yet available, but almost everything can be found 36 mode or host notification are not yet implemented.
|
/Linux-v5.15/Documentation/userspace-api/media/mediactl/ |
D | media-request-ioc-reinit.rst | 41 yet, or if it was queued and completed. Otherwise it will set ``errno`` 51 The request is queued but not yet completed.
|
/Linux-v5.15/arch/powerpc/platforms/82xx/ |
D | pq2ads.h | 25 * Not all are used (yet), or are interesting to us (yet).
|
/Linux-v5.15/net/atm/ |
D | pppoatm.c | 30 * These hooks are not yet available in ppp_generic 156 * BLOCKED bit yet, that's fine too because of the double check in in pppoatm_pop() 204 if (pvcc->chan.ppp == NULL) { /* Not bound yet! */ in pppoatm_push() 221 pr_debug("Couldn't autodetect yet (skb: %6ph)\n", skb->data); in pppoatm_push() 266 * space on the queue yet, then it hasn't checked the BLOCKED in pppoatm_may_send() 267 * flag yet either, so we're safe in that case too. It'll issue in pppoatm_may_send() 285 * support this yet. We just return 'DROP_PACKET' which we actually define
|
/Linux-v5.15/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 62 * is in a register (typically R0), it is yet to be saved on in check_return_reg() 72 * but not-yet used. in check_return_reg() 89 * A new frame was allocated but has not yet been used. in check_return_reg() 149 * yet used)
|
/Linux-v5.15/arch/arm/mach-pxa/ |
D | pcm027.h | 40 /* CAN controller SJA1000 (unsupported yet) */ 47 /* SPI GPIO expander (unsupported yet) */
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | idle.h | 65 * Since the idle context is not yet over, take a fresh in read_this_idle_purr() 81 * Since the idle context is not yet over, take a fresh in read_this_idle_spurr()
|
/Linux-v5.15/scripts/coccinelle/misc/ |
D | cond_no_effect.cocci | 7 // is a placeholder for not yet handled cases. 22 // user-mode SHcompact yet, and for a kernel fault, this would
|
/Linux-v5.15/Documentation/devicetree/bindings/display/ |
D | renesas,du.yaml | 133 # port@2 is TCON, not supported yet 189 # port@2 is TCON, not supported yet 301 # port@2 is TCON, not supported yet 359 # port@3 is DVENC, not supported yet 422 # port@3 is TCON, not supported yet 755 # port@3 is TCON, not supported yet
|