Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/dvb-frontends/
Dmxl5xx.c945 static int check_fw(struct mxl *state, u8 *mbin, u32 mbin_len) in check_fw() argument
947 struct MBIN_FILE_HEADER_T *fh = (struct MBIN_FILE_HEADER_T *) mbin; in check_fw()
957 fw = mbin + sizeof(struct MBIN_FILE_HEADER_T); in check_fw()
967 static int firmware_download(struct mxl *state, u8 *mbin, u32 mbin_len) in firmware_download() argument
975 if (check_fw(state, mbin, mbin_len)) in firmware_download()
1009 status = do_firmware_download(state, mbin, mbin_len); in firmware_download()