HI_MIPI_UNRESET_SLVS
The
The
Description
Deasserts the reset on the SLVS.
Prototype
#define HI_MIPI_UNRESET_SLVS _IOW(HI_MIPI_IOC_MAGIC, 0x0a, combo_dev_t)
Parameters
- HI_MIPI_IOC_MAGIC: magic number of the MIPI RX ioctl command.
#define HI_MIPI_IOC_MAGIC 'm'
- 0x0a: indicates the command word function and deasserts the reset on the SLVS.
- combo_dev_t: device ID.
Returns
- 0: success
- -1: failure
Parent topic: MIPI RX ioctl Command Words