Searched defs:pwm (Results 1 - 10 of 10) sorted by relevance
/drivers/hdf_core/adapter/khdf/linux/platform/pwm/ |
H A D | pwm_adapter.c | 27 static int32_t HdfPwmOpen(struct PwmDev *pwm) in HdfPwmOpen() argument 48 HdfPwmClose(struct PwmDev *pwm) HdfPwmClose() argument 58 HdfPwmSetConfig(struct PwmDev *pwm, struct PwmConfig *config) HdfPwmSetConfig() argument 99 struct PwmDev *pwm = NULL; HdfPwmInit() local 135 struct PwmDev *pwm = NULL; HdfPwmRelease() local [all...] |
H A D | pwm_hi35xx_linux.c | 39 static int Hi35xxPwmApply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) in Hi35xxPwmApply() argument 93 Hi35xxGetState(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) Hi35xxGetState() argument [all...] |
/drivers/hdf_core/adapter/platform/pwm/ |
H A D | pwm_wm.c | 35 static int32_t PwmDevSetConfig(struct PwmDev *pwm, struct PwmConfig *config)
in PwmDevSetConfig() argument
|
H A D | pwm_bes.c | 278 static int32_t PwmDevSetConfig(struct PwmDev *pwm, struct PwmConfig *config) argument 310 static int32_t PwmDevOpen(struct PwmDev *pwm) argument 320 static int32_t PwmDevClose(struct PwmDev *pwm) argument [all...] |
H A D | pwm_stm32f4xx.c | 514 static int32_t PwmDevSetConfig(struct PwmDev *pwm, struct PwmConfig *config)
argument 560 static int32_t PwmDevOpen(struct PwmDev *pwm)
argument 570 static int32_t PwmDevClose(struct PwmDev *pwm)
argument [all...] |
/drivers/hdf_core/framework/support/platform/src/pwm/ |
H A D | pwm_core.c | 15 int32_t PwmDeviceGet(struct PwmDev *pwm) in PwmDeviceGet() argument 44 PwmDevicePut(struct PwmDev *pwm) PwmDevicePut() argument 66 PwmDeviceSetConfig(struct PwmDev *pwm, struct PwmConfig *config) PwmDeviceSetConfig() argument 97 PwmDeviceGetConfig(struct PwmDev *pwm, struct PwmConfig *config) PwmDeviceGetConfig() argument 110 PwmSetPriv(struct PwmDev *pwm, void *priv) PwmSetPriv() argument 123 PwmGetPriv(const struct PwmDev *pwm) PwmGetPriv() argument 132 PwmUserSetConfig(struct PwmDev *pwm, struct HdfSBuf *data) PwmUserSetConfig() argument 153 PwmUserGetConfig(struct PwmDev *pwm, struct HdfSBuf *reply) PwmUserGetConfig() argument 178 struct PwmDev *pwm = NULL; PwmIoDispatch() local 201 PwmDeviceAdd(struct HdfDeviceObject *obj, struct PwmDev *pwm) PwmDeviceAdd() argument 221 PwmDeviceRemove(struct HdfDeviceObject *obj, struct PwmDev *pwm) PwmDeviceRemove() argument [all...] |
H A D | pwm_if.c | 21 void *pwm = NULL; in PwmGetDevByNum() local 46 void *pwm = PwmGetDevByNum(num); in PwmOpen() local 192 struct PwmDev *pwm in PwmGetConfig() local [all...] |
H A D | pwm_if_u.c | 21 void *pwm = NULL; in PwmGetDevByNum() local 51 void *pwm = PwmGetDevByNum(num); in PwmOpen() local [all...] |
/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | pwm_virtual.c | 26 int32_t VirtualPwmDeviceGet(struct PwmDev *pwm) in VirtualPwmDeviceGet() argument 35 int32_t VirtualPwmDevicePut(struct PwmDev *pwm) in VirtualPwmDevicePut() argument 45 int32_t VirtualPwmSetConfig(struct PwmDev *pwm, struct PwmConfig *config) in VirtualPwmSetConfig() argument [all...] |
/drivers/hdf_core/framework/model/display/driver/ |
H A D | hdf_disp.h | 90 struct PwmCfg pwm; member
|
Completed in 6 milliseconds