Home
last modified time | relevance | path

Searched refs:adapt (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/drivers/input/touchscreen/
H A Dmxs-lradc-ts.c610 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()
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()
658 if (adapt >= 1 && adapt <= LRADC_DELAY_DELAY_MASK) { in mxs_lradc_ts_probe()
659 ts->settling_delay = adapt; in mxs_lradc_ts_probe()
[all …]
/linux-6.15/drivers/i2c/busses/
H A Di2c-k1.c101 struct i2c_adapter adapt; member
299 i2c->adapt.timeout); in spacemit_i2c_xfer_msg()
557 i2c_set_adapdata(&i2c->adapt, i2c); in spacemit_i2c_probe()
558 i2c->adapt.owner = THIS_MODULE; in spacemit_i2c_probe()
559 i2c->adapt.algo = &spacemit_i2c_algo; in spacemit_i2c_probe()
560 i2c->adapt.dev.parent = i2c->dev; in spacemit_i2c_probe()
561 i2c->adapt.nr = pdev->id; in spacemit_i2c_probe()
563 i2c->adapt.dev.of_node = of_node; in spacemit_i2c_probe()
565 strscpy(i2c->adapt.name, "spacemit-i2c-adapter", sizeof(i2c->adapt.name)); in spacemit_i2c_probe()
571 ret = i2c_add_numbered_adapter(&i2c->adapt); in spacemit_i2c_probe()
[all …]
/linux-6.15/Documentation/devicetree/bindings/display/panel/
H A Darmadeus,st0700-adapt.yaml4 $id: http://devicetree.org/schemas/display/panel/armadeus,st0700-adapt.yaml#
21 const: armadeus,st0700-adapt
/linux-6.15/drivers/scsi/
H A Dips.c5124 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()
5155 ha->adapt->p_status_start = ha->adapt->status; in ips_statinit_memio()
5157 ha->adapt->p_status_tail = ha->adapt->status; in ips_statinit_memio()
5183 if (ha->adapt->p_status_tail != ha->adapt->p_status_end) { in ips_statupd_copperhead()
5187 ha->adapt->p_status_tail = ha->adapt->p_status_start; in ips_statupd_copperhead()
5188 ha->adapt->hw_status_tail = ha->adapt->hw_status_start; in ips_statupd_copperhead()
5211 if (ha->adapt->p_status_tail != ha->adapt->p_status_end) { in ips_statupd_copperhead_memio()
5215 ha->adapt->p_status_tail = ha->adapt->p_status_start; in ips_statupd_copperhead_memio()
[all …]
H A Dips.h1025 IPS_ADAPTER *adapt; /* Adapter status area */ member
/linux-6.15/drivers/staging/media/starfive/camss/
H A DTODO.txt3 adapt hardware modules configuration accordingly;
/linux-6.15/drivers/staging/media/sunxi/sun6i-isp/
H A DTODO.txt6 statistics and adapt hardware modules configuration accordingly;
/linux-6.15/drivers/misc/echo/
H A Decho.h131 int16_t adapt; member
H A Decho.c419 ec->adapt = 0; in oslec_update()
441 ec->adapt = 1; in oslec_update()
/linux-6.15/Documentation/devicetree/bindings/media/
H A Dmediatek,mdp3-tcc.yaml15 achieve HDR10 effects. This helps adapt the content to the color and
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst94 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.15/Documentation/devicetree/bindings/sound/
H A Dcs42l56.txt39 Amplifiers adapt to the output signal levels.
/linux-6.15/Documentation/input/devices/
H A Dappletouch.rst75 The appletouch driver tries to handle this noise and auto adapt itself, but it
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-imx6ull-opos6uldev.dtsi52 compatible = "armadeus,st0700-adapt";
H A Dimx6qdl-apf6dev.dtsi74 compatible = "armadeus,st0700-adapt";
/linux-6.15/drivers/usb/typec/mux/
H A DKconfig84 Supports flipping USB-C SuperSpeed lanes to adapt to orientation
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dmotorcomm,yt8xxx.yaml91 This configuration is mainly to adapt to VF2 with JH7110 SoC.
/linux-6.15/mm/
H A Dmm_init.c2472 unsigned long adapt; in alloc_large_system_hash() local
2474 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash()
2475 adapt <<= ADAPT_SCALE_SHIFT) in alloc_large_system_hash()
/linux-6.15/Documentation/admin-guide/cifs/
H A Dtodo.rst116 2) Improve xfstest's cifs/smb3 enablement and adapt xfstests where needed to test
/linux-6.15/Documentation/bpf/
H A Dbpf_design_QA.rst297 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.15/Documentation/hwmon/
H A Dasc7621.rst73 The tachometer measurement system is flexible and able to adapt to many
/linux-6.15/Documentation/gpu/
H A Dvgaarbiter.rst184 enhancing the kernel code to adapt as a kernel module and also did the
/linux-6.15/Documentation/timers/
H A Dtimekeeping.rst51 These measures does not affect the clock source per se, they only adapt the
/linux-6.15/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst39 coalescing parameters, allowing the driver to dynamically adapt the latency
/linux-6.15/Documentation/networking/device_drivers/ethernet/intel/
H A Diavf.rst90 adapt to changing feature sets of the physical function driver (PF) with which

12