Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dmxl5xx.c893 struct MBIN_FILE_T *mbin_ptr = (struct MBIN_FILE_T *)mbin_buffer_ptr; in do_firmware_download() local
897 if (mbin_ptr->header.id != MBIN_FILE_HEADER_ID) { in do_firmware_download()
899 __func__, mbin_ptr->header.id); in do_firmware_download()
905 segment_ptr = (struct MBIN_SEGMENT_T *) (&mbin_ptr->data[0]); in do_firmware_download()
906 for (index = 0; index < mbin_ptr->header.num_segments; index++) { in do_firmware_download()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dmxl5xx.c884 struct MBIN_FILE_T *mbin_ptr = (struct MBIN_FILE_T *)mbin_buffer_ptr; in do_firmware_download() local
888 if (mbin_ptr->header.id != MBIN_FILE_HEADER_ID) { in do_firmware_download()
890 __func__, mbin_ptr->header.id); in do_firmware_download()
896 segment_ptr = (struct MBIN_SEGMENT_T *) (&mbin_ptr->data[0]); in do_firmware_download()
897 for (index = 0; index < mbin_ptr->header.num_segments; index++) { in do_firmware_download()

Completed in 5 milliseconds