Lines Matching refs:fw_vendor
163 struct fw_vendor { struct
193 static struct fw_vendor vendors_list[] = { argument
272 static struct fw_vendor *fw_get_vendor(struct cam_device *cam_dev,
274 static int fw_get_timeout(struct cam_device *cam_dev, struct fw_vendor *vp,
281 struct fw_vendor *vp, int *num_bytes);
284 struct fw_vendor *vp, int printerrors,
287 struct fw_vendor *vp, char *buf, int img_size,
296 static struct fw_vendor *
300 struct fw_vendor *vp; in fw_get_vendor()
328 fw_get_timeout(struct cam_device *cam_dev, struct fw_vendor *vp, in fw_get_timeout()
571 const char *fw_img_path, struct fw_vendor *vp, int *num_bytes) in fw_read_img()
661 struct fw_vendor *vp, int printerrors, int timeout) in fw_check_device_ready()
824 fw_download_img(struct cam_device *cam_dev, struct fw_vendor *vp, in fw_download_img()
983 struct fw_vendor *vp; in fwdownload()