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

/linux-master/drivers/misc/
H A Dtsl2550.c37 unsigned int operating_mode:1; member in struct:tsl2550_data
58 data->operating_mode = mode;
74 tsl2550_set_operating_mode(client, data->operating_mode);
212 return sprintf(buf, "%u\n", data->operating_mode);
239 static DEVICE_ATTR(operating_mode, S_IWUSR | S_IRUGO,
262 if (data->operating_mode == 1)
322 TSL2550_MODE_RANGE[data->operating_mode]);
358 dev_err(&client->dev, "invalid operating_mode (%d)\n",
363 data->operating_mode = *opmode;
365 data->operating_mode
[all...]
/linux-master/include/linux/
H A Dfsl_devices.h77 enum fsl_usb2_operating_modes operating_mode; member in struct:fsl_usb2_platform_data
H A Dieee80211.h1430 u8 operating_mode; member in struct:ieee80211_mgmt::__anon1967::__anon1978::__anon1979::__anon1993
/linux-master/drivers/usb/host/
H A Dehci-fsl.c70 if (!((pdata->operating_mode == FSL_USB2_DR_HOST) ||
71 (pdata->operating_mode == FSL_USB2_MPH_HOST) ||
72 (pdata->operating_mode == FSL_USB2_DR_OTG))) {
146 if (pdata->operating_mode == FSL_USB2_DR_OTG) {
325 if ((pdata->operating_mode == FSL_USB2_DR_HOST) ||
326 (pdata->operating_mode == FSL_USB2_DR_OTG))
330 if (pdata->operating_mode == FSL_USB2_MPH_HOST) {
H A Dfsl-mph-dr-of.c210 pdata->operating_mode = FSL_USB2_MPH_HOST;
216 pdata->operating_mode = dev_data->op_mode;
/linux-master/drivers/iio/magnetometer/
H A Dhmc5843_core.c136 static s32 hmc5843_set_mode(struct hmc5843_data *data, u8 operating_mode) argument
142 HMC5843_MODE_MASK, operating_mode);
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c2381 if (pdata->operating_mode == FSL_USB2_DR_OTG) {
2397 if (pdata->operating_mode == FSL_USB2_DR_DEVICE) {
2532 if (pdata->operating_mode == FSL_USB2_DR_DEVICE)
2570 if (res && (pdata->operating_mode == FSL_USB2_DR_DEVICE))
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c4529 if (ha->operating_mode == P2P) {
4554 if (ha->operating_mode == P2P) {
4818 if (ha->operating_mode == LOOP && !IS_CNA_CAPABLE(ha))
5055 ha->operating_mode = LOOP;
5075 ha->operating_mode = P2P;
5083 ha->operating_mode = P2P;
5393 ha->operating_mode =
8017 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) &
9233 ha->operating_mode = (le32_to_cpu(icb->firmware_options_2) &
H A Dqla_bsg.c1863 if (ha->operating_mode != P2P) {
H A Dqla_def.h4238 uint8_t operating_mode; /* F/W operating mode */ member in struct:qla_hw_data
H A Dqla_isr.c1549 ha->operating_mode = LOOP;
H A Dqla_mbx.c2349 if (vha->hw->operating_mode == LOOP)
/linux-master/net/mac80211/
H A Diface.c1520 opmode = mgmt->u.action.u.vht_opmode_notif.operating_mode;

Completed in 276 milliseconds