Searched refs:ams (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/macintosh/ams/
H A 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
H A Dams.h23 struct ams { struct
64 extern struct ams ams_info;
H A Dams-core.c16 #include "ams.h"
19 struct ams ams_info;
99 printk(KERN_INFO "ams: freefall detected!\n");
106 printk(KERN_INFO "ams: shock detected!\n");
149 ams_info.of_dev = of_platform_device_create(ams_info.of_node, "ams", NULL);
/linux-master/tools/perf/util/
H A Dmap_symbol.c12 void addr_map_symbol__exit(struct addr_map_symbol *ams) argument
14 map_symbol__exit(&ams->ms);
H A Dmap_symbol.h27 void addr_map_symbol__exit(struct addr_map_symbol *ams);
H A Dmaps.c661 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) argument
663 if (ams->addr < map__start(ams->ms.map) || ams->addr >= map__end(ams->ms.map)) {
666 ams->ms.map = maps__find(maps, ams->addr);
667 if (ams->ms.map == NULL)
671 ams->al_addr = map__map_ip(ams
[all...]
H A Dmaps.h67 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
H A Dannotate.h428 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample,
433 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
H A Dmachine.c2049 struct addr_map_symbol *ams,
2064 ams->addr = ip;
2065 ams->al_addr = al.addr;
2066 ams->al_level = al.level;
2067 ams->ms.maps = maps__get(al.maps);
2068 ams->ms.sym = al.sym;
2069 ams->ms.map = map__get(al.map);
2070 ams->phys_addr = 0;
2071 ams->data_page_size = 0;
2076 u8 m, struct addr_map_symbol *ams,
2048 ip__resolve_ams(struct thread *thread, struct addr_map_symbol *ams, u64 ip) argument
2075 ip__resolve_data(struct thread *thread, u8 m, struct addr_map_symbol *ams, u64 addr, u64 phys_addr, u64 daddr_page_size) argument
[all...]
H A Dannotate.c1118 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, argument
1136 (start->ms.sym == ams->ms.sym ||
1137 (ams->ms.sym &&
1138 start->addr == ams->ms.sym->start + map__start(ams->ms.map))))
1142 ams->addr,
1144 ams->ms.sym ? ams->ms.sym->start + map__start(ams->ms.map) : 0,
1146 err = symbol__account_cycles(ams
1260 addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, struct evsel *evsel) argument
[all...]
H A Dsort.c529 static char *addr_map_symbol__srcline(struct addr_map_symbol *ams) argument
531 return map__srcline(ams->ms.map, ams->al_addr, ams->ms.sym);
/linux-master/drivers/iio/adc/
H A Dxilinx-ams.c263 * struct ams - This structure contains necessary state for xilinx-ams to operate
277 struct ams { struct
291 static inline void ams_ps_update_reg(struct ams *ams, unsigned int offset, argument
296 val = readl(ams->ps_base + offset);
298 writel(regval, ams->ps_base + offset);
301 static inline void ams_pl_update_reg(struct ams *ams, unsigned int offset, argument
306 val = readl(ams
311 ams_update_intrmask(struct ams *ams, u64 mask, u64 val) argument
330 ams_disable_all_alarms(struct ams *ams) argument
349 ams_update_ps_alarm(struct ams *ams, unsigned long alarm_mask) argument
367 ams_update_pl_alarm(struct ams *ams, unsigned long alarm_mask) argument
388 ams_update_alarm(struct ams *ams, unsigned long alarm_mask) argument
405 struct ams *ams = iio_priv(indio_dev); local
460 ams_init_device(struct ams *ams) argument
504 ams_enable_single_channel(struct ams *ams, unsigned int offset) argument
549 ams_read_vcc_reg(struct ams *ams, unsigned int offset, u32 *data) argument
599 ams_get_pl_scale(struct ams *ams, int address) argument
681 struct ams *ams = iio_priv(indio_dev); local
885 struct ams *ams = iio_priv(indio_dev); local
896 struct ams *ams = iio_priv(indio_dev); local
921 struct ams *ams = iio_priv(indio_dev); local
942 struct ams *ams = iio_priv(indio_dev); local
1023 struct ams *ams = container_of(work, struct ams, ams_unmask_work.work); local
1057 struct ams *ams = iio_priv(indio_dev); local
1202 struct ams *ams = data; local
1209 struct ams *ams = data; local
1219 struct ams *ams = iio_priv(indio_dev); local
1261 struct ams *ams = iio_priv(indio_dev); local
1351 struct ams *ams; local
1407 struct ams *ams = iio_priv(dev_get_drvdata(dev)); local
1416 struct ams *ams = iio_priv(dev_get_drvdata(dev)); local
[all...]
H A DMakefile137 obj-$(CONFIG_XILINX_AMS) += xilinx-ams.o
/linux-master/arch/arm/mach-omap1/
H A DMakefile35 obj-$(CONFIG_MACH_AMS_DELTA) += board-ams-delta.o ams-delta-fiq.o \
36 ams-delta-fiq-handler.o
H A Dams-delta-fiq.c20 #include <linux/platform_data/ams-delta-fiq.h>
27 #include "ams-delta-fiq.h"
28 #include "board-ams-delta.h"
31 .name = "ams-delta-fiq"
40 * <linux/platform_data/ams-delta-fiq.h> for details of offsets.
H A Dams-delta-fiq-handler.S3 * linux/arch/arm/mach-omap1/ams-delta-fiq-handler.S
14 #include <linux/platform_data/ams-delta-fiq.h>
22 #include "ams-delta-fiq.h"
23 #include "board-ams-delta.h"
/linux-master/sound/soc/ti/
H A DMakefile32 snd-soc-ams-delta-objs := ams-delta.o
43 obj-$(CONFIG_SND_SOC_OMAP_AMS_DELTA) += snd-soc-ams-delta.o
/linux-master/drivers/iio/chemical/
H A DMakefile14 obj-$(CONFIG_IAQCORE) += ams-iaq-core.o
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c499 enum tcpm_ams ams; member in struct:tcpm_port
927 tcpm_log(port, "AMS %s finished", tcpm_ams_str[port->ams]);
939 port->ams = NONE_AMS;
997 if (port->ams != NONE_AMS)
1010 if (port->ams == ATTENTION || port->ams == SOURCE_ALERT)
1342 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]);
1350 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]);
1376 pd_rev[port->negotiated_rev], tcpm_ams_str[port->ams]);
1388 switch (port->ams) {
1438 tcpm_ams_start(struct tcpm_port *port, enum tcpm_ams ams) argument
2930 tcpm_pd_handle_state(struct tcpm_port *port, enum tcpm_state state, enum tcpm_ams ams, unsigned int delay_ms) argument
2963 tcpm_pd_handle_msg(struct tcpm_port *port, enum pd_msg_request message, enum tcpm_ams ams) argument
[all...]
/linux-master/drivers/macintosh/
H A DMakefile66 obj-$(CONFIG_SENSORS_AMS) += ams/
/linux-master/drivers/mtd/nand/raw/
H A DMakefile7 obj-$(CONFIG_MTD_NAND_AMS_DELTA) += ams-delta.o
/linux-master/drivers/input/serio/
H A Dams_delta_serio.c21 #include <linux/platform_data/ams-delta-fiq.h>
28 #define DRIVER_NAME "ams-delta-serio"

Completed in 227 milliseconds