Home
last modified time | relevance | path

Searched defs:_mod (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/iio/imu/
H A Dadis16550.c695 #define ADIS16550_MOD_CHAN(_type, _mod, _address, _si) \ argument
716 #define ADIS16550_GYRO_CHANNEL(_mod) \ argument
720 #define ADIS16550_ACCEL_CHANNEL(_mod) \ argument
741 #define ADIS16550_MOD_CHAN_DELTA(_type, _mod, _address, _si) { \ argument
758 #define ADIS16550_DELTANG_CHAN(_mod) \ argument
762 #define ADIS16550_DELTVEL_CHAN(_mod) \ argument
766 #define ADIS16550_DELTANG_CHAN_NO_SCAN(_mod) \ argument
770 #define ADIS16550_DELTVEL_CHAN_NO_SCAN(_mod) \ argument
H A Dadis16480.c731 #define ADIS16480_MOD_CHANNEL(_type, _mod, _address, _si, _info_sep, _bits) \ argument
751 #define ADIS16480_GYRO_CHANNEL(_mod) \ argument
758 #define ADIS16480_ACCEL_CHANNEL(_mod) \ argument
765 #define ADIS16480_DELTANG_CHANNEL(_mod) \ argument
770 #define ADIS16480_DELTANG_CHANNEL_NO_SCAN(_mod) \ argument
774 #define ADIS16480_DELTVEL_CHANNEL(_mod) \ argument
779 #define ADIS16480_DELTVEL_CHANNEL_NO_SCAN(_mod) \ argument
783 #define ADIS16480_MAGN_CHANNEL(_mod) \ argument
H A Dadis16460.c234 #define ADIS16460_MOD_CHANNEL(_type, _mod, _address, _si, _bits) \ argument
252 #define ADIS16460_GYRO_CHANNEL(_mod) \ argument
257 #define ADIS16460_ACCEL_CHANNEL(_mod) \ argument
/linux/drivers/iio/common/ssp_sensors/
H A Dssp_iio_sensor.h5 #define SSP_CHANNEL_AG(_type, _mod, _index) \ argument
/linux/drivers/iio/gyro/
H A Ditg3200_core.c260 #define ITG3200_GYRO_CHAN(_mod) { \ argument
/linux/sound/soc/renesas/rcar/
H A Dctu.c90 #define rsnd_mod_to_ctu(_mod) \ argument
H A Ddvc.c48 #define rsnd_mod_to_dvc(_mod) \ argument
H A Dmix.c58 #define rsnd_mod_to_mix(_mod) \ argument
H A Dssiu.c24 #define rsnd_mod_to_ssiu(_mod) container_of((_mod), struct rsnd_ssiu, mod) argument
H A Dsrc.c48 #define rsnd_mod_to_src(_mod) \ argument
H A Ddma.c53 #define rsnd_mod_to_dma(_mod) container_of((_mod), struct rsnd_dma, mod) argument
H A Dssi.c114 #define rsnd_mod_to_ssi(_mod) container_of((_mod), struct rsnd_ssi, mod) argument
/linux/drivers/iio/chemical/
H A Dpms7003.c173 #define PMS7003_CHAN(_index, _mod, _addr) { \ argument
H A Dsps30.c293 #define SPS30_CHAN(_index, _mod) { \ argument
/linux/drivers/iio/health/
H A Dmax30102.c132 #define MAX30102_INTENSITY_CHANNEL(_si, _mod) { \ argument
/linux/scripts/kconfig/
H A Dgconf.c158 const gchar *_mod = ""; in set_node() local