| /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 | map_symbol.c | 13 void addr_map_symbol__exit(struct addr_map_symbol *ams) in addr_map_symbol__exit() argument 15 map_symbol__exit(&ams->ms); in addr_map_symbol__exit()
|
| H A D | maps.c | 801 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in __maps__insert_sorted() 803 if (ams->addr < map__start(ams->ms.map) || ams->addr >= map__end(ams->ms.map)) { in __maps__insert_sorted() 806 map__put(ams->ms.map); in __maps__insert_sorted() 807 ams->ms.map = maps__find(maps, ams->addr); in __maps__insert_sorted() 808 if (ams->ms.map == NULL) in __maps__insert_sorted() 812 ams in __maps__insert_sorted() 706 maps__find_ams(struct maps * maps,struct addr_map_symbol * ams) maps__find_ams() argument [all...] |
| H A D | map_symbol.h | 28 void addr_map_symbol__exit(struct addr_map_symbol *ams);
|
| H A D | machine.c | 2044 struct addr_map_symbol *ams, in ip__resolve_data() 2059 ams->addr = ip; in sample__resolve_mem() 2060 ams->al_addr = al.addr; in sample__resolve_mem() 2061 ams->al_level = al.level; in sample__resolve_mem() 2062 ams->ms.thread = thread__get(al.thread); in sample__resolve_mem() 2063 ams->ms.sym = al.sym; in sample__resolve_mem() 2064 ams->ms.map = map__get(al.map); 2065 ams->phys_addr = 0; in callchain_srcline() 2066 ams->data_page_size = 0; in callchain_srcline() 2071 u8 m, struct addr_map_symbol *ams, in callchain_srcline() 2001 ip__resolve_ams(struct thread * thread,struct addr_map_symbol * ams,u64 ip) ip__resolve_ams() argument 2028 ip__resolve_data(struct thread * thread,u8 m,struct addr_map_symbol * ams,u64 addr,u64 phys_addr,u64 daddr_page_size) ip__resolve_data() argument [all...] |
| H A D | maps.h | 74 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
|
| H A D | annotate.c | 396 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles() 416 (start->ms.sym == ams->ms.sym || in addr_map_symbol__account_cycles() 417 (ams->ms.sym && in addr_map_symbol__account_cycles() 418 start->addr == ams->ms.sym->start + map__start(ams->ms.map)))) in addr_map_symbol__account_cycles() 422 ams->addr, in addr_map_symbol__account_cycles() 424 ams->ms.sym ? ams->ms.sym->start + map__start(ams->ms.map) : 0, in addr_map_symbol__account_cycles() 426 err = symbol__account_cycles(ams in addr_map_symbol__account_cycles() 394 addr_map_symbol__account_cycles(struct addr_map_symbol * ams,struct addr_map_symbol * start,unsigned cycles,struct evsel * evsel,u64 br_cntr) addr_map_symbol__account_cycles() argument 584 addr_map_symbol__inc_samples(struct addr_map_symbol * ams,struct perf_sample * sample,struct evsel * evsel) addr_map_symbol__inc_samples() argument [all...] |
| H A D | annotate.h | 425 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample); 429 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
|
| H A D | sort.c | 692 static char *addr_map_symbol__srcline(struct addr_map_symbol *ams) 694 return map__srcline(ams->ms.map, ams->al_addr, ams->ms.sym); 567 addr_map_symbol__srcline(struct addr_map_symbol * ams) addr_map_symbol__srcline() argument
|
| /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 | 622 enum tcpm_ams ams; member 1087 tcpm_log(port, "AMS %s finished", tcpm_ams_str[port->ams]); in tcpm_ams_finish() 1099 port->ams = NONE_AMS; in tcpm_ams_finish() 1157 if (port->ams != NONE_AMS) in tcpm_pd_transmit() 1170 if (port->ams == ATTENTION || port->ams == SOURCE_ALERT) in tcpm_pd_transmit() 1578 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state() 1586 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state() 1612 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state_cond() 1624 switch (port->ams) { in tcpm_vdm_ams() 1646 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/
|
| H A D | Kconfig | 263 will be called ams.
|
| /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/nvidia/ |
| 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/arm/boot/dts/renesas/ |
| H A D | sh73a0-kzm9g.dts | 221 compatible = "ams,as3711";
|