Lines Matching refs:fw_upload
85 struct fw_upload *fwl;
860 static enum fw_upload_err cc1352_prepare(struct fw_upload *fw_upload, in cc1352_prepare() argument
865 struct gb_beagleplay *bg = fw_upload->dd_handle; in cc1352_prepare()
930 static void cc1352_cleanup(struct fw_upload *fw_upload) in cc1352_cleanup() argument
932 struct gb_beagleplay *bg = fw_upload->dd_handle; in cc1352_cleanup()
937 static enum fw_upload_err cc1352_write(struct fw_upload *fw_upload, in cc1352_write() argument
943 struct gb_beagleplay *bg = fw_upload->dd_handle; in cc1352_write()
972 static enum fw_upload_err cc1352_poll_complete(struct fw_upload *fw_upload) in cc1352_poll_complete() argument
975 struct gb_beagleplay *bg = fw_upload->dd_handle; in cc1352_poll_complete()
1002 static void cc1352_cancel(struct fw_upload *fw_upload) in cc1352_cancel() argument
1004 struct gb_beagleplay *bg = fw_upload->dd_handle; in cc1352_cancel()
1043 struct fw_upload *fwl; in gb_fw_init()