Home
last modified time | relevance | path

Searched defs:op_mode (Results 1 – 25 of 51) sorted by relevance

123

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-op-mode.h197 static inline void iwl_op_mode_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_stop()
203 static inline void iwl_op_mode_rx(struct iwl_op_mode *op_mode, in iwl_op_mode_rx()
210 static inline void iwl_op_mode_rx_rss(struct iwl_op_mode *op_mode, in iwl_op_mode_rx_rss()
218 static inline void iwl_op_mode_queue_full(struct iwl_op_mode *op_mode, in iwl_op_mode_queue_full()
224 static inline void iwl_op_mode_queue_not_full(struct iwl_op_mode *op_mode, in iwl_op_mode_queue_not_full()
231 iwl_op_mode_hw_rf_kill(struct iwl_op_mode *op_mode, bool state) in iwl_op_mode_hw_rf_kill()
237 static inline void iwl_op_mode_free_skb(struct iwl_op_mode *op_mode, in iwl_op_mode_free_skb()
245 static inline void iwl_op_mode_nic_error(struct iwl_op_mode *op_mode, in iwl_op_mode_nic_error()
251 static inline void iwl_op_mode_dump_error(struct iwl_op_mode *op_mode, in iwl_op_mode_dump_error()
263 static inline void iwl_op_mode_nic_config(struct iwl_op_mode *op_mode) in iwl_op_mode_nic_config()
[all …]
H A Diwl-drv.c59 struct iwl_op_mode *op_mode; member
1527 struct iwl_op_mode *op_mode = NULL; in _iwl_op_mode_start() local
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmld.c336 iwl_mld_configure_trans(struct iwl_op_mode *op_mode) in iwl_mld_configure_trans()
386 struct iwl_op_mode *op_mode; in iwl_op_mode_mld_start() local
494 iwl_op_mode_mld_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mld_stop()
524 static void iwl_mld_queue_state_change(struct iwl_op_mode *op_mode, in iwl_mld_queue_state_change()
570 iwl_mld_queue_full(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mld_queue_full()
576 iwl_mld_queue_not_full(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mld_queue_not_full()
582 iwl_mld_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mld_set_hw_rfkill_state()
592 iwl_mld_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_mld_free_skb()
638 iwl_mld_nic_error(struct iwl_op_mode *op_mode, in iwl_mld_nic_error()
671 static void iwl_mld_dump_error(struct iwl_op_mode *op_mode, in iwl_mld_dump_error()
[all …]
H A Dnotif.c577 void iwl_mld_rx(struct iwl_op_mode *op_mode, struct napi_struct *napi, in iwl_mld_rx()
599 void iwl_mld_rx_rss(struct iwl_op_mode *op_mode, struct napi_struct *napi, in iwl_mld_rx_rss()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c80 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config()
1251 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() local
1595 static void iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_mvm_stop()
1825 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx()
1841 void iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, in iwl_mvm_rx_mq()
1870 static void iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode, in iwl_mvm_queue_state_change()
1937 static void iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_stop_sw_queue()
1942 static void iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) in iwl_mvm_wake_sw_queue()
1969 static bool iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_mvm_set_hw_rfkill_state()
2000 static void iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_mvm_free_skb()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c1240 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start() local
1526 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop()
1956 static void iwl_nic_error(struct iwl_op_mode *op_mode, in iwl_nic_error()
1983 static bool iwlagn_sw_reset(struct iwl_op_mode *op_mode, in iwlagn_sw_reset()
1997 static void iwl_nic_config(struct iwl_op_mode *op_mode) in iwl_nic_config()
2047 static void iwl_wimax_active(struct iwl_op_mode *op_mode) in iwl_wimax_active()
2055 static void iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_stop_sw_queue()
2074 static void iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) in iwl_wake_sw_queue()
2114 static void iwl_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) in iwl_free_skb()
2124 static bool iwl_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) in iwl_set_hw_rfkill_state()
H A Drx.c995 void iwl_rx_dispatch(struct iwl_op_mode *op_mode, struct napi_struct *napi, in iwl_rx_dispatch()
/linux/drivers/net/wireless/ath/ath5k/
H A Dpcu.c877 ath5k_hw_set_opmode(struct ath5k_hw *ah, enum nl80211_iftype op_mode) in ath5k_hw_set_opmode()
954 ath5k_hw_pcu_init(struct ath5k_hw *ah, enum nl80211_iftype op_mode) in ath5k_hw_pcu_init()
H A Dreset.c1146 ath5k_hw_reset(struct ath5k_hw *ah, enum nl80211_iftype op_mode, in ath5k_hw_reset()
/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d-hw.c52 void dma2d_config_common(struct dma2d_dev *d, enum dma2d_op_mode op_mode, in dma2d_config_common()
H A Ddma2d.h96 enum dma2d_op_mode op_mode; member
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_vnic.c193 u32 op_mode, priv_level; in qlcnic_83xx_config_vnic_opmode() local
H A Dqlcnic_sysfs.c486 u32 op_mode; in validate_esw_config() local
552 u8 op_mode = 0, pci_func; in qlcnic_sysfs_write_esw_config() local
/linux/include/linux/platform_data/
H A Ddavinci_asp.h63 u8 op_mode; member
/linux/drivers/usb/host/
H A Dfsl-mph-dr-of.c22 enum fsl_usb2_operating_modes op_mode; /* operating mode */ member
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h111 u32 op_mode[SS_ID_OP_MAX]; member
194 u32 op_mode; member
/linux/drivers/iio/accel/
H A Dadxl355_core.c224 enum adxl355_op_mode op_mode; member
240 enum adxl355_op_mode op_mode) in adxl355_set_op_mode()
H A Dadxl372.c290 enum adxl372_op_mode op_mode; member
367 enum adxl372_op_mode op_mode) in adxl372_set_op_mode()
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c555 u8 *op_mode; in at76_get_op_mode() local
1250 int op_mode; in at76_load_external_fw() local
2438 int op_mode; in at76_probe() local
/linux/drivers/regulator/
H A Dact8945a-regulator.c73 u32 op_mode[ACT8945A_ID_MAX]; member
H A Dmcp16502.c233 unsigned int op_mode) in _mcp16502_set_mode()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.h109 enum secure_display_mode op_mode; member
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.h74 __le32 op_mode; member
H A Dtestmode.c158 u32 op_mode; in mt7915_tm_set_tam_arb() local
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.c287 u32 op_mode = 0; in dpu_hw_setup_scaler3() local

123