Searched refs:dump_msg (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| A D | storage_common.h | 38 # define dump_msg(fsg, /* const char * */ label, \ macro 52 # define dump_msg(fsg, /* const char * */ label, \ macro
|
| A D | f_mass_storage.c | 435 dump_msg(common, "bulk-out", req->buf, req->actual); in bulk_out_complete() 472 dump_msg(fsg, "ep0-setup", (u8 *) ctrl, sizeof(*ctrl)); in fsg_setup() 526 dump_msg(fsg, "bulk-in", req->buf, req->length); in start_transfer()
|
| /linux/sound/soc/sof/intel/ |
| A D | hda-loader.c | 112 char *dump_msg; in cl_dsp_init() local 214 dump_msg = kasprintf(GFP_KERNEL, "Boot iteration failed: %d/%d", in cl_dsp_init() 216 snd_sof_dsp_dbg_dump(sdev, dump_msg, flags); in cl_dsp_init() 219 kfree(dump_msg); in cl_dsp_init()
|
| A D | mtl.c | 464 char *dump_msg; in mtl_dsp_cl_init() local 550 dump_msg = kasprintf(GFP_KERNEL, "Boot iteration failed: %d/%d", in mtl_dsp_cl_init() 552 snd_sof_dsp_dbg_dump(sdev, dump_msg, flags); in mtl_dsp_cl_init() 556 kfree(dump_msg); in mtl_dsp_cl_init()
|
Completed in 14 milliseconds