| /Linux-v6.1/Documentation/devicetree/bindings/sound/ |
| D | fsl,asrc.txt | 6 Ends Audio controller such as ESAI, SSI and SAI. It has three pairs to support 39 - fsl,asrc-rate : Defines a mutual sample rate used by DPCM Back Ends. 41 - fsl,asrc-width : Defines a mutual sample width used by DPCM Back Ends. 55 Ends, which can replace the fsl,asrc-width.
|
| D | fsl,easrc.yaml | 56 description: Defines a mutual sample rate used by DPCM Back Ends 63 Defines a mutual sample format used by DPCM Back Ends
|
| /Linux-v6.1/tools/perf/util/ |
| D | stat-display.c | 289 char buf[64], *vals, *ends; in print_metric_csv() local 296 ends = vals = skip_spaces(buf); in print_metric_csv() 297 while (isdigit(*ends) || *ends == '.') in print_metric_csv() 298 ends++; in print_metric_csv() 299 *ends = 0; in print_metric_csv() 380 char buf[64], *vals, *ends; in print_metric_only_csv() local 387 ends = vals = skip_spaces(buf); in print_metric_only_csv() 388 while (isdigit(*ends) || *ends == '.') in print_metric_only_csv() 389 ends++; in print_metric_only_csv() 390 *ends = 0; in print_metric_only_csv() [all …]
|
| /Linux-v6.1/tools/include/nolibc/ |
| D | arch.h | 11 * 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-v6.1/arch/powerpc/include/asm/ |
| D | kasan.h | 37 * The shadow ends before the highest accessible address 46 * The shadow ends before the highest accessible address
|
| /Linux-v6.1/sound/soc/fsl/ |
| D | fsl_asrc_common.h | 68 * @asrc_rate: default sample rate for ASoC Back-Ends 69 * @asrc_format: default sample format for ASoC Back-Ends
|
| /Linux-v6.1/Documentation/userspace-api/media/dvb/ |
| D | frontend_f_open.rst | 57 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-v6.1/tools/testing/selftests/bpf/progs/ |
| D | bpf_iter_bpf_hash_map.c | 100 * map dump ends in dump_bpf_hash_map() 106 BPF_SEQ_PRINTF(seq, "map dump ends\n"); in dump_bpf_hash_map()
|
| /Linux-v6.1/include/net/ |
| D | iw_handler.h | 510 char *ends, struct iw_event *iwe, int event_len); 514 char *ends, struct iw_event *iwe, int event_len) in iwe_stream_add_event_check() argument 516 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check() 529 char *ends, struct iw_event *iwe, char *extra); 533 char *ends, struct iw_event *iwe, char *extra) in iwe_stream_add_point_check() argument 535 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check() 549 char *value, char *ends, struct iw_event *iwe,
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | am335x-bonegreen-wireless.dts | 113 /* 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-v6.1/Documentation/driver-api/media/ |
| D | dtv-demux.rst | 22 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-v6.1/drivers/infiniband/hw/hfi1/ |
| D | pio_copy.c | 41 /* 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-v6.1/include/linux/sched/ |
| D | mm.h | 296 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope. 299 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function. 327 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope. 330 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function.
|
| /Linux-v6.1/drivers/iio/afe/ |
| D | Makefile | 3 # Makefile for industrial I/O Analog Front Ends (AFE)
|
| D | Kconfig | 7 menu "Analog Front Ends"
|
| /Linux-v6.1/scripts/kconfig/ |
| D | expr.h | 213 * for all front ends). Each symbol, menu, etc. defined in the Kconfig files 262 /* For use by front ends that need to store auxiliary data */ 268 * Can be checked by front ends.
|
| /Linux-v6.1/tools/testing/selftests/firmware/ |
| D | settings | 1 # The async firmware timeout is set to 1 second (but ends up being effectively
|
| /Linux-v6.1/Documentation/bpf/ |
| D | bpf_prog_run.rst | 108 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-v6.1/tools/testing/memblock/tests/ |
| D | alloc_nid_api.c | 51 * Expect to allocate a region that ends at max_addr. 103 * Expect to allocate an aligned region that ends before max_addr. 153 * Expect to allocate a region that starts at min_addr and ends at 206 * ends at max_addr (if the address is aligned). 637 * a region that ends before the end of the memory. 674 * a region that ends before the end of the memory. 720 * Expect to allocate a region that ends before max_addr. 772 * Expect to allocate an aligned region that ends before max_addr. 1507 * Expect to drop the lower limit and allocate a memory region that ends at 1564 * ends at the end of the first node that overlaps with the range. [all …]
|
| /Linux-v6.1/arch/mips/ |
| D | Kbuild | 14 # everything ends up here
|
| /Linux-v6.1/arch/powerpc/kernel/ |
| D | note.S | 18 * by the ultravisor. If the kernel is not ultravisor-capable, but it ends up
|
| /Linux-v6.1/sound/soc/tegra/ |
| D | tegra210_peq.h | 39 /* PEQ register definition ends here */
|
| /Linux-v6.1/arch/mips/sni/ |
| D | reset.c | 27 /* XXX This ends up at the ARC firmware prompt ... */
|
| /Linux-v6.1/include/linux/ |
| D | pstore_blk.h | 14 * linux/pstore.h. It means what front-ends this device support.
|
| /Linux-v6.1/arch/alpha/kernel/ |
| D | vmlinux.lds.S | 49 /* Freed after init ends here */
|