Home
last modified time | relevance | path

Searched defs:power (Results 1 – 25 of 25) sorted by relevance

/drivers/peripheral/wlan/hal/src/
Dwifi_hal_base_feature.c75 static int32_t SetTxPowerInner(const struct IWiFiBaseFeature *baseFeature, int32_t power) in SetTxPowerInner()
143 static int32_t HalSetTxPower(const struct IWiFiBaseFeature *baseFeature, int32_t power) in HalSetTxPower()
Dwifi_hal_cmd.c176 int32_t HalCmdSetTxPower(const char *ifName, int32_t power) in HalCmdSetTxPower()
/drivers/hdf_core/framework/model/camera/device_impl/src/
Dcamera_common_device.c24 int32_t CommonDevicePowerOperation(struct CommonDevice *comDev, enum DevicePowerState power) in CommonDevicePowerOperation()
/drivers/peripheral/sensor/hal/include/
Dsensor_controller.h51 int32_t power; /* Sensor power */ member
/drivers/hdf_core/framework/include/bluetooth/
Dhdf_chip_config.h43 struct HdfPowerConfig power[0]; member
Dhdf_chip.h110 struct HdfPower *power; member
/drivers/peripheral/wlan/chip/hdi_service/
Dwifi_p2p_iface.cpp134 int32_t WifiP2pIface::SetTxPower(int32_t power) in SetTxPower()
Dwifi_ap_iface.cpp170 int32_t WifiApIface::SetTxPower(int32_t power) in SetTxPower()
Dwifi_sta_iface.cpp207 int32_t WifiStaIface::SetTxPower(int32_t power) in SetTxPower()
/drivers/peripheral/sensor/interfaces/v1_0/
Disensor_interface_vdi.h38 float power; member
/drivers/hdf_core/framework/model/display/driver/lcdkit/
Dlite_lcdkit.h56 struct PowerDesc *power; member
/drivers/hdf_core/framework/model/input/driver/
Dinput_config_parser.c176 BoardPwrCfg *power) in ParsePower()
Dinput_config.h84 BoardPwrCfg power; member
/drivers/hdf_core/framework/model/sensor/driver/include/
Dsensor_device_type.h90 int32_t power; /**< Sensor power */ member
/drivers/peripheral/wlan/test/fuzztest/
Dwlan_common_fuzzer.cpp153 int32_t power = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in FuzzSetTxPower() local
/drivers/peripheral/wlan/test/hdi_service/
Dwlan_hdi_direct_test.cpp522 int32_t power = WLAN_TX_POWER; variable
Dwlan_hdi_hal_services_c_test.cpp273 int32_t power = WLAN_TX_POWER; variable
1115 int32_t power = WLAN_TX_POWER; variable
/drivers/peripheral/sensor/interfaces/include/
Dsensor_type.h186 float power; /**< Sensor power */ member
/drivers/hdf_core/framework/model/audio/sapm/include/
Daudio_sapm.h116 uint8_t power; member
/drivers/peripheral/wlan/test/unittest/client/
Dhdf_client_test.cpp267 int32_t power = 10; variable
/drivers/hdf_core/framework/model/network/wifi/core/module/
Dwifi_base.c612 static uint32_t SetTxPower(struct NetDevice *netdev, int32_t power) in SetTxPower()
1055 int32_t power; in WifiCmdSetTxPower() local
/drivers/peripheral/wlan/client/src/sbuf/
Dsbuf_cmd_adapter.c432 int32_t SetTxPower(const char *ifName, int32_t power) in SetTxPower()
/drivers/hdf_core/framework/model/audio/sapm/src/
Daudio_sapm.c928 uint8_t power, struct DListHead *upList, struct DListHead *downList) in AudioSapmSetPower()
/drivers/peripheral/wlan/hdi_service/service_common/
Dwlan_common_cmd.c1086 …erfaceSetTxPower(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, int32_t power) in WlanInterfaceSetTxPower()
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c1326 int32_t SetTxPower(const char *ifName, int32_t power) in SetTxPower()