Home
last modified time | relevance | path

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

/linux/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()
358 dev_err(&client->dev, "invalid operating_mode (%d)\n", in tsl2550_probe()
363 data->operating_mode = *opmode; in tsl2550_probe()
365 data->operating_mode in tsl2550_probe()
[all...]
/linux/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()
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()
H A Dfsl-mph-dr-of.c210 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()
/linux/include/linux/
H A Dfsl_devices.h77 enum fsl_usb2_operating_modes operating_mode; member
H A Dieee80211.h1531 u8 operating_mode; member
/linux/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()
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c4551 if (ha->operating_mode == P2P) { in qla2x00_update_fw_options()
4576 if (ha->operating_mode == P2P) { in qla24xx_update_fw_options()
4840 if (ha->operating_mode == LOOP && !IS_CNA_CAPABLE(ha)) in qla2x00_init_rings()
5077 ha->operating_mode = LOOP; in qla2x00_configure_hba()
5097 ha->operating_mode = P2P; in qla2x00_configure_hba()
5105 ha->operating_mode = P2P; in qla2x00_configure_hba()
5415 ha->operating_mode = in qla2x00_nvram_config()
8038 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) & in qla24xx_nvram_config()
9287 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) & in qla81xx_nvram_config()
H A Dqla_mbx.c2349 if (vha->hw->operating_mode == LOOP) in qla24xx_link_initialize()
/linux/net/mac80211/
H A Diface.c1599 opmode = mgmt->u.action.u.vht_opmode_notif.operating_mode; in ieee80211_iface_process_skb()