Searched refs:dump_msg (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | storage_common.h | 38 # define dump_msg(fsg, /* const char * */ label, \ macro 52 # define dump_msg(fsg, /* const char * */ label, \ macro
|
| H 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-6.15/sound/soc/sof/intel/ |
| H A D | hda-loader.c | 130 char *dump_msg; in cl_dsp_init() local 232 dump_msg = kasprintf(GFP_KERNEL, "Boot iteration failed: %d/%d", in cl_dsp_init() 234 snd_sof_dsp_dbg_dump(sdev, dump_msg, flags); in cl_dsp_init() 237 kfree(dump_msg); in cl_dsp_init()
|
| H A D | mtl.c | 461 char *dump_msg; in mtl_dsp_cl_init() local 547 dump_msg = kasprintf(GFP_KERNEL, "Boot iteration failed: %d/%d", in mtl_dsp_cl_init() 549 snd_sof_dsp_dbg_dump(sdev, dump_msg, flags); in mtl_dsp_cl_init() 553 kfree(dump_msg); in mtl_dsp_cl_init()
|