/linux-4.1.27/drivers/misc/ |
D | tsl2550.c | 50 unsigned int operating_mode:1; member 71 data->operating_mode = mode; in tsl2550_set_operating_mode() 87 tsl2550_set_operating_mode(client, data->operating_mode); in tsl2550_set_power_state() 227 return sprintf(buf, "%u\n", data->operating_mode); in tsl2550_show_operating_mode() 254 static DEVICE_ATTR(operating_mode, S_IWUSR | S_IRUGO, 277 if (data->operating_mode == 1) in __tsl2550_show_lux() 337 TSL2550_MODE_RANGE[data->operating_mode]); in tsl2550_init_client() 379 data->operating_mode = *opmode; in tsl2550_probe() 381 data->operating_mode = 0; /* default mode is standard */ in tsl2550_probe() 383 data->operating_mode ? "extended" : "standard"); in tsl2550_probe()
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-fsl.c | 71 if (!((pdata->operating_mode == FSL_USB2_DR_HOST) || in usb_hcd_fsl_probe() 72 (pdata->operating_mode == FSL_USB2_MPH_HOST) || in usb_hcd_fsl_probe() 73 (pdata->operating_mode == FSL_USB2_DR_OTG))) { in usb_hcd_fsl_probe() 130 if (pdata->operating_mode == FSL_USB2_DR_OTG) { in usb_hcd_fsl_probe() 286 if ((pdata->operating_mode == FSL_USB2_DR_HOST) || in ehci_fsl_usb_setup() 287 (pdata->operating_mode == FSL_USB2_DR_OTG)) in ehci_fsl_usb_setup() 291 if (pdata->operating_mode == FSL_USB2_MPH_HOST) { in ehci_fsl_usb_setup()
|
D | fsl-mph-dr-of.c | 193 pdata->operating_mode = FSL_USB2_MPH_HOST; in fsl_usb2_mph_dr_of_probe() 202 pdata->operating_mode = dev_data->op_mode; in fsl_usb2_mph_dr_of_probe()
|
/linux-4.1.27/include/linux/ |
D | fsl_devices.h | 75 enum fsl_usb2_operating_modes operating_mode; member
|
D | ieee80211.h | 990 u8 operating_mode; member
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | mach-cpuimx35.c | 139 .operating_mode = FSL_USB2_DR_DEVICE,
|
D | mx31moboard-smartbot.c | 119 .operating_mode = FSL_USB2_DR_DEVICE,
|
D | mx31moboard-devboard.c | 223 .operating_mode = FSL_USB2_DR_DEVICE,
|
D | mach-vpr200.c | 239 .operating_mode = FSL_USB2_DR_DEVICE,
|
D | mach-pca100.c | 296 .operating_mode = FSL_USB2_DR_DEVICE,
|
D | mx31moboard-marxbot.c | 336 .operating_mode = FSL_USB2_DR_DEVICE,
|
D | mach-pcm043.c | 325 .operating_mode = FSL_USB2_DR_DEVICE,
|
D | mach-mx27_3ds.c | 244 .operating_mode = FSL_USB2_DR_DEVICE,
|
D | mach-mx35_3ds.c | 508 .operating_mode = FSL_USB2_DR_DEVICE,
|
D | mach-pcm037.c | 550 .operating_mode = FSL_USB2_DR_DEVICE,
|
D | mach-mx31_3ds.c | 664 .operating_mode = FSL_USB2_DR_DEVICE,
|
/linux-4.1.27/drivers/net/wireless/ |
D | atmel.c | 515 int operating_mode, power_mode; member 844 if (priv->operating_mode == IW_MODE_ADHOC) { in start_tx() 1223 if (priv->operating_mode == IW_MODE_INFRA && in service_interrupt() 1274 if (priv->operating_mode == IW_MODE_INFRA) { in atmel_get_wireless_stats() 1564 priv->operating_mode = IW_MODE_INFRA; in init_atmel_card() 2084 priv->operating_mode = *uwrq; in atmel_set_mode() 2095 *uwrq = priv->operating_mode; in atmel_get_mode() 2784 cmd.BSS_type = cpu_to_le16(priv->operating_mode == IW_MODE_ADHOC ? in atmel_scan() 2859 if (priv->operating_mode == IW_MODE_INFRA) in handle_beacon_probe() 2979 if (priv->operating_mode == priv->BSSinfo[i].BSStype && in retrieve_bss() [all …]
|
/linux-4.1.27/drivers/staging/iio/magnetometer/ |
D | hmc5843_core.c | 119 static s32 hmc5843_set_mode(struct hmc5843_data *data, u8 operating_mode) in hmc5843_set_mode() argument 125 HMC5843_MODE_MASK, operating_mode); in hmc5843_set_mode()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | fsl_udc_core.c | 2355 if (pdata->operating_mode == FSL_USB2_DR_OTG) { in fsl_udc_probe() 2371 if (pdata->operating_mode == FSL_USB2_DR_DEVICE) { in fsl_udc_probe() 2517 if (pdata->operating_mode == FSL_USB2_DR_DEVICE) in fsl_udc_probe() 2554 if (pdata->operating_mode == FSL_USB2_DR_DEVICE) in fsl_udc_remove()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_init.c | 2245 if (ha->operating_mode == LOOP && !IS_CNA_CAPABLE(ha)) in qla2x00_init_rings() 2472 ha->operating_mode = LOOP; in qla2x00_configure_hba() 2491 ha->operating_mode = P2P; in qla2x00_configure_hba() 2499 ha->operating_mode = P2P; in qla2x00_configure_hba() 2814 ha->operating_mode = in qla2x00_nvram_config() 5230 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) & in qla24xx_nvram_config() 6190 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) & in qla81xx_nvram_config()
|
D | qla_bsg.c | 1786 if (ha->operating_mode != P2P) { in qla24xx_process_bidir_cmd()
|
D | qla_def.h | 3049 uint8_t operating_mode; /* F/W operating mode */ member
|
D | qla_isr.c | 807 ha->operating_mode = LOOP; in qla2x00_async_event()
|
D | qla_mbx.c | 1708 if (vha->hw->operating_mode == LOOP) in qla24xx_link_initialize()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | divacapi.h | 460 byte operating_mode; member
|
D | message.c | 6895 …fax_send_edata_ack = (((T30_INFO *)(plci->fax_connect_info_buffer))->operating_mode == T30_OPERATI… in nl_ind() 8151 ((T30_INFO *)&nlc[1])->operating_mode = T30_OPERATING_MODE_CAPI; in add_b23() 8517 ((T30_INFO *)&nlc[1])->operating_mode = T30_OPERATING_MODE_CAPI_NEG; in add_b23()
|
/linux-4.1.27/net/mac80211/ |
D | rx.c | 2733 opmode = mgmt->u.action.u.vht_opmode_notif.operating_mode; in ieee80211_rx_h_action()
|