Searched defs:ul_len (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/tidspbridge/rmgr/
H A Ddbdcd.c350 u32 ul_len = 0; /* Used by cod_get_section */ local
440 status = cod_get_section(lib, sz_sect_name, &ul_addr, &ul_len);
447 psz_coff_buf = kzalloc(ul_len + 4, GFP_KERNEL);
456 cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len);
459 cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len);
463 status = cod_read_section(lib, sz_sect_name, psz_coff_buf, ul_len);
468 compress_buf(psz_coff_buf, ul_len, DSPWORDSIZE);
470 compress_buf(psz_coff_buf, ul_len, 1);
477 get_attrs_from_buf(psz_coff_buf, ul_len, obj_type, obj_def);
508 u32 ul_len local
1321 u32 ul_len = 0; /* Used by cod_get_section */ local
[all...]
H A Dnldr.c412 u32 ul_len = 0; local
451 &ul_len);
454 kzalloc(ul_len * nldr_obj->dsp_mau_size,
461 ul_len = 0;
466 if (!status && ul_len > 0) {
471 ul_len);
473 if (!status && ul_len > 0) {

Completed in 36 milliseconds