Home
last modified time | relevance | path

Searched refs:dump_msg (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.h38 # define dump_msg(fsg, /* const char * */ label, \ macro
52 # define dump_msg(fsg, /* const char * */ label, \ macro
H A Df_mass_storage.c435 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 Dhda-loader.c111 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 Dmtl.c441 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 Dstorage_common.c124 # define dump_msg(fsg, label, buf, length) do { \ macro
136 # define dump_msg(fsg, /* const char * */ label, \ macro
H A Df_mass_storage.c511 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 Dfsl_usb2_udc.h519 static void dump_msg(const char *label, const u8 * buf, unsigned int length)