| /linux/drivers/net/wireless/intel/iwlwifi/ |
| A D | iwl-op-mode.h | 135 op_mode->ops->stop(op_mode); in iwl_op_mode_stop() 142 return op_mode->ops->rx(op_mode, napi, rxb); in iwl_op_mode_rx() 156 op_mode->ops->queue_full(op_mode, queue); in iwl_op_mode_queue_full() 177 op_mode->ops->free_skb(op_mode, skb); in iwl_op_mode_free_skb() 182 op_mode->ops->nic_error(op_mode, sync); in iwl_op_mode_nic_error() 187 op_mode->ops->cmd_queue_full(op_mode); in iwl_op_mode_cmd_queue_full() 194 op_mode->ops->nic_config(op_mode); in iwl_op_mode_nic_config() 200 op_mode->ops->wimax_active(op_mode); in iwl_op_mode_wimax_active() 207 if (!op_mode || !op_mode->ops || !op_mode->ops->time_point) in iwl_op_mode_time_point() 214 if (!op_mode || !op_mode->ops || !op_mode->ops->device_powered_off) in iwl_op_mode_device_powered_off() [all …]
|
| /linux/arch/arm/boot/dts/samsung/ |
| A D | exynos4412-itop-scp-core.dtsi | 179 op_mode = <1>; /* Normal Mode */ 189 op_mode = <1>; /* Normal Mode */ 197 op_mode = <1>; /* Normal Mode */ 205 op_mode = <1>; /* Normal Mode */ 218 op_mode = <1>; /* Normal Mode */ 226 op_mode = <1>; /* Normal Mode */ 233 op_mode = <1>; /* Normal Mode */ 240 op_mode = <1>; /* Normal Mode */ 247 op_mode = <1>; /* Normal Mode */ 255 op_mode = <1>; /* Normal Mode */ [all …]
|
| A D | exynos4412-origen.dts | 168 op_mode = <1>; /* Normal Mode */ 176 op_mode = <1>; /* Normal Mode */ 184 op_mode = <1>; /* Normal Mode */ 192 op_mode = <1>; /* Normal Mode */ 200 op_mode = <1>; /* Normal Mode */ 208 op_mode = <1>; /* Normal Mode */ 216 op_mode = <1>; /* Normal Mode */ 224 op_mode = <1>; /* Normal Mode */ 232 op_mode = <1>; /* Normal Mode */ 240 op_mode = <1>; /* Normal Mode */ [all …]
|
| A D | exynos5250-arndale.dts | 284 op_mode = <1>; 293 op_mode = <1>; 302 op_mode = <1>; 310 op_mode = <1>; 319 op_mode = <1>; 328 op_mode = <1>; 337 op_mode = <1>; 346 op_mode = <1>; 353 op_mode = <1>; 362 op_mode = <1>; [all …]
|
| A D | exynos5250-spring.dts | 165 op_mode = <0>; 173 op_mode = <0>; 181 op_mode = <3>; 189 op_mode = <3>; 197 op_mode = <3>; 205 op_mode = <3>; 213 op_mode = <0>; 221 op_mode = <3>; 229 op_mode = <0>; 237 op_mode = <3>; [all …]
|
| A D | exynos4212-tab3.dtsi | 595 op_mode = <1>; 604 op_mode = <1>; 612 op_mode = <1>; 619 op_mode = <1>; 626 op_mode = <3>; 633 op_mode = <1>; 640 op_mode = <3>; 647 op_mode = <1>; 657 op_mode = <1>; 664 op_mode = <1>; [all …]
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_hw_lm.c | 55 u32 op_mode; in dpu_hw_lm_setup_out() local 57 op_mode = DPU_REG_READ(c, LM_OP_MODE); in dpu_hw_lm_setup_out() 64 op_mode |= BIT(31); in dpu_hw_lm_setup_out() 66 op_mode &= ~BIT(31); in dpu_hw_lm_setup_out() 67 DPU_REG_WRITE(c, LM_OP_MODE, op_mode); in dpu_hw_lm_setup_out() 137 int op_mode; in dpu_hw_lm_setup_color3() local 140 op_mode = DPU_REG_READ(c, LM_OP_MODE); in dpu_hw_lm_setup_color3() 142 op_mode = (op_mode & (BIT(31) | BIT(30))) | mixer_op_mode; in dpu_hw_lm_setup_color3() 144 DPU_REG_WRITE(c, LM_OP_MODE, op_mode); in dpu_hw_lm_setup_color3()
|
| A D | dpu_hw_util.c | 287 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 |= BIT(10); in dpu_hw_setup_scaler3() [all …]
|
| /linux/tools/net/ynl/ |
| A D | ynl-gen-c.py | 995 if op_mode in op and 'request' in op[op_mode]: 997 if op_mode in op and 'reply' in op[op_mode]: 1155 self.op_mode = op_mode 1189 op_mode = 'do' 1461 if not ri.op_mode or ri.op_mode == 'do': 1487 if ri.op_mode == 'dump': 1747 if 'reply' not in ri.op[ri.op_mode] and ri.op_mode != 'event': 1919 if ri.op_mode == 'dump': 2005 if (ri.op_mode == 'do' or ri.op_mode == 'dump') and 'reply' in ri.op[ri.op_mode]: 2018 elif ri.op_mode == 'notify' or ri.op_mode == 'event': [all …]
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_83xx_vnic.c | 193 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()
|
| A D | qlcnic_sysfs.c | 486 u32 op_mode; in validate_esw_config() local 492 op_mode = QLCRDX(ahw, QLC_83XX_DRV_OP_MODE); 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 573 op_mode = esw_cfg[i].op_mode; in qlcnic_sysfs_write_esw_config() 575 esw_cfg[i].op_mode = op_mode; in qlcnic_sysfs_write_esw_config() 578 switch (esw_cfg[i].op_mode) { in qlcnic_sysfs_write_esw_config() 604 switch (esw_cfg[i].op_mode) { in qlcnic_sysfs_write_esw_config() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | ops.c | 80 struct iwl_mvm *mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_mvm_nic_config() 1278 struct iwl_op_mode *op_mode; in iwl_op_mode_mvm_start() local 1319 op_mode = hw->priv; in iwl_op_mode_mvm_start() 1321 mvm = IWL_OP_MODE_GET_MVM(op_mode); in iwl_op_mode_mvm_start() 1338 op_mode->ops = &iwl_mvm_ops_mq; in iwl_op_mode_mvm_start() 1345 op_mode->ops = &iwl_mvm_ops; in iwl_op_mode_mvm_start() 1434 trans_cfg.op_mode = op_mode; in iwl_op_mode_mvm_start() 1540 return op_mode; in iwl_op_mode_mvm_start() 1549 return op_mode; in iwl_op_mode_mvm_start() 1816 static void iwl_mvm_rx(struct iwl_op_mode *op_mode, in iwl_mvm_rx() argument [all …]
|
| /linux/drivers/gpu/drm/msm/disp/mdp4/ |
| A D | mdp4_plane.c | 206 uint32_t op_mode = 0; in mdp4_plane_mode_set() local 252 op_mode |= MDP4_PIPE_OP_MODE_SCALEX_EN; in mdp4_plane_mode_set() 260 op_mode |= MDP4_PIPE_OP_MODE_SCALEX_UNIT_SEL(sel_unit); in mdp4_plane_mode_set() 268 op_mode |= MDP4_PIPE_OP_MODE_SCALEY_EN; in mdp4_plane_mode_set() 277 op_mode |= MDP4_PIPE_OP_MODE_SCALEY_UNIT_SEL(sel_unit); in mdp4_plane_mode_set() 324 op_mode |= MDP4_PIPE_OP_MODE_SRC_YCBCR; in mdp4_plane_mode_set() 325 op_mode |= MDP4_PIPE_OP_MODE_CSC_EN; in mdp4_plane_mode_set() 329 mdp4_write(mdp4_kms, REG_MDP4_PIPE_OP_MODE(pipe), op_mode); in mdp4_plane_mode_set()
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | main.c | 1233 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() 1488 return op_mode; in iwl_op_mode_dvm_start() 1503 op_mode = NULL; in iwl_op_mode_dvm_start() 1504 return op_mode; in iwl_op_mode_dvm_start() 1509 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_op_mode_dvm_stop() 1947 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_nic_error() [all …]
|
| /linux/drivers/usb/host/ |
| A D | fsl-mph-dr-of.c | 22 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()
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| A D | uli526x.c | 160 u8 op_mode; /* real work media mode */ member 553 db->op_mode = db->media_mode; /* Force Mode */ in uli526x_init() 949 if(db->op_mode==ULI526X_100MHF || db->op_mode==ULI526X_100MFD) in ULi_ethtool_get_link_ksettings() 953 if(db->op_mode==ULI526X_10MFD || db->op_mode==ULI526X_100MFD) in ULi_ethtool_get_link_ksettings() 1095 (db->op_mode == ULI526X_100MHF || in uli526x_timer() 1096 db->op_mode == ULI526X_100MFD) in uli526x_timer() 1098 (db->op_mode == ULI526X_10MFD || in uli526x_timer() 1099 db->op_mode == ULI526X_100MFD) in uli526x_timer() 1504 db->op_mode = ULI526X_10MHF; in uli526x_sense_speed() 1567 if (db->op_mode & 0x4) in uli526x_process_mode() [all …]
|
| /linux/drivers/input/misc/ |
| A D | da7280.c | 239 u8 op_mode; member 368 switch (haptics->op_mode) { in da7280_haptic_activate() 415 haptics->op_mode); in da7280_haptic_activate() 422 if (haptics->op_mode == DA7280_PWM_MODE || in da7280_haptic_activate() 423 haptics->op_mode == DA7280_RTWM_MODE) { in da7280_haptic_activate() 455 switch (haptics->op_mode) { in da7280_haptic_deactivate() 521 haptics->op_mode = haptics->const_op_mode; in da7280_haptics_upload_effect() 522 if (haptics->op_mode == DA7280_DRO_MODE) { in da7280_haptics_upload_effect() 602 haptics->op_mode = haptics->periodic_op_mode; in da7280_haptics_upload_effect() 634 haptics->op_mode = haptics->periodic_op_mode; in da7280_haptics_upload_effect() [all …]
|
| /linux/drivers/iio/accel/ |
| A D | adxl355_core.c | 224 enum adxl355_op_mode op_mode; member 240 enum adxl355_op_mode op_mode) in adxl355_set_op_mode() argument 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()
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| A D | samsung,s5m8767.yaml | 31 op_mode: 55 op_mode: 80 op_mode:
|
| /linux/drivers/media/platform/st/stm32/dma2d/ |
| A D | dma2d.h | 96 enum dma2d_op_mode op_mode; member 130 void dma2d_config_common(struct dma2d_dev *d, enum dma2d_op_mode op_mode,
|
| A D | dma2d.c | 237 ctx->op_mode = DMA2D_MODE_R2M; in dma2d_s_ctrl() 239 ctx->op_mode = DMA2D_MODE_M2M; in dma2d_s_ctrl() 290 ctx->op_mode = DMA2D_MODE_M2M_FPC; in dma2d_open() 502 if (ctx->op_mode != DMA2D_MODE_R2M) { in device_run() 504 ctx->op_mode = DMA2D_MODE_M2M; in device_run() 506 ctx->op_mode = DMA2D_MODE_M2M_FPC; in device_run() 511 dma2d_config_common(dev, ctx->op_mode, frm_cap->width, frm_cap->height); in device_run()
|
| /linux/drivers/s390/crypto/ |
| A D | zcrypt_ep11misc.h | 92 u64 op_mode; /* card operational mode(s) */ member 101 u64 op_mode; /* domain operational mode(s) */ member
|
| /linux/drivers/usb/dwc2/ |
| A D | core.c | 886 unsigned int op_mode = dwc2_op_mode(hsotg); in dwc2_hw_is_otg() local 888 return (op_mode == GHWCFG2_OP_MODE_HNP_SRP_CAPABLE) || in dwc2_hw_is_otg() 889 (op_mode == GHWCFG2_OP_MODE_SRP_ONLY_CAPABLE) || in dwc2_hw_is_otg() 890 (op_mode == GHWCFG2_OP_MODE_NO_HNP_SRP_CAPABLE); in dwc2_hw_is_otg() 896 unsigned int op_mode = dwc2_op_mode(hsotg); in dwc2_hw_is_host() local 898 return (op_mode == GHWCFG2_OP_MODE_SRP_CAPABLE_HOST) || in dwc2_hw_is_host() 899 (op_mode == GHWCFG2_OP_MODE_NO_SRP_CAPABLE_HOST); in dwc2_hw_is_host() 905 unsigned int op_mode = dwc2_op_mode(hsotg); in dwc2_hw_is_device() local 907 return (op_mode == GHWCFG2_OP_MODE_SRP_CAPABLE_DEVICE) || in dwc2_hw_is_device() 908 (op_mode == GHWCFG2_OP_MODE_NO_SRP_CAPABLE_DEVICE); in dwc2_hw_is_device()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| A D | pcu.c | 877 ath5k_hw_set_opmode(struct ath5k_hw *ah, enum nl80211_iftype op_mode) in ath5k_hw_set_opmode() argument 882 ATH5K_DBG(ah, ATH5K_DEBUG_MODE, "mode %d\n", op_mode); in ath5k_hw_set_opmode() 893 switch (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() argument 960 ath5k_hw_set_opmode(ah, op_mode); in ath5k_hw_pcu_init()
|
| /linux/sound/soc/ti/ |
| A D | davinci-mcasp.c | 93 u8 op_mode; member 760 if (mcasp->op_mode == DAVINCI_MCASP_DIT_MODE) in davinci_mcasp_set_tdm_slot() 823 if (mcasp->op_mode != DAVINCI_MCASP_DIT_MODE) { in davinci_config_channel_size() 867 if (mcasp->op_mode == DAVINCI_MCASP_DIT_MODE) in mcasp_common_hw_param() 1264 if (mcasp->op_mode == DAVINCI_MCASP_IIS_MODE) in davinci_mcasp_hw_params() 1278 if (mcasp->op_mode == DAVINCI_MCASP_DIT_MODE) in davinci_mcasp_hw_params() 1505 if (mcasp->op_mode == DAVINCI_MCASP_DIT_MODE) in davinci_mcasp_startup() 1613 if (mcasp->op_mode == DAVINCI_MCASP_DIT_MODE) in davinci_mcasp_shutdown() 1911 pdata->op_mode = val; in davinci_mcasp_get_config() 1981 mcasp->op_mode = pdata->op_mode; in davinci_mcasp_get_config() [all …]
|