/linux-6.12.1/drivers/input/touchscreen/ |
D | mxs-lradc-ts.c | 610 u32 ts_wires = 0, adapt; in mxs_lradc_ts_probe() local 631 if (of_property_read_u32(node, "fsl,ave-ctrl", &adapt)) { in mxs_lradc_ts_probe() 634 if (adapt >= 1 && adapt <= 32) { in mxs_lradc_ts_probe() 635 ts->over_sample_cnt = adapt; in mxs_lradc_ts_probe() 638 adapt); in mxs_lradc_ts_probe() 643 if (of_property_read_u32(node, "fsl,ave-delay", &adapt)) { in mxs_lradc_ts_probe() 646 if (adapt >= 2 && adapt <= LRADC_DELAY_DELAY_MASK + 1) { in mxs_lradc_ts_probe() 647 ts->over_sample_delay = adapt; in mxs_lradc_ts_probe() 650 adapt); in mxs_lradc_ts_probe() 655 if (of_property_read_u32(node, "fsl,settling", &adapt)) { in mxs_lradc_ts_probe() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | armadeus,st0700-adapt.yaml | 4 $id: http://devicetree.org/schemas/display/panel/armadeus,st0700-adapt.yaml# 21 const: armadeus,st0700-adapt
|
/linux-6.12.1/drivers/misc/echo/ |
D | echo.h | 52 to adapt best to the strongest parts of a signal. If the signal is white noise, 55 spectrum) the echo signal improves the adapt rate for speech, and ensures the 131 int16_t adapt; member
|
D | echo.c | 416 /* very simple DTD to make sure we dont try and adapt with strong in oslec_update() 419 ec->adapt = 0; in oslec_update() 441 ec->adapt = 1; in oslec_update()
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | cs42l56.txt | 39 Amplifiers adapt to the output signal levels. 40 0 = Adapt to Volume Mode. Voltage level determined by the sum of the relevant volume settings.
|
/linux-6.12.1/include/drm/display/ |
D | drm_dp_aux_bus.h | 60 /* New API returns -ENODEV for no child case; adapt to old assumption */ in of_dp_aux_populate_ep_devices() 70 /* New API returns -ENODEV for no child case; adapt to old assumption */ in devm_of_dp_aux_populate_ep_devices()
|
/linux-6.12.1/samples/hid/ |
D | hid_mouse.c | 8 * This C main file is generic though. To adapt the code and test, users 50 "consider this as a demo and adapt the eBPF program to your needs\n" in usage()
|
/linux-6.12.1/drivers/staging/media/starfive/camss/ |
D | TODO.txt | 3 adapt hardware modules configuration accordingly;
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | cache-policies.rst | 94 long time for the cache to adapt between varying IO patterns. 100 levels. This lets it adapt to new IO patterns very quickly.
|
/linux-6.12.1/drivers/staging/media/sunxi/sun6i-isp/ |
D | TODO.txt | 6 statistics and adapt hardware modules configuration accordingly;
|
/linux-6.12.1/Documentation/devicetree/bindings/media/ |
D | mediatek,mdp3-tcc.yaml | 15 achieve HDR10 effects. This helps adapt the content to the color and
|
/linux-6.12.1/drivers/scsi/ |
D | ips.c | 4208 if (ha->adapt) { in ips_free() 4211 sizeof (IPS_IO_CMD), ha->adapt, in ips_free() 4212 ha->adapt->hw_status_start); in ips_free() 4213 ha->adapt = NULL; in ips_free() 4367 ha->dummy->ccsar = cpu_to_le32(ha->adapt->hw_status_start in ips_init_scb() 4378 scb->cmd.basic_io.ccsar = cpu_to_le32(ha->adapt->hw_status_start in ips_init_scb() 5124 ha->adapt->p_status_start = ha->adapt->status; in ips_statinit() 5125 ha->adapt->p_status_end = ha->adapt->status + IPS_MAX_CMDS; in ips_statinit() 5126 ha->adapt->p_status_tail = ha->adapt->status; in ips_statinit() 5128 phys_status_start = ha->adapt->hw_status_start; in ips_statinit() [all …]
|
/linux-6.12.1/Documentation/input/devices/ |
D | appletouch.rst | 75 The appletouch driver tries to handle this noise and auto adapt itself, but it
|
/linux-6.12.1/lib/xz/ |
D | xz_private.h | 55 * macros and functions. This makes it easier to adapt the code into
|
/linux-6.12.1/drivers/accel/ivpu/ |
D | vpu_boot_api.h | 71 * NOTE: host driver is expected to adapt size accordingly to actual 77 * NOTE: host driver is expected to adapt size accordingly to actual
|
/linux-6.12.1/Documentation/admin-guide/cifs/ |
D | todo.rst | 116 2) Improve xfstest's cifs/smb3 enablement and adapt xfstests where needed to test
|
/linux-6.12.1/drivers/mfd/ |
D | fsl-imx25-tsadc.c | 109 * adapt the ADC internal clock divider to the IPG clock rate. in mx25_tsadc_setup_clk()
|
/linux-6.12.1/kernel/sched/ |
D | stats.c | 104 * format, so that tools can adapt (or abort)
|
/linux-6.12.1/net/mac80211/ |
D | s1g.c | 4 * Copyright(c) 2020 Adapt-IP
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6ul-imx6ull-opos6uldev.dtsi | 52 compatible = "armadeus,st0700-adapt";
|
/linux-6.12.1/arch/x86/mm/ |
D | kaslr.c | 112 /* Adapt physical memory region size based on available memory */ in kernel_randomize_memory()
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | motorcomm,yt8xxx.yaml | 91 This configuration is mainly to adapt to VF2 with JH7110 SoC.
|
/linux-6.12.1/include/linux/ |
D | lsm_hooks.h | 65 * dynamic to adapt the number of static calls to the number of callbacks.
|
/linux-6.12.1/Documentation/bpf/ |
D | bpf_design_QA.rst | 297 should be used in order to make it easier to adapt your BPF programs to 331 kernel releases. The users must adapt their BPF programs to the new changes and
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | drxk_hard.h | 271 adapt to the bitrate of the TS */
|