Home
last modified time | relevance | path

Searched defs:pwm (Results 1 – 10 of 10) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/pwm/
Dpwm_core.c15 int32_t PwmDeviceGet(struct PwmDev *pwm) in PwmDeviceGet()
44 int32_t PwmDevicePut(struct PwmDev *pwm) in PwmDevicePut()
66 int32_t PwmDeviceSetConfig(struct PwmDev *pwm, struct PwmConfig *config) in PwmDeviceSetConfig()
97 int32_t PwmDeviceGetConfig(struct PwmDev *pwm, struct PwmConfig *config) in PwmDeviceGetConfig()
110 int32_t PwmSetPriv(struct PwmDev *pwm, void *priv) in PwmSetPriv()
123 void *PwmGetPriv(const struct PwmDev *pwm) in PwmGetPriv()
132 static int32_t PwmUserSetConfig(struct PwmDev *pwm, struct HdfSBuf *data) in PwmUserSetConfig()
153 static int32_t PwmUserGetConfig(struct PwmDev *pwm, struct HdfSBuf *reply) in PwmUserGetConfig()
178 struct PwmDev *pwm = NULL; in PwmIoDispatch() local
201 int32_t PwmDeviceAdd(struct HdfDeviceObject *obj, struct PwmDev *pwm) in PwmDeviceAdd()
[all …]
Dpwm_if.c21 void *pwm = NULL; in PwmGetDevByNum() local
46 void *pwm = PwmGetDevByNum(num); in PwmOpen() local
192 struct PwmDev *pwm = NULL; in PwmGetConfig() local
Dpwm_if_u.c21 void *pwm = NULL; in PwmGetDevByNum() local
51 void *pwm = PwmGetDevByNum(num); in PwmOpen() local
/drivers/hdf_core/adapter/khdf/linux/platform/pwm/
Dpwm_adapter.c27 static int32_t HdfPwmOpen(struct PwmDev *pwm) in HdfPwmOpen()
48 static int32_t HdfPwmClose(struct PwmDev *pwm) in HdfPwmClose()
58 static int32_t HdfPwmSetConfig(struct PwmDev *pwm, struct PwmConfig *config) in HdfPwmSetConfig()
99 struct PwmDev *pwm = NULL; in HdfPwmInit() local
135 struct PwmDev *pwm = NULL; in HdfPwmRelease() local
Dpwm_hi35xx_linux.c39 static int Hi35xxPwmApply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *st… in Hi35xxPwmApply()
93 static void Hi35xxGetState(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) in Hi35xxGetState()
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Dpwm_virtual.c26 int32_t VirtualPwmDeviceGet(struct PwmDev *pwm) in VirtualPwmDeviceGet()
35 int32_t VirtualPwmDevicePut(struct PwmDev *pwm) in VirtualPwmDevicePut()
45 int32_t VirtualPwmSetConfig(struct PwmDev *pwm, struct PwmConfig *config) in VirtualPwmSetConfig()
/drivers/hdf_core/adapter/platform/pwm/
Dpwm_bes.c278 static int32_t PwmDevSetConfig(struct PwmDev *pwm, struct PwmConfig *config)
310 static int32_t PwmDevOpen(struct PwmDev *pwm)
320 static int32_t PwmDevClose(struct PwmDev *pwm)
Dpwm_stm32f4xx.c514 static int32_t PwmDevSetConfig(struct PwmDev *pwm, struct PwmConfig *config)
560 static int32_t PwmDevOpen(struct PwmDev *pwm)
570 static int32_t PwmDevClose(struct PwmDev *pwm)
Dpwm_wm.c35 static int32_t PwmDevSetConfig(struct PwmDev *pwm, struct PwmConfig *config) in PwmDevSetConfig()
/drivers/hdf_core/framework/model/display/driver/
Dhdf_disp.h90 struct PwmCfg pwm; member