Searched refs:hw_values (Results 1 – 7 of 7) sorted by relevance
456 s16 hw_values[3]; in ak8974_read_raw() local472 ret = ak8974_getresult(ak8974, hw_values); in ak8974_read_raw()480 *val = le16_to_cpu(hw_values[chan->address]); in ak8974_read_raw()497 s16 hw_values[8]; /* Three axes + 64bit padding */ in ak8974_fill_buffer() local507 ret = ak8974_getresult(ak8974, hw_values); in ak8974_fill_buffer()513 iio_push_to_buffers_with_timestamp(indio_dev, hw_values, in ak8974_fill_buffer()
522 #define NUM_TARGET_CE_CONFIG_WLAN ar->hw_values->num_target_ce_config_wlan580 #define CE_COUNT ar->hw_values->ce_count594 #define MSI_ASSIGN_CE_MAX ar->hw_values->msi_assign_ce_max597 #define RTC_STATE_V_ON ar->hw_values->rtc_state_val_on
46 #define CE_DESC_FLAGS_META_DATA_MASK ar->hw_values->ce_desc_meta_data_mask47 #define CE_DESC_FLAGS_META_DATA_LSB ar->hw_values->ce_desc_meta_data_lsb
2295 ar->hw_values = &qca988x_values; in ath10k_core_create()2300 ar->hw_values = &qca6174_values; in ath10k_core_create()2305 ar->hw_values = &qca99x0_values; in ath10k_core_create()2309 ar->hw_values = &qca9888_values; in ath10k_core_create()2313 ar->hw_values = &qca4019_values; in ath10k_core_create()
733 const struct ath10k_hw_values *hw_values; member
217 __be16 hw_values[8]; in kxsd9_trigger_handler() local221 &hw_values, in kxsd9_trigger_handler()230 hw_values, in kxsd9_trigger_handler()
167 static inline int lis3lv02d_get_axis(s8 axis, int hw_values[3]) in lis3lv02d_get_axis()170 return hw_values[axis - 1]; in lis3lv02d_get_axis()172 return -hw_values[-axis - 1]; in lis3lv02d_get_axis()