Home
last modified time | relevance | path

Searched refs:op_mode (Results 1 - 25 of 178) sorted by relevance

12345678

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-op-mode.h25 * The operational mode (a.k.a. op_mode) is the layer that implements
27 * the transport API to access the HW. The op_mode doesn't need to know how the
30 * There can be several op_mode: i.e. different fw APIs will require two
31 * different op_modes. This is why the op_mode is virtualized.
39 * 1) The driver layer (iwl-drv.c) chooses the op_mode based on the
41 * 2) The driver layer starts the op_mode (ops->start)
42 * 3) The op_mode registers mac80211
43 * 4) The op_mode is governed by mac80211
44 * 5) The driver layer stops the op_mode
48 * struct iwl_op_mode_ops - op_mode specifi
129 iwl_op_mode_stop(struct iwl_op_mode *op_mode) iwl_op_mode_stop() argument
135 iwl_op_mode_rx(struct iwl_op_mode *op_mode, struct napi_struct *napi, struct iwl_rx_cmd_buffer *rxb) iwl_op_mode_rx() argument
142 iwl_op_mode_rx_rss(struct iwl_op_mode *op_mode, struct napi_struct *napi, struct iwl_rx_cmd_buffer *rxb, unsigned int queue) iwl_op_mode_rx_rss() argument
150 iwl_op_mode_async_cb(struct iwl_op_mode *op_mode, const struct iwl_device_cmd *cmd) iwl_op_mode_async_cb() argument
157 iwl_op_mode_queue_full(struct iwl_op_mode *op_mode, int queue) iwl_op_mode_queue_full() argument
163 iwl_op_mode_queue_not_full(struct iwl_op_mode *op_mode, int queue) iwl_op_mode_queue_not_full() argument
170 iwl_op_mode_hw_rf_kill(struct iwl_op_mode *op_mode, bool state) iwl_op_mode_hw_rf_kill() argument
176 iwl_op_mode_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) iwl_op_mode_free_skb() argument
184 iwl_op_mode_nic_error(struct iwl_op_mode *op_mode, bool sync) iwl_op_mode_nic_error() argument
189 iwl_op_mode_cmd_queue_full(struct iwl_op_mode *op_mode) iwl_op_mode_cmd_queue_full() argument
194 iwl_op_mode_nic_config(struct iwl_op_mode *op_mode) iwl_op_mode_nic_config() argument
200 iwl_op_mode_wimax_active(struct iwl_op_mode *op_mode) iwl_op_mode_wimax_active() argument
206 iwl_op_mode_time_point(struct iwl_op_mode *op_mode, enum iwl_fw_ini_time_point tp_id, union iwl_dbg_tlv_tp_data *tp_data) iwl_op_mode_time_point() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-op-mode.h81 * The operational mode (a.k.a. op_mode) is the layer that implements
83 * the transport API to access the HW. The op_mode doesn't need to know how the
86 * There can be several op_mode: i.e. different fw APIs will require two
87 * different op_modes. This is why the op_mode is virtualized.
95 * 1) The driver layer (iwl-drv.c) chooses the op_mode based on the
97 * 2) The driver layer starts the op_mode (ops->start)
98 * 3) The op_mode registers mac80211
99 * 4) The op_mode is governed by mac80211
100 * 5) The driver layer stops the op_mode
104 * struct iwl_op_mode_ops - op_mode specifi
181 iwl_op_mode_stop(struct iwl_op_mode *op_mode) iwl_op_mode_stop() argument
187 iwl_op_mode_rx(struct iwl_op_mode *op_mode, struct napi_struct *napi, struct iwl_rx_cmd_buffer *rxb) iwl_op_mode_rx() argument
194 iwl_op_mode_rx_rss(struct iwl_op_mode *op_mode, struct napi_struct *napi, struct iwl_rx_cmd_buffer *rxb, unsigned int queue) iwl_op_mode_rx_rss() argument
202 iwl_op_mode_async_cb(struct iwl_op_mode *op_mode, const struct iwl_device_cmd *cmd) iwl_op_mode_async_cb() argument
209 iwl_op_mode_queue_full(struct iwl_op_mode *op_mode, int queue) iwl_op_mode_queue_full() argument
215 iwl_op_mode_queue_not_full(struct iwl_op_mode *op_mode, int queue) iwl_op_mode_queue_not_full() argument
222 iwl_op_mode_hw_rf_kill(struct iwl_op_mode *op_mode, bool state) iwl_op_mode_hw_rf_kill() argument
228 iwl_op_mode_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) iwl_op_mode_free_skb() argument
234 iwl_op_mode_nic_error(struct iwl_op_mode *op_mode) iwl_op_mode_nic_error() argument
239 iwl_op_mode_cmd_queue_full(struct iwl_op_mode *op_mode) iwl_op_mode_cmd_queue_full() argument
244 iwl_op_mode_nic_config(struct iwl_op_mode *op_mode) iwl_op_mode_nic_config() argument
250 iwl_op_mode_wimax_active(struct iwl_op_mode *op_mode) iwl_op_mode_wimax_active() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_lm.c53 u32 op_mode; in dpu_hw_lm_setup_out() local
55 op_mode = DPU_REG_READ(c, LM_OP_MODE); in dpu_hw_lm_setup_out()
62 op_mode |= BIT(31); in dpu_hw_lm_setup_out()
64 op_mode &= ~BIT(31); in dpu_hw_lm_setup_out()
65 DPU_REG_WRITE(c, LM_OP_MODE, op_mode); in dpu_hw_lm_setup_out()
135 int op_mode; in dpu_hw_lm_setup_color3() local
137 /* read the existing op_mode configuration */ in dpu_hw_lm_setup_color3()
138 op_mode = DPU_REG_READ(c, LM_OP_MODE); in dpu_hw_lm_setup_color3()
140 op_mode = (op_mode in dpu_hw_lm_setup_color3()
[all...]
H A Ddpu_hw_util.c287 u32 op_mode = 0; in dpu_hw_setup_scaler3() local
293 op_mode |= BIT(0); in dpu_hw_setup_scaler3()
294 op_mode |= (scaler3_cfg->y_rgb_filter_cfg & 0x3) << 16; in dpu_hw_setup_scaler3()
297 op_mode |= BIT(12); in dpu_hw_setup_scaler3()
298 op_mode |= (scaler3_cfg->uv_filter_cfg & 0x3) << 24; in dpu_hw_setup_scaler3()
301 op_mode |= (scaler3_cfg->blend_cfg & 1) << 31; in dpu_hw_setup_scaler3()
302 op_mode |= (scaler3_cfg->dir_en) ? BIT(4) : 0; in dpu_hw_setup_scaler3()
321 op_mode |= BIT(8); in dpu_hw_setup_scaler3()
371 op_mode |= BIT(14); in dpu_hw_setup_scaler3()
374 op_mode | in dpu_hw_setup_scaler3()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_lm.c68 u32 op_mode; in dpu_hw_lm_setup_out() local
70 op_mode = DPU_REG_READ(c, LM_OP_MODE); in dpu_hw_lm_setup_out()
77 op_mode |= BIT(31); in dpu_hw_lm_setup_out()
79 op_mode &= ~BIT(31); in dpu_hw_lm_setup_out()
80 DPU_REG_WRITE(c, LM_OP_MODE, op_mode); in dpu_hw_lm_setup_out()
140 int op_mode; in dpu_hw_lm_setup_color3() local
142 /* read the existing op_mode configuration */ in dpu_hw_lm_setup_color3()
143 op_mode = DPU_REG_READ(c, LM_OP_MODE); in dpu_hw_lm_setup_color3()
145 op_mode = (op_mode in dpu_hw_lm_setup_color3()
[all...]
H A Ddpu_hw_util.c208 u32 op_mode = 0; in dpu_hw_setup_scaler3() local
214 op_mode |= BIT(0); in dpu_hw_setup_scaler3()
215 op_mode |= (scaler3_cfg->y_rgb_filter_cfg & 0x3) << 16; in dpu_hw_setup_scaler3()
218 op_mode |= BIT(12); in dpu_hw_setup_scaler3()
219 op_mode |= (scaler3_cfg->uv_filter_cfg & 0x3) << 24; in dpu_hw_setup_scaler3()
222 op_mode |= (scaler3_cfg->blend_cfg & 1) << 31; in dpu_hw_setup_scaler3()
223 op_mode |= (scaler3_cfg->dir_en) ? BIT(4) : 0; in dpu_hw_setup_scaler3()
242 op_mode |= BIT(8); in dpu_hw_setup_scaler3()
289 op_mode |= BIT(14); in dpu_hw_setup_scaler3()
292 op_mode | in dpu_hw_setup_scaler3()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c120 pr_err("Unable to register MVM op_mode: %d\n", ret); in iwl_mvm_init()
133 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config() argument
135 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_config()
615 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() local
649 op_mode = hw->priv; in iwl_op_mode_mvm_start()
651 mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_start()
664 op_mode->ops = &iwl_mvm_ops_mq; in iwl_op_mode_mvm_start()
671 op_mode->ops = &iwl_mvm_ops; in iwl_op_mode_mvm_start()
758 trans_cfg.op_mode = op_mode; in iwl_op_mode_mvm_start()
905 iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) iwl_op_mode_mvm_stop() argument
1067 iwl_mvm_rx(struct iwl_op_mode *op_mode, struct napi_struct *napi, struct iwl_rx_cmd_buffer *rxb) iwl_mvm_rx() argument
1083 iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, struct napi_struct *napi, struct iwl_rx_cmd_buffer *rxb) iwl_mvm_rx_mq() argument
1106 iwl_mvm_async_cb(struct iwl_op_mode *op_mode, const struct iwl_device_cmd *cmd) iwl_mvm_async_cb() argument
1124 iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode, int hw_queue, bool start) iwl_mvm_queue_state_change() argument
1188 iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) iwl_mvm_stop_sw_queue() argument
1193 iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) iwl_mvm_wake_sw_queue() argument
1218 iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) iwl_mvm_set_hw_rfkill_state() argument
1249 iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) iwl_mvm_free_skb() argument
1357 iwl_mvm_nic_error(struct iwl_op_mode *op_mode) iwl_mvm_nic_error() argument
1367 iwl_mvm_cmd_queue_full(struct iwl_op_mode *op_mode) iwl_mvm_cmd_queue_full() argument
1394 iwl_mvm_rx_mq_rss(struct iwl_op_mode *op_mode, struct napi_struct *napi, struct iwl_rx_cmd_buffer *rxb, unsigned int queue) iwl_mvm_rx_mq_rss() argument
[all...]
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dynl-gen-c.py830 for op_mode in ['do', 'dump']:
831 self.hooks[when][op_mode] = dict()
832 self.hooks[when][op_mode]['set'] = set()
833 self.hooks[when][op_mode]['list'] = []
882 for op_mode in ['do', 'dump']:
883 if op_mode in op and 'request' in op[op_mode]:
884 req_attrs.update(set(op[op_mode]['request']['attributes']))
885 if op_mode in op and 'reply' in op[op_mode]
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_vnic.c193 u32 op_mode, priv_level; in qlcnic_83xx_config_vnic_opmode() local
198 op_mode = QLCRDX(adapter->ahw, QLC_83XX_DRV_OP_MODE); in qlcnic_83xx_config_vnic_opmode()
200 if (op_mode == QLC_83XX_DEFAULT_OPMODE) in qlcnic_83xx_config_vnic_opmode()
203 priv_level = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode, in qlcnic_83xx_config_vnic_opmode()
207 ahw->op_mode = QLCNIC_NON_PRIV_FUNC; in qlcnic_83xx_config_vnic_opmode()
212 ahw->op_mode = QLCNIC_PRIV_FUNC; in qlcnic_83xx_config_vnic_opmode()
217 ahw->op_mode = QLCNIC_MGMT_FUNC; in qlcnic_83xx_config_vnic_opmode()
H A Dqlcnic_sysfs.c221 if (adapter->ahw->op_mode == QLCNIC_NON_PRIV_FUNC) { in qlcnic_store_beacon()
487 u32 op_mode; in validate_esw_config() local
491 op_mode = readl(ahw->pci_base0 + QLCNIC_DRV_OP_MODE); in validate_esw_config()
493 op_mode = QLCRDX(ahw, QLC_83XX_DRV_OP_MODE); in validate_esw_config()
500 if (adapter->ahw->op_mode == QLCNIC_MGMT_FUNC) in validate_esw_config()
504 switch (esw_cfg[i].op_mode) { in validate_esw_config()
507 ret = QLC_DEV_GET_DRV(op_mode, pci_func); in validate_esw_config()
509 ret = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode, in validate_esw_config()
553 u8 op_mode = 0, pci_func; in qlcnic_sysfs_write_esw_config() local
567 if (adapter->ahw->op_mode in qlcnic_sysfs_write_esw_config()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_vnic.c193 u32 op_mode, priv_level; in qlcnic_83xx_config_vnic_opmode() local
198 op_mode = QLCRDX(adapter->ahw, QLC_83XX_DRV_OP_MODE); in qlcnic_83xx_config_vnic_opmode()
200 if (op_mode == QLC_83XX_DEFAULT_OPMODE) in qlcnic_83xx_config_vnic_opmode()
203 priv_level = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode, in qlcnic_83xx_config_vnic_opmode()
207 ahw->op_mode = QLCNIC_NON_PRIV_FUNC; in qlcnic_83xx_config_vnic_opmode()
212 ahw->op_mode = QLCNIC_PRIV_FUNC; in qlcnic_83xx_config_vnic_opmode()
217 ahw->op_mode = QLCNIC_MGMT_FUNC; in qlcnic_83xx_config_vnic_opmode()
H A Dqlcnic_sysfs.c220 if (adapter->ahw->op_mode == QLCNIC_NON_PRIV_FUNC) { in qlcnic_store_beacon()
486 u32 op_mode; in validate_esw_config() local
490 op_mode = readl(ahw->pci_base0 + QLCNIC_DRV_OP_MODE); in validate_esw_config()
492 op_mode = QLCRDX(ahw, QLC_83XX_DRV_OP_MODE); in validate_esw_config()
499 if (adapter->ahw->op_mode == QLCNIC_MGMT_FUNC) in validate_esw_config()
503 switch (esw_cfg[i].op_mode) { in validate_esw_config()
506 ret = QLC_DEV_GET_DRV(op_mode, pci_func); in validate_esw_config()
508 ret = QLC_83XX_GET_FUNC_PRIVILEGE(op_mode, in validate_esw_config()
552 u8 op_mode = 0, pci_func; in qlcnic_sysfs_write_esw_config() local
566 if (adapter->ahw->op_mode in qlcnic_sysfs_write_esw_config()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c69 pr_err("Unable to register MVM op_mode: %d\n", ret); in iwl_mvm_init()
82 static void iwl_mvm_nic_config(struct iwl_op_mode *op_mode) in iwl_mvm_nic_config() argument
84 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_config()
1109 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() local
1150 op_mode = hw->priv; in iwl_op_mode_mvm_start()
1152 mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_start()
1169 op_mode->ops = &iwl_mvm_ops_mq; in iwl_op_mode_mvm_start()
1176 op_mode->ops = &iwl_mvm_ops; in iwl_op_mode_mvm_start()
1258 trans_cfg.op_mode = op_mode; in iwl_op_mode_mvm_start()
1434 iwl_op_mode_mvm_stop(struct iwl_op_mode *op_mode) iwl_op_mode_mvm_stop() argument
1632 iwl_mvm_rx(struct iwl_op_mode *op_mode, struct napi_struct *napi, struct iwl_rx_cmd_buffer *rxb) iwl_mvm_rx() argument
1648 iwl_mvm_rx_mq(struct iwl_op_mode *op_mode, struct napi_struct *napi, struct iwl_rx_cmd_buffer *rxb) iwl_mvm_rx_mq() argument
1671 iwl_mvm_async_cb(struct iwl_op_mode *op_mode, const struct iwl_device_cmd *cmd) iwl_mvm_async_cb() argument
1689 iwl_mvm_queue_state_change(struct iwl_op_mode *op_mode, int hw_queue, bool start) iwl_mvm_queue_state_change() argument
1756 iwl_mvm_stop_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) iwl_mvm_stop_sw_queue() argument
1761 iwl_mvm_wake_sw_queue(struct iwl_op_mode *op_mode, int hw_queue) iwl_mvm_wake_sw_queue() argument
1792 iwl_mvm_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) iwl_mvm_set_hw_rfkill_state() argument
1823 iwl_mvm_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) iwl_mvm_free_skb() argument
1943 iwl_mvm_nic_error(struct iwl_op_mode *op_mode, bool sync) iwl_mvm_nic_error() argument
1976 iwl_mvm_cmd_queue_full(struct iwl_op_mode *op_mode) iwl_mvm_cmd_queue_full() argument
1984 iwl_op_mode_mvm_time_point(struct iwl_op_mode *op_mode, enum iwl_fw_ini_time_point tp_id, union iwl_dbg_tlv_tp_data *tp_data) iwl_op_mode_mvm_time_point() argument
2013 iwl_mvm_rx_mq_rss(struct iwl_op_mode *op_mode, struct napi_struct *napi, struct iwl_rx_cmd_buffer *rxb, unsigned int queue) iwl_mvm_rx_mq_rss() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_plane.c204 uint32_t op_mode = 0; in mdp4_plane_mode_set() local
250 op_mode |= MDP4_PIPE_OP_MODE_SCALEX_EN; in mdp4_plane_mode_set()
258 op_mode |= MDP4_PIPE_OP_MODE_SCALEX_UNIT_SEL(sel_unit); in mdp4_plane_mode_set()
266 op_mode |= MDP4_PIPE_OP_MODE_SCALEY_EN; in mdp4_plane_mode_set()
275 op_mode |= MDP4_PIPE_OP_MODE_SCALEY_UNIT_SEL(sel_unit); in mdp4_plane_mode_set()
321 op_mode |= MDP4_PIPE_OP_MODE_SRC_YCBCR; in mdp4_plane_mode_set()
322 op_mode |= MDP4_PIPE_OP_MODE_CSC_EN; in mdp4_plane_mode_set()
326 mdp4_write(mdp4_kms, REG_MDP4_PIPE_OP_MODE(pipe), op_mode); in mdp4_plane_mode_set()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_plane.c222 uint32_t op_mode = 0; in mdp4_plane_mode_set() local
268 op_mode |= MDP4_PIPE_OP_MODE_SCALEX_EN; in mdp4_plane_mode_set()
276 op_mode |= MDP4_PIPE_OP_MODE_SCALEX_UNIT_SEL(sel_unit); in mdp4_plane_mode_set()
284 op_mode |= MDP4_PIPE_OP_MODE_SCALEY_EN; in mdp4_plane_mode_set()
293 op_mode |= MDP4_PIPE_OP_MODE_SCALEY_UNIT_SEL(sel_unit); in mdp4_plane_mode_set()
339 op_mode |= MDP4_PIPE_OP_MODE_SRC_YCBCR; in mdp4_plane_mode_set()
340 op_mode |= MDP4_PIPE_OP_MODE_CSC_EN; in mdp4_plane_mode_set()
344 mdp4_write(mdp4_kms, REG_MDP4_PIPE_OP_MODE(pipe), op_mode); in mdp4_plane_mode_set()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c1239 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start() local
1261 op_mode = hw->priv; in iwl_op_mode_dvm_start()
1262 op_mode->ops = &iwl_dvm_ops; in iwl_op_mode_dvm_start()
1263 priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_op_mode_dvm_start()
1315 trans_cfg.op_mode = op_mode; in iwl_op_mode_dvm_start()
1496 return op_mode; in iwl_op_mode_dvm_start()
1511 op_mode = NULL; in iwl_op_mode_dvm_start()
1512 return op_mode; in iwl_op_mode_dvm_start()
1515 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop() argument
1955 iwl_nic_error(struct iwl_op_mode *op_mode) iwl_nic_error() argument
1968 iwl_cmd_queue_full(struct iwl_op_mode *op_mode) iwl_cmd_queue_full() argument
1980 iwl_nic_config(struct iwl_op_mode *op_mode) iwl_nic_config() argument
2034 iwl_wimax_active(struct iwl_op_mode *op_mode) iwl_wimax_active() argument
2042 iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) iwl_stop_sw_queue() argument
2061 iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) iwl_wake_sw_queue() argument
2101 iwl_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) iwl_free_skb() argument
2111 iwl_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) iwl_set_hw_rfkill_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c1233 struct iwl_op_mode *op_mode; in iwl_op_mode_dvm_start() local
1255 op_mode = hw->priv; in iwl_op_mode_dvm_start()
1256 op_mode->ops = &iwl_dvm_ops; in iwl_op_mode_dvm_start()
1257 priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_op_mode_dvm_start()
1309 trans_cfg.op_mode = op_mode; in iwl_op_mode_dvm_start()
1490 return op_mode; in iwl_op_mode_dvm_start()
1505 op_mode = NULL; in iwl_op_mode_dvm_start()
1506 return op_mode; in iwl_op_mode_dvm_start()
1509 static void iwl_op_mode_dvm_stop(struct iwl_op_mode *op_mode) in iwl_op_mode_dvm_stop() argument
1947 iwl_nic_error(struct iwl_op_mode *op_mode, bool sync) iwl_nic_error() argument
1960 iwl_cmd_queue_full(struct iwl_op_mode *op_mode) iwl_cmd_queue_full() argument
1972 iwl_nic_config(struct iwl_op_mode *op_mode) iwl_nic_config() argument
2022 iwl_wimax_active(struct iwl_op_mode *op_mode) iwl_wimax_active() argument
2030 iwl_stop_sw_queue(struct iwl_op_mode *op_mode, int queue) iwl_stop_sw_queue() argument
2049 iwl_wake_sw_queue(struct iwl_op_mode *op_mode, int queue) iwl_wake_sw_queue() argument
2089 iwl_free_skb(struct iwl_op_mode *op_mode, struct sk_buff *skb) iwl_free_skb() argument
2099 iwl_set_hw_rfkill_state(struct iwl_op_mode *op_mode, bool state) iwl_set_hw_rfkill_state() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfsl-mph-dr-of.c21 enum fsl_usb2_operating_modes op_mode; /* operating mode */ member
28 .op_mode = FSL_USB2_DR_HOST,
33 .op_mode = FSL_USB2_DR_OTG,
38 .op_mode = FSL_USB2_DR_DEVICE,
216 pdata->operating_mode = dev_data->op_mode; in fsl_usb2_mph_dr_of_probe()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dfsl-mph-dr-of.c22 enum fsl_usb2_operating_modes op_mode; /* operating mode */ member
29 .op_mode = FSL_USB2_DR_HOST,
34 .op_mode = FSL_USB2_DR_OTG,
39 .op_mode = FSL_USB2_DR_DEVICE,
216 pdata->operating_mode = dev_data->op_mode; in fsl_usb2_mph_dr_of_probe()
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dadxl355_core.c223 struct mutex lock; /* lock to protect op_mode */
224 enum adxl355_op_mode op_mode; member
240 enum adxl355_op_mode op_mode) in adxl355_set_op_mode()
244 if (data->op_mode == op_mode) in adxl355_set_op_mode()
248 ADXL355_POWER_CTL_MODE_MSK, op_mode); in adxl355_set_op_mode()
252 data->op_mode = op_mode; in adxl355_set_op_mode()
770 data->op_mode = ADXL355_STANDBY; in adxl355_core_probe()
239 adxl355_set_op_mode(struct adxl355_data *data, enum adxl355_op_mode op_mode) adxl355_set_op_mode() argument
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore.c967 unsigned int op_mode = dwc2_op_mode(hsotg); in dwc2_hw_is_otg() local
969 return (op_mode == GHWCFG2_OP_MODE_HNP_SRP_CAPABLE) || in dwc2_hw_is_otg()
970 (op_mode == GHWCFG2_OP_MODE_SRP_ONLY_CAPABLE) || in dwc2_hw_is_otg()
971 (op_mode == GHWCFG2_OP_MODE_NO_HNP_SRP_CAPABLE); in dwc2_hw_is_otg()
977 unsigned int op_mode = dwc2_op_mode(hsotg); in dwc2_hw_is_host() local
979 return (op_mode == GHWCFG2_OP_MODE_SRP_CAPABLE_HOST) || in dwc2_hw_is_host()
980 (op_mode == GHWCFG2_OP_MODE_NO_SRP_CAPABLE_HOST); in dwc2_hw_is_host()
986 unsigned int op_mode = dwc2_op_mode(hsotg); in dwc2_hw_is_device() local
988 return (op_mode == GHWCFG2_OP_MODE_SRP_CAPABLE_DEVICE) || in dwc2_hw_is_device()
989 (op_mode in dwc2_hw_is_device()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore.c881 unsigned int op_mode = dwc2_op_mode(hsotg); in dwc2_hw_is_otg() local
883 return (op_mode == GHWCFG2_OP_MODE_HNP_SRP_CAPABLE) || in dwc2_hw_is_otg()
884 (op_mode == GHWCFG2_OP_MODE_SRP_ONLY_CAPABLE) || in dwc2_hw_is_otg()
885 (op_mode == GHWCFG2_OP_MODE_NO_HNP_SRP_CAPABLE); in dwc2_hw_is_otg()
891 unsigned int op_mode = dwc2_op_mode(hsotg); in dwc2_hw_is_host() local
893 return (op_mode == GHWCFG2_OP_MODE_SRP_CAPABLE_HOST) || in dwc2_hw_is_host()
894 (op_mode == GHWCFG2_OP_MODE_NO_SRP_CAPABLE_HOST); in dwc2_hw_is_host()
900 unsigned int op_mode = dwc2_op_mode(hsotg); in dwc2_hw_is_device() local
902 return (op_mode == GHWCFG2_OP_MODE_SRP_CAPABLE_DEVICE) || in dwc2_hw_is_device()
903 (op_mode in dwc2_hw_is_device()
[all...]
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_ep11misc.h84 u64 op_mode; /* card operational mode(s) */ member
93 u64 op_mode; /* domain operational mode(s) */ member
/kernel/linux/linux-6.6/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.h96 enum dma2d_op_mode op_mode; member
130 void dma2d_config_common(struct dma2d_dev *d, enum dma2d_op_mode op_mode,
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dda7280.c240 u8 op_mode; member
369 switch (haptics->op_mode) { in da7280_haptic_activate()
409 dev_err(haptics->dev, "Invalid op mode %d\n", haptics->op_mode); in da7280_haptic_activate()
416 haptics->op_mode); in da7280_haptic_activate()
423 if (haptics->op_mode == DA7280_PWM_MODE || in da7280_haptic_activate()
424 haptics->op_mode == DA7280_RTWM_MODE) { in da7280_haptic_activate()
456 switch (haptics->op_mode) { in da7280_haptic_deactivate()
486 dev_err(haptics->dev, "Invalid op mode %d\n", haptics->op_mode); in da7280_haptic_deactivate()
522 haptics->op_mode = haptics->const_op_mode; in da7280_haptics_upload_effect()
523 if (haptics->op_mode in da7280_haptics_upload_effect()
[all...]

Completed in 23 milliseconds

12345678