Searched refs:low_power (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/drivers/hwmon/
H A Dadm1021.c89 char low_power; /* !=0 if device in low power mode */ member in struct:adm1021_data
258 return sprintf(buf, "%d\n", data->low_power); show_low_power()
267 char low_power; set_low_power() local
274 low_power = val != 0; set_low_power()
277 if (low_power != data->low_power) { set_low_power()
280 data->low_power = low_power; set_low_power()
282 (config & 0xBF) | (low_power << 6)); set_low_power()
307 static DEVICE_ATTR(low_power, S_IWUSR | S_IRUGO, show_low_power, set_low_power);
/linux-4.4.14/drivers/staging/rtl8712/
H A Dos_intfs.c91 static int low_power; variable
120 module_param(low_power, int, 0644);
170 registry_par->low_power = (u8)low_power; loadparam()
H A Ddrv_types.h125 u8 low_power; member in struct:registry_priv
H A Dhal_init.c119 pfwpriv->lowPowerMode = pregpriv->low_power; fill_fwpriv()
H A Drtl871x_mp_ioctl.c932 Adapter->registrypriv.low_power ? POWER_LOW : POWER_NORMAL; oid_rt_get_power_mode_hdl()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dmdio_10g.h82 void efx_mdio_set_mmds_lpower(struct efx_nic *efx, int low_power,
H A Dmdio_10g.c216 int low_power, unsigned int mmd_mask) efx_mdio_set_mmds_lpower()
222 efx_mdio_set_mmd_lpower(efx, low_power, mmd); efx_mdio_set_mmds_lpower()
215 efx_mdio_set_mmds_lpower(struct efx_nic *efx, int low_power, unsigned int mmd_mask) efx_mdio_set_mmds_lpower() argument
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Ddrv_types.h108 u8 low_power; member in struct:registry_priv
/linux-4.4.14/drivers/staging/rtl8723au/include/
H A Ddrv_types.h97 u8 low_power; member in struct:registry_priv
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-trans.h488 * @start_hw: starts the HW. If low_power is true, the NIC needs to be taken
500 * the HW. If low_power is true, the NIC will be put in low power state.
560 int (*start_hw)(struct iwl_trans *iwl_trans, bool low_power);
567 void (*stop_device)(struct iwl_trans *trans, bool low_power);
746 static inline int _iwl_trans_start_hw(struct iwl_trans *trans, bool low_power) _iwl_trans_start_hw() argument
750 return trans->ops->start_hw(trans, low_power); _iwl_trans_start_hw()
803 bool low_power) _iwl_trans_stop_device()
807 trans->ops->stop_device(trans, low_power); _iwl_trans_stop_device()
802 _iwl_trans_stop_device(struct iwl_trans *trans, bool low_power) _iwl_trans_stop_device() argument
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
H A Dtrans.c1100 static void _iwl_trans_pcie_stop_device(struct iwl_trans *trans, bool low_power) _iwl_trans_pcie_stop_device() argument
1201 static void iwl_trans_pcie_stop_device(struct iwl_trans *trans, bool low_power) iwl_trans_pcie_stop_device() argument
1206 _iwl_trans_pcie_stop_device(trans, low_power); iwl_trans_pcie_stop_device()
1321 static int _iwl_trans_pcie_start_hw(struct iwl_trans *trans, bool low_power) _iwl_trans_pcie_start_hw() argument
1359 static int iwl_trans_pcie_start_hw(struct iwl_trans *trans, bool low_power) iwl_trans_pcie_start_hw() argument
1365 ret = _iwl_trans_pcie_start_hw(trans, low_power); iwl_trans_pcie_start_hw()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
H A Dos_intfs.c212 registry_par->low_power = (u8)rtw_low_power; loadparam()
/linux-4.4.14/drivers/iio/accel/
H A Dbma180.c540 static const char * const bma180_power_modes[] = { "low_noise", "low_power" };
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
H A Dos_intfs.c593 registry_par->low_power = (u8)rtw_low_power; loadparam()

Completed in 1600 milliseconds