Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/bluetooth/
Dhdf_power.c35 static int32_t NotManagablePowerOn(struct HdfPower *power) in NotManagablePowerOn()
41 static int32_t NotManagablePowerOff(struct HdfPower *power) in NotManagablePowerOff()
47 static void ReleasePower(struct HdfPower *power) in ReleasePower()
55 static struct NoManagablePower *CreateNoManagablePower(const struct HdfPowerConfig *power) in CreateNoManagablePower()
70 static int32_t GpioPowerOn(struct HdfPower *power) in GpioPowerOn()
91 static int32_t GpioPowerOff(struct HdfPower *power) in GpioPowerOff()
112 static struct GpioBasedPower *CreateGpioBasedPower(const struct HdfPowerConfig *power) in CreateGpioBasedPower()
129 static struct HdfPower *CreatePower(const struct HdfPowerConfig *power) in CreatePower()
144 static int32_t ActiveMutiPower(struct HdfPower *power) in ActiveMutiPower()
171 static int32_t DeactiveMutiPower(struct HdfPower *power) in DeactiveMutiPower()
[all …]
/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/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/peripheral/wlan/test/unittest/client/
Dhdf_client_test.cpp263 int32_t power = 10; variable
/drivers/hdf_core/framework/model/sensor/driver/include/
Dsensor_device_type.h90 int32_t power; /**< Sensor power */ member
/drivers/peripheral/wlan/test/hdi_service/
Dwlan_hdi_direct_test.cpp507 int32_t power = WLAN_TX_POWER; variable
Dwlan_hdi_hal_services_c_test.cpp273 int32_t power = WLAN_TX_POWER; variable
1117 int32_t power = WLAN_TX_POWER; variable
/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/sensor/interfaces/include/
Dsensor_type.h184 float power; /**< Sensor power */ member
/drivers/hdf_core/framework/model/audio/sapm/include/
Daudio_sapm.h116 uint8_t power; member
/drivers/peripheral/input/uinput/include/
Duinput_config_parser.h91 BoardPwrCfg power; member
/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.c1048 …erfaceSetTxPower(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, int32_t power) in WlanInterfaceSetTxPower()
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c1221 int32_t SetTxPower(const char *ifName, int32_t power) in SetTxPower()