Searched refs:operating_mode (Results 1 - 28 of 28) sorted by relevance

/linux-4.1.27/drivers/misc/
H A Dtsl2550.c50 unsigned int operating_mode:1; member in struct:tsl2550_data
71 data->operating_mode = mode; tsl2550_set_operating_mode()
87 tsl2550_set_operating_mode(client, data->operating_mode); tsl2550_set_power_state()
227 return sprintf(buf, "%u\n", data->operating_mode); tsl2550_show_operating_mode()
254 static DEVICE_ATTR(operating_mode, S_IWUSR | S_IRUGO,
277 if (data->operating_mode == 1) __tsl2550_show_lux()
337 TSL2550_MODE_RANGE[data->operating_mode]); tsl2550_init_client()
374 dev_err(&client->dev, "invalid operating_mode (%d)\n", tsl2550_probe()
379 data->operating_mode = *opmode; tsl2550_probe()
381 data->operating_mode = 0; /* default mode is standard */ tsl2550_probe()
383 data->operating_mode ? "extended" : "standard"); tsl2550_probe()
/linux-4.1.27/drivers/usb/host/
H A Dehci-fsl.c71 if (!((pdata->operating_mode == FSL_USB2_DR_HOST) || usb_hcd_fsl_probe()
72 (pdata->operating_mode == FSL_USB2_MPH_HOST) || usb_hcd_fsl_probe()
73 (pdata->operating_mode == FSL_USB2_DR_OTG))) { usb_hcd_fsl_probe()
130 if (pdata->operating_mode == FSL_USB2_DR_OTG) { usb_hcd_fsl_probe()
286 if ((pdata->operating_mode == FSL_USB2_DR_HOST) || ehci_fsl_usb_setup()
287 (pdata->operating_mode == FSL_USB2_DR_OTG)) ehci_fsl_usb_setup()
291 if (pdata->operating_mode == FSL_USB2_MPH_HOST) { ehci_fsl_usb_setup()
H A Dfsl-mph-dr-of.c193 pdata->operating_mode = FSL_USB2_MPH_HOST; fsl_usb2_mph_dr_of_probe()
202 pdata->operating_mode = dev_data->op_mode; fsl_usb2_mph_dr_of_probe()
/linux-4.1.27/arch/arm/mach-imx/
H A Dmach-cpuimx35.c139 .operating_mode = FSL_USB2_DR_DEVICE,
H A Dmach-vpr200.c239 .operating_mode = FSL_USB2_DR_DEVICE,
H A Dmx31moboard-devboard.c223 .operating_mode = FSL_USB2_DR_DEVICE,
H A Dmx31moboard-smartbot.c119 .operating_mode = FSL_USB2_DR_DEVICE,
H A Dmach-mx27_3ds.c244 .operating_mode = FSL_USB2_DR_DEVICE,
H A Dmach-pca100.c296 .operating_mode = FSL_USB2_DR_DEVICE,
H A Dmach-pcm043.c325 .operating_mode = FSL_USB2_DR_DEVICE,
H A Dmx31moboard-marxbot.c336 .operating_mode = FSL_USB2_DR_DEVICE,
H A Dmach-mx35_3ds.c508 .operating_mode = FSL_USB2_DR_DEVICE,
H A Dmach-mx31_3ds.c664 .operating_mode = FSL_USB2_DR_DEVICE,
H A Dmach-pcm037.c550 .operating_mode = FSL_USB2_DR_DEVICE,
/linux-4.1.27/include/linux/
H A Dfsl_devices.h75 enum fsl_usb2_operating_modes operating_mode; member in struct:fsl_usb2_platform_data
H A Dieee80211.h990 u8 operating_mode; member in struct:ieee80211_mgmt::__anon11767::__anon11777::__anon11778::__anon11792
/linux-4.1.27/drivers/staging/iio/magnetometer/
H A Dhmc5843_core.c119 static s32 hmc5843_set_mode(struct hmc5843_data *data, u8 operating_mode) hmc5843_set_mode() argument
125 HMC5843_MODE_MASK, operating_mode); hmc5843_set_mode()
/linux-4.1.27/drivers/net/wireless/
H A Datmel.c515 int operating_mode, power_mode; member in struct:atmel_private
844 if (priv->operating_mode == IW_MODE_ADHOC) { start_tx()
1223 if (priv->operating_mode == IW_MODE_INFRA && service_interrupt()
1274 if (priv->operating_mode == IW_MODE_INFRA) { atmel_get_wireless_stats()
1564 priv->operating_mode = IW_MODE_INFRA; init_atmel_card()
2084 priv->operating_mode = *uwrq; atmel_set_mode()
2095 *uwrq = priv->operating_mode; atmel_get_mode()
2784 cmd.BSS_type = cpu_to_le16(priv->operating_mode == IW_MODE_ADHOC ? atmel_scan()
2859 if (priv->operating_mode == IW_MODE_INFRA) handle_beacon_probe()
2979 if (priv->operating_mode == priv->BSSinfo[i].BSStype && retrieve_bss()
2993 priv->operating_mode == priv->BSSinfo[i].BSStype && retrieve_bss()
3237 priv->operating_mode != IW_MODE_ADHOC && atmel_join_bss()
3247 priv->operating_mode = bss->BSStype; atmel_join_bss()
3271 if (priv->operating_mode == IW_MODE_INFRA) atmel_join_bss()
3419 priv->operating_mode == IW_MODE_INFRA && atmel_management_frame()
3431 if (priv->operating_mode == IW_MODE_INFRA && atmel_management_frame()
3541 } else if (priv->operating_mode == IW_MODE_ADHOC && atmel_command_irq()
3577 if (priv->operating_mode == IW_MODE_ADHOC) { atmel_command_irq()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c2355 if (pdata->operating_mode == FSL_USB2_DR_OTG) { fsl_udc_probe()
2371 if (pdata->operating_mode == FSL_USB2_DR_DEVICE) { fsl_udc_probe()
2517 if (pdata->operating_mode == FSL_USB2_DR_DEVICE) fsl_udc_probe()
2554 if (pdata->operating_mode == FSL_USB2_DR_DEVICE) fsl_udc_remove()
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_init.c2245 if (ha->operating_mode == LOOP && !IS_CNA_CAPABLE(ha)) qla2x00_init_rings()
2472 ha->operating_mode = LOOP; qla2x00_configure_hba()
2491 ha->operating_mode = P2P; qla2x00_configure_hba()
2499 ha->operating_mode = P2P; qla2x00_configure_hba()
2814 ha->operating_mode = qla2x00_nvram_config()
5230 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) & qla24xx_nvram_config()
6190 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) & qla81xx_nvram_config()
H A Dqla_bsg.c1786 if (ha->operating_mode != P2P) { qla24xx_process_bidir_cmd()
H A Dqla_def.h3049 uint8_t operating_mode; /* F/W operating mode */ member in struct:qla_hw_data
H A Dqla_isr.c807 ha->operating_mode = LOOP; qla2x00_async_event()
H A Dqla_mbx.c1708 if (vha->hw->operating_mode == LOOP) qla24xx_link_initialize()
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Ddivacapi.h460 byte operating_mode; member in struct:t30_info_s
H A Dmessage.c6895 fax_send_edata_ack = (((T30_INFO *)(plci->fax_connect_info_buffer))->operating_mode == T30_OPERATING_MODE_CAPI_NEG); nl_ind()
8151 ((T30_INFO *)&nlc[1])->operating_mode = T30_OPERATING_MODE_CAPI; add_b23()
8517 ((T30_INFO *)&nlc[1])->operating_mode = T30_OPERATING_MODE_CAPI_NEG; add_b23()
/linux-4.1.27/drivers/mmc/host/
H A Dvub300.c2304 "operating_mode = %s %s %d MHz %s %d byte USB packets\n", vub300_probe()
/linux-4.1.27/net/mac80211/
H A Drx.c2733 opmode = mgmt->u.action.u.vht_opmode_notif.operating_mode; ieee80211_rx_h_action()

Completed in 2876 milliseconds