Searched full:ak8975 (Results 1 – 22 of 22) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/iio/magnetometer/ |
D | asahi-kasei,ak8975.yaml | 4 $id: http://devicetree.org/schemas/iio/magnetometer/asahi-kasei,ak8975.yaml# 7 title: AsahiKASEI AK8975 magnetometer sensor 16 - asahi-kasei,ak8975 21 - ak8975 33 AK8975 has a "Data ready" pin (DRDY) which informs that data 70 compatible = "asahi-kasei,ak8975";
|
/Linux-v5.15/drivers/iio/magnetometer/ |
D | Kconfig | 23 config AK8975 config 24 tristate "Asahi Kasei AK8975 3-Axis Magnetometer" 30 Say yes here to build support for Asahi Kasei AK8975, AK8963, 34 will be called ak8975. 40 select AK8975 42 Deprecated: AK09911 is now supported by AK8975 driver.
|
D | ak8975.c | 3 * A sensor driver for the magnetometer AK8975. 207 AK8975, enumerator 250 .type = AK8975, 430 * AK8975 | DEVICE_ID | NA in ak8975_who_i_am() 444 case AK8975: in ak8975_who_i_am() 488 struct ak8975_data *ak8975 = data; in ak8975_irq_handler() local 490 set_bit(0, &ak8975->flags); in ak8975_irq_handler() 491 wake_up(&ak8975->data_ready_queue); in ak8975_irq_handler() 783 {"AK8975", AK8975}, 1055 {"ak8975", AK8975}, [all …]
|
D | Makefile | 8 obj-$(CONFIG_AK8975) += ak8975.o
|
D | ak8974.c | 5 * Based on a patch from Samu Onkalo and the AK8975 IIO driver.
|
/Linux-v5.15/Documentation/devicetree/bindings/i2c/ |
D | i2c-gate.yaml | 33 ak8975@c { 34 compatible = "ak,ak8975";
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | omap3-n9.dts | 39 ak8975@f { 40 compatible = "asahi-kasei,ak8975";
|
D | exynos4412-galaxy-s3.dtsi | 63 compatible = "asahi-kasei,ak8975";
|
D | qcom-apq8060-dragonboard.dts | 322 dragon_ak8975_gpios: ak8975-gpios { 493 ak8975@c { 494 compatible = "asahi-kasei,ak8975";
|
D | motorola-mapphone-common.dtsi | 683 ak8975: magnetometer@c { label 684 compatible = "asahi-kasei,ak8975";
|
D | sh73a0-kzm9g.dts | 197 compatible = "asahi-kasei,ak8975";
|
D | rk3066a-rayeager.dts | 173 compatible = "asahi-kasei,ak8975";
|
D | rk3288-popmetal.dts | 362 compatible = "asahi-kasei,ak8975";
|
D | am335x-osd3358-sm-red.dts | 87 compatible = "ak,ak8975";
|
D | exynos4412-p4note.dtsi | 126 compatible = "asahi-kasei,ak8975"; 802 ak8975_irq: ak8975-irq {
|
D | am335x-boneblue.dts | 344 compatible = "ak,ak8975";
|
D | exynos4210-i9100.dts | 663 compatible = "asahi-kasei,ak8975";
|
D | tegra20-seaboard.dts | 415 compatible = "asahi-kasei,ak8975";
|
D | tegra20-acer-a500-picasso.dts | 546 compatible = "ak,ak8975";
|
/Linux-v5.15/Documentation/devicetree/bindings/iio/gyroscope/ |
D | invensense,mpu3050.yaml | 64 compatible = "ak,ak8975";
|
/Linux-v5.15/Documentation/devicetree/bindings/iio/imu/ |
D | invensense,mpu6050.yaml | 98 compatible = "ak,ak8975";
|
/Linux-v5.15/drivers/iio/imu/inv_mpu6050/ |
D | inv_mpu_magn.c | 16 * MPU9150 is AK8975
|