Searched refs:dump_msg (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-loader.c | 111 char *dump_msg; in cl_dsp_init() local 213 dump_msg = kasprintf(GFP_KERNEL, "Boot iteration failed: %d/%d", in cl_dsp_init() 215 snd_sof_dsp_dbg_dump(sdev, dump_msg, flags); in cl_dsp_init() 218 kfree(dump_msg); in cl_dsp_init()
|
H A D | mtl.c | 441 char *dump_msg; in mtl_dsp_cl_init() local 527 dump_msg = kasprintf(GFP_KERNEL, "Boot iteration failed: %d/%d", in mtl_dsp_cl_init() 529 snd_sof_dsp_dbg_dump(sdev, dump_msg, flags); in mtl_dsp_cl_init() 533 kfree(dump_msg); in mtl_dsp_cl_init()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | storage_common.c | 124 # define dump_msg(fsg, label, buf, length) do { \ macro 136 # define dump_msg(fsg, /* const char * */ label, \ macro
|
H A D | f_mass_storage.c | 511 dump_msg(common, "bulk-out", req->buf, req->actual); in bulk_out_complete() 590 dump_msg(fsg, "bulk-in", req->buf, req->length); in start_transfer()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | fsl_usb2_udc.h | 519 static void dump_msg(const char *label, const u8 * buf, unsigned int length)
|