Searched defs:pwm (Results 1 – 10 of 10) sorted by relevance
/drivers/hdf_core/framework/support/platform/src/pwm/ |
D | pwm_core.c | 15 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 …]
|
D | pwm_if.c | 21 void *pwm = NULL; in PwmGetDevByNum() local 46 void *pwm = PwmGetDevByNum(num); in PwmOpen() local 192 struct PwmDev *pwm = NULL; in PwmGetConfig() local
|
D | pwm_if_u.c | 21 void *pwm = NULL; in PwmGetDevByNum() local 51 void *pwm = PwmGetDevByNum(num); in PwmOpen() local
|
/drivers/hdf_core/adapter/khdf/linux/platform/pwm/ |
D | pwm_adapter.c | 27 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
|
D | pwm_hi35xx_linux.c | 39 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/ |
D | pwm_virtual.c | 26 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/ |
D | pwm_bes.c | 278 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)
|
D | pwm_stm32f4xx.c | 514 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)
|
D | pwm_wm.c | 35 static int32_t PwmDevSetConfig(struct PwmDev *pwm, struct PwmConfig *config) in PwmDevSetConfig()
|
/drivers/hdf_core/framework/model/display/driver/ |
D | hdf_disp.h | 90 struct PwmCfg pwm; member
|