Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dmxl5xx.c944 static int check_fw(struct mxl *state, u8 *mbin, u32 mbin_len) in check_fw() argument
946 struct MBIN_FILE_HEADER_T *fh = (struct MBIN_FILE_HEADER_T *) mbin; in check_fw()
956 fw = mbin + sizeof(struct MBIN_FILE_HEADER_T); in check_fw()
966 static int firmware_download(struct mxl *state, u8 *mbin, u32 mbin_len) in firmware_download() argument
974 if (check_fw(state, mbin, mbin_len)) in firmware_download()
1008 status = do_firmware_download(state, mbin, mbin_len); in firmware_download()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dmxl5xx.c935 static int check_fw(struct mxl *state, u8 *mbin, u32 mbin_len) in check_fw() argument
937 struct MBIN_FILE_HEADER_T *fh = (struct MBIN_FILE_HEADER_T *) mbin; in check_fw()
947 fw = mbin + sizeof(struct MBIN_FILE_HEADER_T); in check_fw()
957 static int firmware_download(struct mxl *state, u8 *mbin, u32 mbin_len) in firmware_download() argument
965 if (check_fw(state, mbin, mbin_len)) in firmware_download()
999 status = do_firmware_download(state, mbin, mbin_len); in firmware_download()

Completed in 5 milliseconds