Home
last modified time | relevance | path

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

12

/linux/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()
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/drivers/i2c/busses/
H A Di2c-k1.c110 struct i2c_adapter adapt; member
323 i2c->adapt.timeout); in spacemit_i2c_xfer_msg()
486 i2c->adapt.timeout = usecs_to_jiffies(timeout + USEC_PER_SEC / 10) / i2c->msg_num; in spacemit_i2c_calc_timeout()
489 static int spacemit_i2c_xfer(struct i2c_adapter *adapt, struct i2c_msg *msgs, int num) in spacemit_i2c_xfer() argument
491 struct spacemit_i2c_dev *i2c = i2c_get_adapdata(adapt); in spacemit_i2c_xfer()
583 i2c_set_adapdata(&i2c->adapt, i2c); in spacemit_i2c_probe()
584 i2c->adapt.owner = THIS_MODULE; in spacemit_i2c_probe()
585 i2c->adapt.algo = &spacemit_i2c_algo; in spacemit_i2c_probe()
586 i2c->adapt.dev.parent = i2c->dev; in spacemit_i2c_probe()
587 i2c->adapt.nr = pdev->id; in spacemit_i2c_probe()
[all …]
/linux/rust/kernel/
H A Ddebugfs.rs218 let file_ops = <FormatAdapter<T, F>>::FILE_OPS.adapt(); in read_callback_file()
274 .adapt() in read_write_callback_file()
275 .adapt(); in read_write_callback_file()
328 .adapt() in write_callback_file()
329 .adapt(); in write_callback_file()
563 let vtable = <FormatAdapter<T, F> as ReadFile<_>>::FILE_OPS.adapt(); in read_callback_file()
622 .adapt() in read_write_callback_file()
623 .adapt(); in read_write_callback_file()
669 .adapt() in write_only_callback_file()
670 .adapt(); in write_only_callback_file()
/linux/drivers/staging/media/starfive/camss/
H A DTODO.txt3 adapt hardware modules configuration accordingly;
/linux/drivers/staging/media/sunxi/sun6i-isp/
H A DTODO.txt6 statistics and adapt hardware modules configuration accordingly;
/linux/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/Documentation/devicetree/bindings/sound/
H A Dcs42l56.txt39 Amplifiers adapt to the output signal levels.
/linux/Documentation/input/devices/
H A Dappletouch.rst75 The appletouch driver tries to handle this noise and auto adapt itself, but it
/linux/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/rust/kernel/debugfs/
H A Dfile_ops.rs52 pub(super) const fn adapt(&self) -> &FileOps<T::Inner> { in adapt() method
/linux/mm/
H A Dmm_init.c2409 unsigned long adapt; in alloc_large_system_hash() local
2411 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash()
2412 adapt <<= ADAPT_SCALE_SHIFT) in alloc_large_system_hash()
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst116 2) Improve xfstest's cifs/smb3 enablement and adapt xfstests where needed to test
/linux/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/LICENSES/deprecated/
H A DCC0-1.053 i. the right to reproduce, adapt, distribute, perform, display,
/linux/Documentation/hwmon/
H A Dasc7621.rst73 The tachometer measurement system is flexible and able to adapt to many
/linux/Documentation/timers/
H A Dtimekeeping.rst51 These measures does not affect the clock source per se, they only adapt the
/linux/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst39 coalescing parameters, allowing the driver to dynamically adapt the latency
/linux/Documentation/process/
H A Dhowto.rst55 documented; do not expect people to adapt to you or your company's way
458 You have to be cooperative, and willing to adapt your idea to fit within
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Diavf.rst90 adapt to changing feature sets of the physical function driver (PF) with which
/linux/net/netfilter/ipvs/
H A DKconfig60 small, otherwise you will lose performance on it. You can adapt the
/linux/Documentation/admin-guide/mm/
H A Dksm.rst301 The advisor can be enabled, so KSM can automatically adapt to changes in the
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst99 help CD-ROM driver developers adapt their code to use the Uniform CD-ROM
295 flexibility to adapt to the different users' wishes (and **not** the
1009 the code in a large part, and you will almost certainly need to adapt the
/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst350 we need to adapt the code generation for the fact that rp vars are now
/linux/Documentation/filesystems/
H A Df2fs.rst13 disks, a file system, an upper layer to the storage device, should adapt to the

12