Home
last modified time | relevance | path

Searched refs:hw_values (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/iio/accel/
A Dkxsd9.c219 } hw_values; in kxsd9_trigger_handler() local
224 hw_values.chan, in kxsd9_trigger_handler()
225 sizeof(hw_values.chan)); in kxsd9_trigger_handler()
232 &hw_values, in kxsd9_trigger_handler()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dce.h38 #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
A Dhw.h779 #define NUM_TARGET_CE_CONFIG_WLAN ar->hw_values->num_target_ce_config_wlan
845 #define CE_COUNT ar->hw_values->ce_count
859 #define MSI_ASSIGN_CE_MAX ar->hw_values->msi_assign_ce_max
862 #define RTC_STATE_V_ON ar->hw_values->rtc_state_val_on
A Dcore.c3576 ar->hw_values = &qca988x_values; in ath10k_core_create()
3582 ar->hw_values = &qca6174_values; in ath10k_core_create()
3588 ar->hw_values = &qca99x0_values; in ath10k_core_create()
3593 ar->hw_values = &qca9888_values; in ath10k_core_create()
3598 ar->hw_values = &qca4019_values; in ath10k_core_create()
3603 ar->hw_values = &wcn3990_values; in ath10k_core_create()
A Dcore.h1067 const struct ath10k_hw_values *hw_values; member
A Dmac.c5097 if (ar->hw_values->rfkill_pin == 0) { in ath10k_mac_rfkill_config()
5104 ar->hw_values->rfkill_pin, ar->hw_values->rfkill_cfg, in ath10k_mac_rfkill_config()
5105 ar->hw_values->rfkill_on_level); in ath10k_mac_rfkill_config()
5108 ar->hw_values->rfkill_on_level) | in ath10k_mac_rfkill_config()
5110 ar->hw_values->rfkill_pin) | in ath10k_mac_rfkill_config()
5112 ar->hw_values->rfkill_cfg); in ath10k_mac_rfkill_config()
/linux-6.3-rc2/drivers/iio/magnetometer/
A Dak8974.c567 __le16 hw_values[3]; in ak8974_measure_channel() local
580 ret = ak8974_getresult(ak8974, hw_values); in ak8974_measure_channel()
589 *val = (s16)le16_to_cpu(hw_values[address]); in ak8974_measure_channel()
/linux-6.3-rc2/drivers/misc/lis3lv02d/
A Dlis3lv02d.c155 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()

Completed in 50 milliseconds