Searched refs:hw_values (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/iio/magnetometer/ |
D | ak8974.c | 543 __le16 hw_values[3]; in ak8974_read_raw() local 559 ret = ak8974_getresult(ak8974, hw_values); in ak8974_read_raw() 567 *val = le16_to_cpu(hw_values[chan->address]); in ak8974_read_raw() 584 __le16 hw_values[8]; /* Three axes + 64bit padding */ in ak8974_fill_buffer() local 594 ret = ak8974_getresult(ak8974, hw_values); in ak8974_fill_buffer() 600 iio_push_to_buffers_with_timestamp(indio_dev, hw_values, in ak8974_fill_buffer()
|
/Linux-v5.4/drivers/iio/accel/ |
D | kxsd9.c | 214 __be16 hw_values[8]; in kxsd9_trigger_handler() local 218 &hw_values, in kxsd9_trigger_handler() 227 hw_values, in kxsd9_trigger_handler()
|
/Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
D | ce.h | 38 #define CE_DESC_FLAGS_META_DATA_MASK ar->hw_values->ce_desc_meta_data_mask 39 #define CE_DESC_FLAGS_META_DATA_LSB ar->hw_values->ce_desc_meta_data_lsb
|
D | hw.h | 774 #define NUM_TARGET_CE_CONFIG_WLAN ar->hw_values->num_target_ce_config_wlan 840 #define CE_COUNT ar->hw_values->ce_count 854 #define MSI_ASSIGN_CE_MAX ar->hw_values->msi_assign_ce_max 857 #define RTC_STATE_V_ON ar->hw_values->rtc_state_val_on
|
D | core.c | 3134 ar->hw_values = &qca988x_values; in ath10k_core_create() 3140 ar->hw_values = &qca6174_values; in ath10k_core_create() 3146 ar->hw_values = &qca99x0_values; in ath10k_core_create() 3151 ar->hw_values = &qca9888_values; in ath10k_core_create() 3156 ar->hw_values = &qca4019_values; in ath10k_core_create() 3161 ar->hw_values = &wcn3990_values; in ath10k_core_create()
|
D | core.h | 988 const struct ath10k_hw_values *hw_values; member
|
/Linux-v5.4/drivers/iio/gyro/ |
D | mpu3050-core.c | 470 __be16 hw_values[8]; in mpu3050_trigger_handler() local 623 ret = regmap_bulk_read(mpu3050->map, MPU3050_TEMP_H, &hw_values, in mpu3050_trigger_handler() 624 sizeof(hw_values)); in mpu3050_trigger_handler() 631 iio_push_to_buffers_with_timestamp(indio_dev, hw_values, timestamp); in mpu3050_trigger_handler()
|
/Linux-v5.4/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 155 static inline int lis3lv02d_get_axis(s8 axis, int hw_values[3]) in lis3lv02d_get_axis() 158 return hw_values[axis - 1]; in lis3lv02d_get_axis() 160 return -hw_values[-axis - 1]; in lis3lv02d_get_axis()
|