Home
last modified time | relevance | path

Searched full:ends (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dfsl,imx-asrc.yaml13 with other Back Ends Audio controller such as ESAI, SSI and SAI. It has
82 description: The mutual sample rate used by DPCM Back Ends
86 description: The mutual sample width used by DPCM Back Ends
107 Defines a mutual sample format used by DPCM Back Ends, which can
Dfsl,easrc.yaml62 description: Defines a mutual sample rate used by DPCM Back Ends
69 Defines a mutual sample format used by DPCM Back Ends
/linux-6.12.1/include/linux/sched/
Dmm.h360 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope.
363 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function.
390 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope.
393 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function.
431 * memalloc_noreclaim_restore - Ends the implicit __GFP_MEMALLOC scope.
434 * Ends the implicit __GFP_MEMALLOC scope started by memalloc_noreclaim_save
459 * memalloc_pin_restore - Ends the implicit ~__GFP_MOVABLE scope.
462 * Ends the implicit ~__GFP_MOVABLE scope started by memalloc_pin_save function.
/linux-6.12.1/tools/perf/util/
Dstat-display.c449 char buf[64], *vals, *ends; in print_metric_csv() local
456 ends = vals = skip_spaces(buf); in print_metric_csv()
457 while (isdigit(*ends) || *ends == '.') in print_metric_csv()
458 ends++; in print_metric_csv()
459 *ends = 0; in print_metric_csv()
589 char buf[64], *vals, *ends; in print_metric_only_csv() local
596 ends = vals = skip_spaces(buf); in print_metric_only_csv()
597 while (isdigit(*ends) || *ends == '.') in print_metric_only_csv()
598 ends++; in print_metric_only_csv()
599 *ends = 0; in print_metric_only_csv()
[all …]
/linux-6.12.1/tools/include/nolibc/
Darch.h11 * Then argv[] begins, and ends at the first NULL. Then we have envp which
12 * starts and ends with a NULL as well. So envp=argv+argc+1.
/linux-6.12.1/arch/powerpc/include/asm/
Dkasan.h37 * The shadow ends before the highest accessible address
46 * The shadow ends before the highest accessible address
/linux-6.12.1/sound/soc/fsl/
Dfsl_asrc_common.h68 * @asrc_rate: default sample rate for ASoC Back-Ends
69 * @asrc_format: default sample format for ASoC Back-Ends
/linux-6.12.1/Documentation/userspace-api/media/dvb/
Dfrontend_f_open.rst57 In a system with multiple front-ends, it is usually the case that
67 powered up, and that other front-ends may have been powered down to make
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbpf_iter_bpf_hash_map.c100 * map dump ends in dump_bpf_hash_map()
106 BPF_SEQ_PRINTF(seq, "map dump ends\n"); in dump_bpf_hash_map()
/linux-6.12.1/include/net/
Diw_handler.h503 char *ends, struct iw_event *iwe, int event_len);
507 char *ends, struct iw_event *iwe, int event_len) in iwe_stream_add_event_check() argument
509 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check()
522 char *ends, struct iw_event *iwe, char *extra);
526 char *ends, struct iw_event *iwe, char *extra) in iwe_stream_add_point_check() argument
528 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check()
542 char *value, char *ends, struct iw_event *iwe,
/linux-6.12.1/arch/arm/boot/dts/ti/omap/
Dam335x-bonegreen-wireless.dts113 /* in case it isn't, wilink8 ends up in one of the test modes that */
116 /* introduces a pullup on the line and wilink8 ends up in a bad state. */
/linux-6.12.1/drivers/infiniband/hw/hfi1/
Dpio_copy.c41 /* calculate where the QWORD data ends - in SOP=1 space */ in pio_copy()
79 * If the data ends at the end of the SOP above and in pio_copy()
272 /* calculate where the QWORD data ends - in SOP=1 space */ in seg_pio_copy_start()
310 * If the data ends at the end of the SOP above and in seg_pio_copy_start()
408 * If the data ends at the end of the SOP above and in mid_copy_mix()
534 * If the data ends at the end of the SOP above and in mid_copy_straight()
/linux-6.12.1/Documentation/devicetree/bindings/mtd/partitions/
Dpartition.yaml89 assembled), the end result is that the entry ends with the padding
107 parent section is assembled), the end result is that the entry ends
/linux-6.12.1/Documentation/driver-api/media/
Ddtv-demux.rst22 can be used to select one of the DVB front-ends as a TS source for a demux,
25 The demux kABI only controls front-ends regarding to their connections with
/linux-6.12.1/drivers/iio/afe/
DMakefile3 # Makefile for industrial I/O Analog Front Ends (AFE)
DKconfig7 menu "Analog Front Ends"
/linux-6.12.1/scripts/kconfig/
Dexpr.h210 * for all front ends). Each symbol, menu, etc. defined in the Kconfig files
265 /* For use by front ends that need to store auxiliary data */
271 * Can be checked by front ends.
/linux-6.12.1/Documentation/bpf/
Dgraph_ds_impl.rst150 ends, we can safely access the graph node through ``n`` even after it was used
168 * If not released before program ends, verifier considers program invalid
192 verifier after a critical section ends. This is necessary to ensure the "will
Dbpf_prog_run.rst108 immediately. If a packet ends up being passed to the regular networking stack
109 (because the XDP program returns ``XDP_PASS``, or because it ends up being
/linux-6.12.1/tools/testing/selftests/firmware/
Dsettings1 # The async firmware timeout is set to 1 second (but ends up being effectively
/linux-6.12.1/include/kunit/
Dresource.h415 * kunit_add_action() - Call a function when the test ends.
437 * kunit_add_action_or_reset() - Call a function when the test ends.
487 * when the test ends.
491 * the test ends.
/linux-6.12.1/tools/testing/memblock/tests/
Dalloc_exact_nid_api.c137 * Expect to drop the lower limit and allocate a memory region that ends at
180 * node ends before min_addr:
194 * Expect to drop the lower limit and allocate a memory region that ends at
236 * the requested node and the range do not overlap, and requested node ends
252 * Expect to drop the lower limit and allocate a memory region that ends at
451 * node ends before min_addr:
507 * the requested node and the range do not overlap, and requested node ends
819 * min_addr and ends at max_addr and is the same size as the region to be
/linux-6.12.1/arch/mips/
DKbuild8 # everything ends up here
/linux-6.12.1/tools/testing/selftests/kvm/include/
Duserfaultfd_util.h29 /* Holds the write ends of the pipes for killing the readers. */
/linux-6.12.1/arch/powerpc/kernel/
Dnote.S18 * by the ultravisor. If the kernel is not ultravisor-capable, but it ends up

12345678910>>...33