Searched refs:operating_mode (Results 1 – 14 of 14) sorted by relevance
37 unsigned int operating_mode:1; member58 data->operating_mode = mode; in tsl2550_set_operating_mode()74 tsl2550_set_operating_mode(client, data->operating_mode); in tsl2550_set_power_state()212 return sprintf(buf, "%u\n", data->operating_mode); in tsl2550_show_operating_mode()239 static DEVICE_ATTR(operating_mode, S_IWUSR | S_IRUGO,262 if (data->operating_mode == 1) in __tsl2550_show_lux()322 TSL2550_MODE_RANGE[data->operating_mode]); in tsl2550_init_client()363 data->operating_mode = *opmode; in tsl2550_probe()365 data->operating_mode = 0; /* default mode is standard */ in tsl2550_probe()367 data->operating_mode ? "extended" : "standard"); in tsl2550_probe()
70 if (!((pdata->operating_mode == FSL_USB2_DR_HOST) || in fsl_ehci_drv_probe()71 (pdata->operating_mode == FSL_USB2_MPH_HOST) || in fsl_ehci_drv_probe()72 (pdata->operating_mode == FSL_USB2_DR_OTG))) { in fsl_ehci_drv_probe()146 if (pdata->operating_mode == FSL_USB2_DR_OTG) { in fsl_ehci_drv_probe()325 if ((pdata->operating_mode == FSL_USB2_DR_HOST) || in ehci_fsl_usb_setup()326 (pdata->operating_mode == FSL_USB2_DR_OTG)) in ehci_fsl_usb_setup()330 if (pdata->operating_mode == FSL_USB2_MPH_HOST) { in ehci_fsl_usb_setup()
210 pdata->operating_mode = FSL_USB2_MPH_HOST; in fsl_usb2_mph_dr_of_probe()216 pdata->operating_mode = dev_data->op_mode; in fsl_usb2_mph_dr_of_probe()
77 enum fsl_usb2_operating_modes operating_mode; member
1382 u8 operating_mode; member
514 int operating_mode, power_mode; member842 if (priv->operating_mode == IW_MODE_ADHOC) { in start_tx()1220 if (priv->operating_mode == IW_MODE_INFRA && in service_interrupt()1271 if (priv->operating_mode == IW_MODE_INFRA) { in atmel_get_wireless_stats()1541 priv->operating_mode = IW_MODE_INFRA; in init_atmel_card()2071 priv->operating_mode = *uwrq; in atmel_set_mode()2083 *uwrq = priv->operating_mode; in atmel_get_mode()2755 cmd.BSS_type = cpu_to_le16(priv->operating_mode == IW_MODE_ADHOC ? in atmel_scan()2830 if (priv->operating_mode == IW_MODE_INFRA) in handle_beacon_probe()2950 if (priv->operating_mode == priv->BSSinfo[i].BSStype && in retrieve_bss()[all …]
136 static s32 hmc5843_set_mode(struct hmc5843_data *data, u8 operating_mode) in hmc5843_set_mode() argument142 HMC5843_MODE_MASK, operating_mode); in hmc5843_set_mode()
2373 if (pdata->operating_mode == FSL_USB2_DR_OTG) { in fsl_udc_probe()2389 if (pdata->operating_mode == FSL_USB2_DR_DEVICE) { in fsl_udc_probe()2524 if (pdata->operating_mode == FSL_USB2_DR_DEVICE) in fsl_udc_probe()2559 if (res && (pdata->operating_mode == FSL_USB2_DR_DEVICE)) in fsl_udc_remove()
4520 if (ha->operating_mode == P2P) { in qla2x00_update_fw_options()4545 if (ha->operating_mode == P2P) { in qla24xx_update_fw_options()4809 if (ha->operating_mode == LOOP && !IS_CNA_CAPABLE(ha)) in qla2x00_init_rings()5046 ha->operating_mode = LOOP; in qla2x00_configure_hba()5066 ha->operating_mode = P2P; in qla2x00_configure_hba()5074 ha->operating_mode = P2P; in qla2x00_configure_hba()5384 ha->operating_mode = in qla2x00_nvram_config()8015 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) & in qla24xx_nvram_config()9231 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) & in qla81xx_nvram_config()
1863 if (ha->operating_mode != P2P) { in qla24xx_process_bidir_cmd()
4238 uint8_t operating_mode; /* F/W operating mode */ member
1549 ha->operating_mode = LOOP; in qla2x00_async_event()
2349 if (vha->hw->operating_mode == LOOP) in qla24xx_link_initialize()
1531 opmode = mgmt->u.action.u.vht_opmode_notif.operating_mode; in ieee80211_iface_process_skb()