Home
last modified time | relevance | path

Searched refs:ams (Results 1 – 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/macintosh/ams/
DMakefile6 ams-y := ams-core.o ams-input.o
7 ams-$(CONFIG_SENSORS_AMS_PMU) += ams-pmu.o
8 ams-$(CONFIG_SENSORS_AMS_I2C) += ams-i2c.o
9 obj-$(CONFIG_SENSORS_AMS) += ams.o
Dams.h20 struct ams { struct
61 extern struct ams ams_info; argument
Dams-core.c19 struct ams ams_info;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/proximity/
Das3935.txt4 - compatible: must be "ams,as3935"
15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping
18 - ams,nflwdth: Set the noise and watchdog threshold register on
26 compatible = "ams,as3935";
32 ams,tuning-capacitor-pf = <80>;
33 ams,nflwdth = <0x44>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Das3722.txt1 * ams AS3722 Power management IC.
5 - compatible: Must be "ams,as3722".
18 - ams,enable-internal-int-pullup: Boolean property, to enable internal pullup on
20 - ams,enable-internal-i2c-pullup: Boolean property, to enable internal pullup on
23 - ams,enable-ac-ok-power-on: Boolean property, to enable exit out of power off
111 ams,ext-control: External control of the rail. The option of
122 ams,enable-tracking: Enable tracking with SD1, only supported
130 ams,system-power-controller: Boolean, to enable the power off functionality
138 compatible = "ams,as3722";
141 ams,system-power-controller;
[all …]
Das3711.txt9 - compatible : must be "ams,as3711"
45 compatible = "ams,as3711";
64 compatible = "ams,as3711-bl";
/kernel/linux/linux-5.10/tools/perf/util/
Dmap.c695 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams() argument
697 if (ams->addr < ams->ms.map->start || ams->addr >= ams->ms.map->end) { in maps__find_ams()
700 ams->ms.map = maps__find(maps, ams->addr); in maps__find_ams()
701 if (ams->ms.map == NULL) in maps__find_ams()
705 ams->al_addr = ams->ms.map->map_ip(ams->ms.map, ams->addr); in maps__find_ams()
706 ams->ms.sym = map__find_symbol(ams->ms.map, ams->al_addr); in maps__find_ams()
708 return ams->ms.sym ? 0 : -1; in maps__find_ams()
Dmaps.h77 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
Dannotate.h339 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample,
342 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
Dmachine.c2001 struct addr_map_symbol *ams, in ip__resolve_ams() argument
2016 ams->addr = ip; in ip__resolve_ams()
2017 ams->al_addr = al.addr; in ip__resolve_ams()
2018 ams->ms.maps = al.maps; in ip__resolve_ams()
2019 ams->ms.sym = al.sym; in ip__resolve_ams()
2020 ams->ms.map = al.map; in ip__resolve_ams()
2021 ams->phys_addr = 0; in ip__resolve_ams()
2025 u8 m, struct addr_map_symbol *ams, in ip__resolve_data() argument
2034 ams->addr = addr; in ip__resolve_data()
2035 ams->al_addr = al.addr; in ip__resolve_data()
[all …]
Dannotate.c990 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles() argument
1008 (start->ms.sym == ams->ms.sym || in addr_map_symbol__account_cycles()
1009 (ams->ms.sym && in addr_map_symbol__account_cycles()
1010 start->addr == ams->ms.sym->start + ams->ms.map->start))) in addr_map_symbol__account_cycles()
1014 ams->addr, in addr_map_symbol__account_cycles()
1016 ams->ms.sym ? ams->ms.sym->start + ams->ms.map->start : 0, in addr_map_symbol__account_cycles()
1018 err = symbol__account_cycles(ams->al_addr, saddr, ams->ms.sym, cycles); in addr_map_symbol__account_cycles()
1101 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, in addr_map_symbol__inc_samples() argument
1104 return symbol__inc_addr_samples(&ams->ms, evsel, ams->al_addr, sample); in addr_map_symbol__inc_samples()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Das3722-regulator.txt32 ams,ext-control: External control of the rail. The option of
39 ams,enable-tracking: Enable tracking with SD1, only supported
45 compatible = "ams,as3722";
58 ams,ext-control = <2>;
66 ams,ext-control = <1>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/
Dams,as3645a.txt16 compatible : Must be "ams,as3645a".
34 ams,input-max-microamp: Maximum flash controller input current. The
71 compatible = "ams,as3645a";
77 ams,input-max-microamp = <1750000>;
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
DMakefile45 obj-$(CONFIG_MACH_AMS_DELTA) += board-ams-delta.o ams-delta-fiq.o \
46 ams-delta-fiq-handler.o
/kernel/linux/linux-5.10/sound/soc/ti/
DMakefile34 snd-soc-ams-delta-objs := ams-delta.o
45 obj-$(CONFIG_SND_SOC_OMAP_AMS_DELTA) += snd-soc-ams-delta.o
/kernel/linux/linux-5.10/drivers/iio/chemical/
DMakefile13 obj-$(CONFIG_IAQCORE) += ams-iaq-core.o
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dtegra124-nyan.dtsi133 compatible = "ams,as3722";
137 ams,system-power-controller;
199 ams,ext-control = <2>;
210 ams,ext-control = <1>;
258 ams,ext-control = <1>;
281 ams,enable-tracking;
Dstm32mp157a-iot-box.dts27 compatible = "ams,ccs811";
Dtegra124-venice2.dts651 compatible = "ams,as3722";
655 ams,system-power-controller;
710 ams,ext-control = <2>;
721 ams,ext-control = <1>;
770 ams,ext-control = <1>;
793 ams,enable-tracking;
Domap3-n950-n9.dtsi262 compatible = "ams,as3645a";
268 ams,input-max-microamp = <1750000>;
Dtegra124-apalis.dtsi1566 compatible = "ams,as3722";
1569 ams,system-power-controller;
1612 ams,ext-control = <2>;
1623 ams,ext-control = <1>;
1674 ams,ext-control = <1>;
1697 ams,enable-tracking;
/kernel/linux/linux-5.10/drivers/macintosh/
DMakefile65 obj-$(CONFIG_SENSORS_AMS) += ams/
/kernel/linux/linux-5.10/arch/arm64/boot/dts/nvidia/
Dtegra132-norrin.dts552 compatible = "ams,as3722";
556 ams,system-power-controller;
624 ams,ext-control = <2>;
634 ams,ext-control = <1>;
683 ams,ext-control = <1>;
706 ams,enable-tracking;
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
DMakefile9 obj-$(CONFIG_MTD_NAND_AMS_DELTA) += ams-delta.o
/kernel/linux/linux-5.10/drivers/power/reset/
DKconfig13 bool "ams AS3722 power-off driver"
16 This driver supports turning off board via a ams AS3722 power-off.

12