Home
last modified time | relevance | path

Searched refs:UpdateFirmware (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/input_template/
H A Dinput_driver_source.template72 static int32_t UpdateFirmware(ChipDevice *device)
115 .UpdateFirmware = UpdateFirmware,
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft5406.c164 static int32_t UpdateFirmware(ChipDevice *device) in UpdateFirmware() function
199 .UpdateFirmware = UpdateFirmware,
H A Dtouch_gt911.c236 static int32_t UpdateFirmware(ChipDevice *device) in UpdateFirmware() function
305 .UpdateFirmware = UpdateFirmware,
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.h96 int32_t (*UpdateFirmware)(ChipDevice *device); member
H A Dhdf_touch.c619 ret = chipDev->ops->UpdateFirmware(chipDev); in ChipDriverInit()
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-outerdriver-demo.md220 .UpdateFirmware = UpdateFirmware, // 固件升级
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-smallchip-driver-oom.md106 | int32_t (\*UpdateFirmware)(ChipDevice \*device) | 实现固件升级 |
H A Dstandard-system-porting-guide.md257 | int32_t (\*UpdateFirmware)(ChipDevice \*device) | 固件升级 |
H A Dporting-dayu200-on_standard-demo.md1961 .UpdateFirmware = UpdateFirmware,
1974 UpdateFirmware负责升级固件
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-outerdriver-demo.md219 … .UpdateFirmware = UpdateFirmware, // Update the firmware.
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-smallchip-driver-oom.md105 | int32_t (\*UpdateFirmware)(ChipDevice \*device) | Updates the firmware. |
H A Dstandard-system-porting-guide.md257 | int32_t (\*UpdateFirmware)(ChipDevice \*device) | Upgrades the firmware.|
H A Dporting-dayu200-on_standard-demo.md1974 .UpdateFirmware = UpdateFirmware,
1987 **UpdateFirmware** upgrades firmware.