Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dmxl5xx.c935 static int check_fw(struct mxl *state, u8 *mbin, u32 mbin_len) in check_fw() argument
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()