Searched refs:ams (Results 1 – 15 of 15) sorted by relevance
/drivers/iio/adc/ |
D | xilinx-ams.c | 277 struct ams { struct 291 static inline void ams_ps_update_reg(struct ams *ams, unsigned int offset, in ams_ps_update_reg() argument 296 val = readl(ams->ps_base + offset); in ams_ps_update_reg() 298 writel(regval, ams->ps_base + offset); in ams_ps_update_reg() 301 static inline void ams_pl_update_reg(struct ams *ams, unsigned int offset, in ams_pl_update_reg() argument 306 val = readl(ams->pl_base + offset); in ams_pl_update_reg() 308 writel(regval, ams->pl_base + offset); in ams_pl_update_reg() 311 static void ams_update_intrmask(struct ams *ams, u64 mask, u64 val) in ams_update_intrmask() argument 315 ams->intr_mask = (ams->intr_mask & ~mask) | (val & mask); in ams_update_intrmask() 317 regval = ~(ams->intr_mask | ams->current_masked_alarm); in ams_update_intrmask() [all …]
|
D | Makefile | 130 obj-$(CONFIG_XILINX_AMS) += xilinx-ams.o
|
D | Kconfig | 1442 xilinx-ams.
|
/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.h | 23 struct ams { struct 64 extern struct ams ams_info; argument
|
D | ams-core.c | 19 struct ams ams_info;
|
/drivers/usb/typec/tcpm/ |
D | tcpm.c | 487 enum tcpm_ams ams; member 879 tcpm_log(port, "AMS %s finished", tcpm_ams_str[port->ams]); in tcpm_ams_finish() 891 port->ams = NONE_AMS; in tcpm_ams_finish() 928 if (port->ams != NONE_AMS) in tcpm_pd_transmit() 941 if (port->ams == ATTENTION || port->ams == SOURCE_ALERT) in tcpm_pd_transmit() 1267 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state() 1275 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state() 1301 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]); in tcpm_set_state_cond() 1313 switch (port->ams) { in tcpm_vdm_ams() 1335 switch (port->ams) { in tcpm_ams_interruptible() [all …]
|
/drivers/iio/chemical/ |
D | Makefile | 13 obj-$(CONFIG_IAQCORE) += ams-iaq-core.o
|
/drivers/macintosh/ |
D | Makefile | 66 obj-$(CONFIG_SENSORS_AMS) += ams/
|
D | Kconfig | 262 will be called ams.
|
/drivers/mtd/nand/raw/ |
D | Makefile | 7 obj-$(CONFIG_MTD_NAND_AMS_DELTA) += ams-delta.o
|
/drivers/power/reset/ |
D | Kconfig | 13 bool "ams AS3722 power-off driver" 16 This driver supports turning off board via a ams AS3722 power-off.
|
/drivers/pinctrl/ |
D | Kconfig | 80 tristate "Pinctrl and GPIO driver for ams AS3722 PMIC"
|
/drivers/rtc/ |
D | Kconfig | 238 tristate "ams AS3722 RTC driver" 241 If you say yes here you get support for the RTC of ams AS3722 PMIC
|
/drivers/mfd/ |
D | Kconfig | 94 tristate "ams AS3722 Power Management IC" 100 The ams AS3722 is a compact system PMU suitable for mobile phones,
|