Home
last modified time | relevance | path

Searched refs:operating_mode (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dtsl2550.c37 unsigned int operating_mode:1; member
58 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()
364 data->operating_mode = *opmode; in tsl2550_probe()
366 data->operating_mode = 0; /* default mode is standard */ in tsl2550_probe()
368 data->operating_mode ? "extended" : "standard"); in tsl2550_probe()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-fsl.c70 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()
152 if (pdata->operating_mode == FSL_USB2_DR_OTG) { in fsl_ehci_drv_probe()
331 if ((pdata->operating_mode == FSL_USB2_DR_HOST) || in ehci_fsl_usb_setup()
332 (pdata->operating_mode == FSL_USB2_DR_OTG)) in ehci_fsl_usb_setup()
336 if (pdata->operating_mode == FSL_USB2_MPH_HOST) { in ehci_fsl_usb_setup()
H A Dfsl-mph-dr-of.c207 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfsl_devices.h77 enum fsl_usb2_operating_modes operating_mode; member
H A Dieee80211.h1231 u8 operating_mode; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/
H A Datmel.c515 int operating_mode, power_mode; member
843 if (priv->operating_mode == IW_MODE_ADHOC) { in start_tx()
1221 if (priv->operating_mode == IW_MODE_INFRA && in service_interrupt()
1272 if (priv->operating_mode == IW_MODE_INFRA) { in atmel_get_wireless_stats()
1542 priv->operating_mode = IW_MODE_INFRA; in init_atmel_card()
2065 priv->operating_mode = *uwrq; in atmel_set_mode()
2076 *uwrq = priv->operating_mode; in atmel_get_mode()
2760 cmd.BSS_type = cpu_to_le16(priv->operating_mode == IW_MODE_ADHOC ? in atmel_scan()
2835 if (priv->operating_mode == IW_MODE_INFRA) in handle_beacon_probe()
2955 if (priv->operating_mode == priv->BSSinfo[i].BSStype && in retrieve_bss()
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/magnetometer/
H A Dhmc5843_core.c136 static s32 hmc5843_set_mode(struct hmc5843_data *data, u8 operating_mode) in hmc5843_set_mode() argument
142 HMC5843_MODE_MASK, operating_mode); in hmc5843_set_mode()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c2377 if (pdata->operating_mode == FSL_USB2_DR_OTG) { in fsl_udc_probe()
2393 if (pdata->operating_mode == FSL_USB2_DR_DEVICE) { in fsl_udc_probe()
2540 if (pdata->operating_mode == FSL_USB2_DR_DEVICE) in fsl_udc_probe()
2577 if (res && (pdata->operating_mode == FSL_USB2_DR_DEVICE)) in fsl_udc_remove()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_init.c4044 if (ha->operating_mode == P2P) { in qla2x00_update_fw_options()
4069 if (ha->operating_mode == P2P) { in qla24xx_update_fw_options()
4315 if (ha->operating_mode == LOOP && !IS_CNA_CAPABLE(ha)) in qla2x00_init_rings()
4549 ha->operating_mode = LOOP; in qla2x00_configure_hba()
4568 ha->operating_mode = P2P; in qla2x00_configure_hba()
4576 ha->operating_mode = P2P; in qla2x00_configure_hba()
4882 ha->operating_mode = in qla2x00_nvram_config()
7503 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) & in qla24xx_nvram_config()
8719 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) & in qla81xx_nvram_config()
H A Dqla_bsg.c1840 if (ha->operating_mode != P2P) { in qla24xx_process_bidir_cmd()
H A Dqla_def.h4016 uint8_t operating_mode; /* F/W operating mode */ member
H A Dqla_isr.c1248 ha->operating_mode = LOOP; in qla2x00_async_event()
H A Dqla_mbx.c2299 if (vha->hw->operating_mode == LOOP) in qla24xx_link_initialize()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Diface.c1393 opmode = mgmt->u.action.u.vht_opmode_notif.operating_mode; in ieee80211_iface_work()