Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/
H A Dvsc-fw-loader.c219 struct vsc_fw_loader { struct
250 static int vsc_get_sensor_name(struct vsc_fw_loader *fw_loader, in vsc_get_sensor_name() argument
307 static int vsc_identify_silicon(struct vsc_fw_loader *fw_loader) in vsc_identify_silicon()
368 static int vsc_identify_csi_image(struct vsc_fw_loader *fw_loader) in vsc_identify_csi_image()
449 static int vsc_identify_ace_image(struct vsc_fw_loader *fw_loader) in vsc_identify_ace_image()
532 static int vsc_identify_cfg_image(struct vsc_fw_loader *fw_loader) in vsc_identify_cfg_image()
574 static int vsc_download_bootloader(struct vsc_fw_loader *fw_loader) in vsc_download_bootloader()
631 static int vsc_download_firmware(struct vsc_fw_loader *fw_loader) in vsc_download_firmware()
713 struct vsc_fw_loader *fw_loader __free(kfree) = NULL; in vsc_tp_init()