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()
374 static int vsc_identify_csi_image(struct vsc_fw_loader *fw_loader) in vsc_identify_csi_image()
455 static int vsc_identify_ace_image(struct vsc_fw_loader *fw_loader) in vsc_identify_ace_image()
538 static int vsc_identify_cfg_image(struct vsc_fw_loader *fw_loader) in vsc_identify_cfg_image()
580 static int vsc_download_bootloader(struct vsc_fw_loader *fw_loader) in vsc_download_bootloader()
637 static int vsc_download_firmware(struct vsc_fw_loader *fw_loader) in vsc_download_firmware()
719 struct vsc_fw_loader *fw_loader __free(kfree) = NULL; in vsc_tp_init()