| /linux/drivers/macintosh/ams/ |
| H A D | Makefile | 6 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
|
| H A D | ams.h | 23 struct ams { struct 64 extern struct ams ams_info; argument
|
| H A D | ams-core.c | 19 struct ams ams_info;
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | as3722.txt | 1 * 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 …]
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | as3722-regulator.txt | 32 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>;
|
| /linux/arch/arm/mach-omap1/ |
| H A D | Makefile | 35 obj-$(CONFIG_MACH_AMS_DELTA) += board-ams-delta.o ams-delta-fiq.o \ 36 ams-delta-fiq-handler.o
|
| /linux/tools/perf/util/ |
| H A D | maps.c | 674 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams() argument 676 if (ams->addr < map__start(ams->ms.map) || ams->addr >= map__end(ams->ms.map)) { in maps__find_ams() 679 ams->ms.map = maps__find(maps, ams->addr); in maps__find_ams() 680 if (ams->ms.map == NULL) in maps__find_ams() 684 ams->al_addr = map__map_ip(ams->ms.map, ams->addr); in maps__find_ams() 685 ams->ms.sym = map__find_symbol(ams->ms.map, ams->al_addr); in maps__find_ams() 687 return ams->ms.sym ? 0 : -1; in maps__find_ams()
|
| H A D | map_symbol.c | 12 void addr_map_symbol__exit(struct addr_map_symbol *ams) in addr_map_symbol__exit() argument 14 map_symbol__exit(&ams->ms); in addr_map_symbol__exit()
|
| H A D | machine.c | 2001 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->al_level = al.level; in ip__resolve_ams() 2019 ams->ms.maps = maps__get(al.maps); in ip__resolve_ams() 2020 ams->ms.sym = al.sym; in ip__resolve_ams() 2021 ams->ms.map = map__get(al.map); in ip__resolve_ams() 2022 ams->phys_addr = 0; in ip__resolve_ams() 2023 ams->data_page_size = 0; in ip__resolve_ams() 2028 u8 m, struct addr_map_symbol *ams, in ip__resolve_data() argument [all …]
|
| H A D | map_symbol.h | 27 void addr_map_symbol__exit(struct addr_map_symbol *ams);
|
| H A D | annotate.c | 392 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles() argument 412 (start->ms.sym == ams->ms.sym || in addr_map_symbol__account_cycles() 413 (ams->ms.sym && in addr_map_symbol__account_cycles() 414 start->addr == ams->ms.sym->start + map__start(ams->ms.map)))) in addr_map_symbol__account_cycles() 418 ams->addr, in addr_map_symbol__account_cycles() 420 ams->ms.sym ? ams->ms.sym->start + map__start(ams->ms.map) : 0, in addr_map_symbol__account_cycles() 422 err = symbol__account_cycles(ams->al_addr, saddr, ams->ms.sym, cycles, evsel, br_cntr); in addr_map_symbol__account_cycles() 582 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, in addr_map_symbol__inc_samples() argument 585 return symbol__inc_addr_samples(&ams->ms, evsel, ams->al_addr, sample); in addr_map_symbol__inc_samples()
|
| H A D | maps.h | 67 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
|
| H A D | annotate.h | 425 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, 430 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
|
| /linux/sound/soc/ti/ |
| H A D | Makefile | 32 snd-soc-ams-delta-y := ams-delta.o 43 obj-$(CONFIG_SND_SOC_OMAP_AMS_DELTA) += snd-soc-ams-delta.o
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 527 enum tcpm_ams ams; member 984 tcpm_log(port, "AMS %s finished", tcpm_ams_str[port->ams]); in tcpm_ams_finish() 996 port->ams = NONE_AMS; in tcpm_ams_finish() 1054 if (port->ams != NONE_AMS) in tcpm_pd_transmit() 1067 if (port->ams == ATTENTION || port->ams == SOURCE_ALERT) in tcpm_pd_transmit() 1417 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state() 1425 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state() 1451 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state_cond() 1463 switch (port->ams) { in tcpm_vdm_ams() 1485 switch (port->ams) { in tcpm_ams_interruptible() [all …]
|
| /linux/drivers/iio/chemical/ |
| H A D | Makefile | 17 obj-$(CONFIG_IAQCORE) += ams-iaq-core.o
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp157a-iot-box.dts | 27 compatible = "ams,ccs811";
|
| /linux/drivers/macintosh/ |
| H A D | Makefile | 66 obj-$(CONFIG_SENSORS_AMS) += ams/
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra124-venice2.dts | 661 compatible = "ams,as3722"; 665 ams,system-power-controller; 720 ams,ext-control = <2>; 731 ams,ext-control = <1>; 780 ams,ext-control = <1>; 803 ams,enable-tracking;
|
| H A D | tegra124-jetson-tk1.dts | 1466 compatible = "ams,as3722"; 1470 ams,system-power-controller; 1520 ams,ext-control = <2>; 1531 ams,ext-control = <1>; 1580 ams,ext-control = <1>; 1603 ams,enable-tracking;
|
| H A D | tegra124-apalis-v1.2.dtsi | 1597 compatible = "ams,as3722"; 1600 ams,system-power-controller; 1643 ams,ext-control = <2>; 1654 ams,ext-control = <1>; 1705 ams,ext-control = <1>; 1728 ams,enable-tracking;
|
| H A D | tegra124-apalis.dtsi | 1590 compatible = "ams,as3722"; 1593 ams,system-power-controller; 1636 ams,ext-control = <2>; 1647 ams,ext-control = <1>; 1698 ams,ext-control = <1>; 1721 ams,enable-tracking;
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra132-norrin.dts | 554 compatible = "ams,as3722"; 558 ams,system-power-controller; 626 ams,ext-control = <2>; 636 ams,ext-control = <1>; 685 ams,ext-control = <1>; 708 ams,enable-tracking;
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-n950-n9.dtsi | 262 compatible = "ams,as3645a"; 268 ams,input-max-microamp = <1750000>;
|
| /linux/arch/arm/boot/dts/renesas/ |
| H A D | sh73a0-kzm9g.dts | 221 compatible = "ams,as3711";
|