Searched refs:operating_mode (Results 1 – 9 of 9) sorted by relevance
37 unsigned int operating_mode:1; member58 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()363 data->operating_mode = *opmode; in tsl2550_probe()365 data->operating_mode = 0; /* default mode is standard */ in tsl2550_probe()367 data->operating_mode ? "extended" : "standard"); in tsl2550_probe()
77 enum fsl_usb2_operating_modes operating_mode; member
136 static s32 hmc5843_set_mode(struct hmc5843_data *data, u8 operating_mode) in hmc5843_set_mode() argument142 HMC5843_MODE_MASK, operating_mode); in hmc5843_set_mode()
4551 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()9291 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) & in qla81xx_nvram_config()
1857 if (ha->operating_mode != P2P) { in qla24xx_process_bidir_cmd()
4249 uint8_t operating_mode; /* F/W operating mode */ member
1549 ha->operating_mode = LOOP; in qla2x00_async_event()
2349 if (vha->hw->operating_mode == LOOP) in qla24xx_link_initialize()
1523 opmode = mgmt->u.action.u.vht_opmode_notif.operating_mode; in ieee80211_iface_process_skb()