/linux-6.1.9/sound/soc/meson/ |
D | axg-tdm-formatter.c | 70 static int axg_tdm_formatter_enable(struct axg_tdm_formatter *formatter) in axg_tdm_formatter_enable() argument 72 struct axg_tdm_stream *ts = formatter->stream; in axg_tdm_formatter_enable() 77 if (formatter->enabled) in axg_tdm_formatter_enable() 94 ret = reset_control_reset(formatter->reset); in axg_tdm_formatter_enable() 104 ret = clk_set_phase(formatter->sclk, invert ? 0 : 180); in axg_tdm_formatter_enable() 109 ret = formatter->drv->ops->prepare(formatter->map, in axg_tdm_formatter_enable() 110 formatter->drv->quirks, in axg_tdm_formatter_enable() 111 formatter->stream); in axg_tdm_formatter_enable() 116 ret = clk_prepare_enable(formatter->sclk); in axg_tdm_formatter_enable() 120 ret = clk_prepare_enable(formatter->lrclk); in axg_tdm_formatter_enable() [all …]
|
D | Makefile | 14 snd-soc-meson-axg-tdm-formatter-objs := axg-tdm-formatter.o 33 obj-$(CONFIG_SND_MESON_AXG_TDM_FORMATTER) += snd-soc-meson-axg-tdm-formatter.o
|
D | Kconfig | 49 Select Y or M to add support for TDM input formatter embedded 57 Select Y or M to add support for TDM output formatter embedded
|
/linux-6.1.9/scripts/ |
D | generate_rust_target.rs | 31 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt() 33 Value::Boolean(boolean) => write!(formatter, "{}", boolean), in fmt() 34 Value::Number(number) => write!(formatter, "{}", number), in fmt() 35 Value::String(string) => write!(formatter, "\"{}\"", string), in fmt() 37 formatter.write_str("{")?; in fmt() 40 write!(formatter, "\"{}\": {},", key, value)?; in fmt() 42 write!(formatter, "\"{}\": {}", last.0, last.1)?; in fmt() 44 formatter.write_str("}") in fmt() 93 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt() 95 formatter.write_str("{\n")?; in fmt() [all …]
|
/linux-6.1.9/fs/xfs/ |
D | xfs_itable.c | 34 bulkstat_one_fmt_pf formatter; member 150 error = bc->formatter(bc->breq, buf); in xfs_bulkstat_one_int() 172 bulkstat_one_fmt_pf formatter) in xfs_bulkstat_one() argument 175 .formatter = formatter, in xfs_bulkstat_one() 263 bulkstat_one_fmt_pf formatter) in xfs_bulkstat() argument 266 .formatter = formatter, in xfs_bulkstat() 356 inumbers_fmt_pf formatter; member 392 error = ic->formatter(ic->breq, &inogrp); in xfs_inumbers_walk() 407 inumbers_fmt_pf formatter) in xfs_inumbers() argument 410 .formatter = formatter, in xfs_inumbers()
|
D | xfs_itable.h | 56 int xfs_bulkstat_one(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 57 int xfs_bulkstat(struct xfs_ibulk *breq, bulkstat_one_fmt_pf formatter); 64 int xfs_inumbers(struct xfs_ibulk *breq, inumbers_fmt_pf formatter);
|
/linux-6.1.9/tools/testing/selftests/tc-testing/ |
D | tdc_batch.py | 93 formatter = format_add_filter variable 95 formatter = format_del_filter variable 97 formatter = format_rep_filter variable 106 cmd = formatter(device, prio, handle_start + index, skip, src_mac,
|
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
D | xlnx,audio-formatter.txt | 1 Device-Tree bindings for Xilinx PL audio formatter 7 - compatible: "xlnx,audio-formatter-1.0" 22 compatible = "xlnx,audio-formatter-1.0";
|
D | amlogic,axg-tdm-formatters.txt | 21 - resets: phandle to the dedicated reset line of the tdm formatter.
|
/linux-6.1.9/sound/soc/xilinx/ |
D | Makefile | 4 snd-soc-xlnx-formatter-pcm-objs := xlnx_formatter_pcm.o 5 obj-$(CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER) += snd-soc-xlnx-formatter-pcm.o
|
D | Kconfig | 12 tristate "Audio support for the Xilinx audio formatter" 14 Select this option to enable Xilinx audio formatter
|
/linux-6.1.9/fs/ext4/ |
D | fsmap.h | 40 ext4_fsmap_format_t formatter, void *arg);
|
D | mballoc.h | 234 ext4_mballoc_query_range_fn formatter,
|
D | fsmap.c | 628 ext4_fsmap_format_t formatter, void *arg) in ext4_getfsmap() argument 679 info.gfi_formatter = formatter; in ext4_getfsmap()
|
D | mballoc.c | 6571 ext4_mballoc_query_range_fn formatter, in ext4_mballoc_query_range() argument 6598 error = formatter(sb, group, start, next - start, priv); in ext4_mballoc_query_range()
|
/linux-6.1.9/tools/perf/tests/ |
D | attr.py | 350 formatter = logging.Formatter('%(message)s') 351 ch.setFormatter(formatter)
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etb10 | 17 formatter after a defined number of words have been stored
|
D | sysfs-bus-coresight-devices-tmc | 6 formatter after a defined number of words have been stored
|
/linux-6.1.9/Documentation/userspace-api/media/mediactl/ |
D | media-types.rst | 151 - Video pixel formatter. An entity capable of pixel formatting
|
/linux-6.1.9/Documentation/filesystems/ |
D | vfat.rst | 13 No special partition formatter is required,
|
/linux-6.1.9/drivers/staging/media/ipu3/ |
D | ipu3-abi.h | 1055 formatter[IPU3_UAPI_MAX_STRIPES][IMGU_ABI_OSYS_PINS]; member
|
D | ipu3-css-params.c | 1145 param = &osys->formatter[s][pin].param; in imgu_css_osys_calc()
|