/linux-4.1.27/drivers/misc/ |
H A D | tsl2550.c | 50 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 D | ehci-fsl.c | 71 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 D | fsl-mph-dr-of.c | 193 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 D | mach-cpuimx35.c | 139 .operating_mode = FSL_USB2_DR_DEVICE,
|
H A D | mach-vpr200.c | 239 .operating_mode = FSL_USB2_DR_DEVICE,
|
H A D | mx31moboard-devboard.c | 223 .operating_mode = FSL_USB2_DR_DEVICE,
|
H A D | mx31moboard-smartbot.c | 119 .operating_mode = FSL_USB2_DR_DEVICE,
|
H A D | mach-mx27_3ds.c | 244 .operating_mode = FSL_USB2_DR_DEVICE,
|
H A D | mach-pca100.c | 296 .operating_mode = FSL_USB2_DR_DEVICE,
|
H A D | mach-pcm043.c | 325 .operating_mode = FSL_USB2_DR_DEVICE,
|
H A D | mx31moboard-marxbot.c | 336 .operating_mode = FSL_USB2_DR_DEVICE,
|
H A D | mach-mx35_3ds.c | 508 .operating_mode = FSL_USB2_DR_DEVICE,
|
H A D | mach-mx31_3ds.c | 664 .operating_mode = FSL_USB2_DR_DEVICE,
|
H A D | mach-pcm037.c | 550 .operating_mode = FSL_USB2_DR_DEVICE,
|
/linux-4.1.27/include/linux/ |
H A D | fsl_devices.h | 75 enum fsl_usb2_operating_modes operating_mode; member in struct:fsl_usb2_platform_data
|
H A D | ieee80211.h | 990 u8 operating_mode; member in struct:ieee80211_mgmt::__anon11767::__anon11777::__anon11778::__anon11792
|
/linux-4.1.27/drivers/staging/iio/magnetometer/ |
H A D | hmc5843_core.c | 119 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 D | atmel.c | 515 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 D | fsl_udc_core.c | 2355 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 D | qla_init.c | 2245 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 D | qla_bsg.c | 1786 if (ha->operating_mode != P2P) { qla24xx_process_bidir_cmd()
|
H A D | qla_def.h | 3049 uint8_t operating_mode; /* F/W operating mode */ member in struct:qla_hw_data
|
H A D | qla_isr.c | 807 ha->operating_mode = LOOP; qla2x00_async_event()
|
H A D | qla_mbx.c | 1708 if (vha->hw->operating_mode == LOOP) qla24xx_link_initialize()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | divacapi.h | 460 byte operating_mode; member in struct:t30_info_s
|
H A D | message.c | 6895 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 D | vub300.c | 2304 "operating_mode = %s %s %d MHz %s %d byte USB packets\n", vub300_probe()
|
/linux-4.1.27/net/mac80211/ |
H A D | rx.c | 2733 opmode = mgmt->u.action.u.vht_opmode_notif.operating_mode; ieee80211_rx_h_action()
|