/Linux-v5.15/drivers/macintosh/ams/ |
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
|
D | ams-i2c.c | 19 #include "ams.h" 21 /* AMS registers */ 46 /* AMS commands - use with the AMS_COMMAND register */ 71 .name = "ams", 171 printk(KERN_INFO "ams: Failed to reset the device\n"); in ams_i2c_probe() 176 printk(KERN_INFO "ams: Failed to start the device\n"); in ams_i2c_probe() 190 printk(KERN_INFO "ams: Incorrect device version (%d.%d)\n", in ams_i2c_probe() 200 printk(KERN_INFO "ams: Incorrect firmware version (%d.%d)\n", in ams_i2c_probe() 228 printk(KERN_INFO "ams: Found I2C based motion sensor\n"); in ams_i2c_probe() 244 printk(KERN_INFO "ams: Unloading\n"); in ams_i2c_remove()
|
D | ams-core.c | 16 #include "ams.h" 19 struct ams ams_info; 99 printk(KERN_INFO "ams: freefall detected!\n"); in ams_worker() 106 printk(KERN_INFO "ams: shock detected!\n"); in ams_worker() 149 ams_info.of_dev = of_platform_device_create(ams_info.of_node, "ams", NULL); in ams_sensor_attach()
|
D | ams.h | 20 struct ams { struct 61 extern struct ams ams_info; argument
|
D | ams-pmu.c | 15 #include "ams.h" 142 printk(KERN_INFO "ams: Unloading\n"); in ams_pmu_exit() 194 printk(KERN_INFO "ams: Found PMU based motion sensor\n"); in ams_pmu_init()
|
/Linux-v5.15/Documentation/devicetree/bindings/iio/proximity/ |
D | ams,as3935.yaml | 4 $id: http://devicetree.org/schemas/iio/proximity/ams,as3935.yaml# 18 const: ams,as3935 31 ams,tuning-capacitor-pf: 39 ams,nflwdth: 61 compatible = "ams,as3935"; 67 ams,tuning-capacitor-pf = <80>; 68 ams,nflwdth = <0x44>;
|
/Linux-v5.15/Documentation/devicetree/bindings/mfd/ |
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 …]
|
D | as3711.txt | 9 - compatible : must be "ams,as3711" 45 compatible = "ams,as3711"; 64 compatible = "ams,as3711-bl";
|
/Linux-v5.15/Documentation/devicetree/bindings/iio/light/ |
D | ams,as73211.yaml | 4 $id: http://devicetree.org/schemas/iio/light/ams,as73211.yaml# 7 title: AMS AS73211 JENCOLOR(R) Digital XYZ Sensor 14 …https://ams.com/documents/20143/36005/AS73211_DS000556_3-01.pdf/a65474c0-b302-c2fd-e30a-c98df87616… 19 - ams,as73211 46 compatible = "ams,as73211";
|
D | amstaos,tsl2591.yaml | 7 title: AMS/TAOS TSL2591 Ambient Light Sensor (ALS) 13 AMS/TAOS TSL2591 is a very-high sensitivity
|
D | tsl2772.yaml | 7 title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector 14 https://ams.com/documents/20143/36005/TSL2772_DS000181_2-00.pdf
|
/Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
D | as3722-regulator.txt | 1 Regulator of AMS AS3722 PMIC. 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-v5.15/Documentation/devicetree/bindings/iio/chemical/ |
D | ams,ccs811.yaml | 4 $id: http://devicetree.org/schemas/iio/chemical/ams,ccs811.yaml# 7 title: AMS CCS811 VOC Sensor 18 - ams,ccs811 46 compatible = "ams,ccs811";
|
/Linux-v5.15/drivers/iio/chemical/ |
D | ams-iaq-core.c | 3 * ams-iaq-core.c - Support for AMS iAQ-Core VOC sensors 167 { "ams-iaq-core", 0 }, 173 { .compatible = "ams,iaq-core" }, 180 .name = "ams-iaq-core", 189 MODULE_DESCRIPTION("AMS iAQ-Core VOC sensors");
|
D | Kconfig | 60 tristate "AMS CCS811 VOC sensor" 65 Say Y here to build I2C interface support for the AMS 69 tristate "AMS iAQ-Core VOC sensors" 72 Say Y here to build I2C interface support for the AMS
|
/Linux-v5.15/drivers/mfd/ |
D | as3722.c | 3 * Core driver for ams AS3722 PMICs 5 * Copyright (C) 2013 AMS AG 8 * Author: Florian Lobmaier <florian.lobmaier@ams.com> 326 "ams,enable-internal-int-pullup"); in as3722_i2c_of_probe() 328 "ams,enable-internal-i2c-pullup"); in as3722_i2c_of_probe() 330 "ams,enable-ac-ok-power-on"); in as3722_i2c_of_probe() 428 { .compatible = "ams,as3722", }, 456 MODULE_AUTHOR("Florian Lobmaier <florian.lobmaier@ams.com>");
|
/Linux-v5.15/Documentation/devicetree/bindings/leds/ |
D | ams,as3645a.txt | 16 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>;
|
/Linux-v5.15/tools/perf/util/ |
D | map.c | 699 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams() argument 701 if (ams->addr < ams->ms.map->start || ams->addr >= ams->ms.map->end) { in maps__find_ams() 704 ams->ms.map = maps__find(maps, ams->addr); in maps__find_ams() 705 if (ams->ms.map == NULL) in maps__find_ams() 709 ams->al_addr = ams->ms.map->map_ip(ams->ms.map, ams->addr); in maps__find_ams() 710 ams->ms.sym = map__find_symbol(ams->ms.map, ams->al_addr); in maps__find_ams() 712 return ams->ms.sym ? 0 : -1; in maps__find_ams()
|
/Linux-v5.15/drivers/usb/typec/tcpm/ |
D | tcpm.c | 464 enum tcpm_ams ams; member 849 tcpm_log(port, "AMS %s finished", tcpm_ams_str[port->ams]); in tcpm_ams_finish() 861 port->ams = NONE_AMS; in tcpm_ams_finish() 894 * "... Note that every AMS is Interruptible until the first in tcpm_pd_transmit() 898 if (port->ams != NONE_AMS) in tcpm_pd_transmit() 910 /* Some AMS don't expect responses. Finish them here. */ in tcpm_pd_transmit() 911 if (port->ams == ATTENTION || port->ams == SOURCE_ALERT) in tcpm_pd_transmit() 1237 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state() 1245 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state() 1271 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state_cond() [all …]
|
/Linux-v5.15/drivers/power/reset/ |
D | as3722-poweroff.c | 3 * Power off driver for ams AS3722 device. 48 if (!of_property_read_bool(np, "ams,system-power-controller")) in as3722_poweroff_probe() 84 MODULE_DESCRIPTION("Power off driver for ams AS3722 PMIC Device");
|
/Linux-v5.15/arch/arm/mach-omap1/ |
D | ams-delta-fiq.c | 20 #include <linux/platform_data/ams-delta-fiq.h> 25 #include "ams-delta-fiq.h" 26 #include "board-ams-delta.h" 29 .name = "ams-delta-fiq" 38 * <linux/platform_data/ams-delta-fiq.h> for details of offsets.
|
D | Makefile | 45 obj-$(CONFIG_MACH_AMS_DELTA) += board-ams-delta.o ams-delta-fiq.o \ 46 ams-delta-fiq-handler.o
|
/Linux-v5.15/sound/soc/ti/ |
D | Makefile | 34 snd-soc-ams-delta-objs := ams-delta.o 45 obj-$(CONFIG_SND_SOC_OMAP_AMS_DELTA) += snd-soc-ams-delta.o
|
/Linux-v5.15/drivers/input/serio/ |
D | ams_delta_serio.c | 21 #include <linux/platform_data/ams-delta-fiq.h> 28 #define DRIVER_NAME "ams-delta-serio" 31 MODULE_DESCRIPTION("AMS Delta (E3) keyboard port driver"); 162 strlcpy(serio->name, "AMS DELTA keyboard adapter", sizeof(serio->name)); in ams_delta_serio_init()
|
/Linux-v5.15/drivers/rtc/ |
D | rtc-as3722.c | 3 * rtc-as3722.c - Real Time Clock driver for ams AS3722 PMICs 5 * Copyright (C) 2013 ams AG 8 * Author: Florian Lobmaier <florian.lobmaier@ams.com> 250 MODULE_AUTHOR("Florian Lobmaier <florian.lobmaier@ams.com>");
|