Home
last modified time | relevance | path

Searched refs:print_hex_dump_bytes (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Drx.c139 print_hex_dump_bytes("carl9170 cmd:", DUMP_PREFIX_OFFSET, in carl9170_cmd_callback()
141 print_hex_dump_bytes("carl9170 rsp:", DUMP_PREFIX_OFFSET, in carl9170_cmd_callback()
179 print_hex_dump_bytes("dump:", DUMP_PREFIX_NONE, in carl9170_handle_command_response()
249 print_hex_dump_bytes("FW:", DUMP_PREFIX_NONE, in carl9170_handle_command_response()
284 print_hex_dump_bytes("dump:", DUMP_PREFIX_NONE, buf, len); in carl9170_handle_command_response()
849 print_hex_dump_bytes("rxcmd:", DUMP_PREFIX_OFFSET, in carl9170_rx_untie_cmds()
989 print_hex_dump_bytes("rxbuf:", DUMP_PREFIX_OFFSET, in carl9170_rx_stream()
993 print_hex_dump_bytes("stream:", DUMP_PREFIX_OFFSET, in carl9170_rx_stream()
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dmailbox-test.c128 print_hex_dump_bytes("Client: Sending: Signal: ", DUMP_PREFIX_ADDRESS, in mbox_test_message_write()
135 print_hex_dump_bytes("Client: Sending: Message: ", DUMP_PREFIX_ADDRESS, in mbox_test_message_write()
284 print_hex_dump_bytes("Client: Received [MMIO]: ", DUMP_PREFIX_ADDRESS, in mbox_test_receive_message()
287 print_hex_dump_bytes("Client: Received [API]: ", DUMP_PREFIX_ADDRESS, in mbox_test_receive_message()
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_misc.c362 print_hex_dump_bytes( in create_entry()
375 print_hex_dump_bytes( in create_entry()
394 print_hex_dump_bytes( in create_entry()
402 print_hex_dump_bytes( in create_entry()
409 print_hex_dump_bytes( in create_entry()
/OK3568_Linux_fs/u-boot/lib/
H A Dhexdump.c225 void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() function
241 void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() function
H A Dhexdump.su
/OK3568_Linux_fs/u-boot/spl/lib/
H A Dhexdump.su
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtl819x_BAProc.c122 print_hex_dump_bytes("%s: ", DUMP_PREFIX_NONE, skb->data, in rtllib_ADDBA()
173 print_hex_dump_bytes("%s: ", DUMP_PREFIX_NONE, skb->data, in rtllib_DELBA()
238 print_hex_dump_bytes("%s: ", DUMP_PREFIX_NONE, __func__, in rtllib_rx_ADDBAReq()
436 print_hex_dump_bytes("%s: ", DUMP_PREFIX_NONE, skb->data, in rtllib_rx_DELBA()
/OK3568_Linux_fs/u-boot/cmd/
H A Drng.c38 print_hex_dump_bytes("", DUMP_PREFIX_OFFSET, buf, n); in do_rng()
/OK3568_Linux_fs/u-boot/include/
H A Dhexdump.h88 void print_hex_dump_bytes(const char *prefix_str, int prefix_type,
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmutil/
H A Dutils.c306 print_hex_dump_bytes("", DUMP_PREFIX_OFFSET, p->data, p->len); in brcmu_prpkt()
324 print_hex_dump_bytes("", DUMP_PREFIX_OFFSET, data, size); in brcmu_dbg_hex_dump()
/OK3568_Linux_fs/kernel/include/linux/
H A Dprintk.h589 static inline void print_hex_dump_bytes(const char *prefix_str, int prefix_type, in print_hex_dump_bytes() function
627 #define print_hex_dump_bytes(prefix_str, prefix_type, buf, len) \ macro
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_fs.h27 print_hex_dump_bytes(pr_fmt(prefix ": "), DUMP_PREFIX_NONE, ptr, len)
/OK3568_Linux_fs/kernel/sound/pci/oxygen/
H A Dxonar_hdmi.c113 print_hex_dump_bytes("", DUMP_PREFIX_OFFSET, in xonar_hdmi_uart_input()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Daha1542.c380 print_hex_dump_bytes("sense: ", DUMP_PREFIX_NONE, &ccb[mbo].cdb[ccb[mbo].cdblen], 12); in aha1542_interrupt()
420 print_hex_dump_bytes("command: ", DUMP_PREFIX_NONE, cmd->cmnd, cmd->cmd_len); in aha1542_queuecommand()
492 print_hex_dump_bytes("cptr: ", DUMP_PREFIX_NONE, acmd->chain, 18); in aha1542_queuecommand()
505 print_hex_dump_bytes("sending: ", DUMP_PREFIX_NONE, &ccb[mbo], sizeof(ccb[mbo]) - 10); in aha1542_queuecommand()
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dbh.c302 print_hex_dump_bytes("<-- ", in cw1200_bh_rx_helper()
404 print_hex_dump_bytes("--> ", in cw1200_bh_tx_helper()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas_tf/
H A Ddeb_defs.h97 print_hex_dump_bytes(prompt, DUMP_PREFIX_NONE, buf, len); in lbtf_deb_hex()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dstmpe.h23 print_hex_dump_bytes(str, DUMP_PREFIX_OFFSET, buf, len); in stmpe_dump_bytes()
/OK3568_Linux_fs/kernel/drivers/staging/gs_fpgaboot/
H A Dgs_fpgaboot.c210 print_hex_dump_bytes("bitfile sample: ", DUMP_PREFIX_OFFSET, in gs_download_image()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst13 ``print_hex_dump_debug()``/``print_hex_dump_bytes()`` calls can be dynamically
24 For ``print_hex_dump_debug()``/``print_hex_dump_bytes()``, format string is
237 For ``print_hex_dump_debug()`` and ``print_hex_dump_bytes()``, only ``p`` flag
/OK3568_Linux_fs/kernel/fs/dlm/
H A Ddir.c155 print_hex_dump_bytes("dlm_recover_dir ", in dlm_recover_directory()
/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Dw6692.c268 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, ptr, count); in W6692_empty_Dfifo()
303 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, ptr, count); in W6692_fill_Dfifo()
479 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, ptr, count); in W6692_empty_Bfifo()
523 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, ptr, count); in W6692_fill_Bfifo()
H A Dnetjet.c416 print_hex_dump_bytes(card->log, in read_dma()
519 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, p, count); in fill_hdlc_flag()
593 print_hex_dump_bytes(card->log, DUMP_PREFIX_OFFSET, p, count); in fill_dma()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dhorus3a.c42 print_hex_dump_bytes("horus3a: I2C data: ", in horus3a_i2c_debug()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Daz6007.c118 print_hex_dump_bytes("az6007: payload: ", in __az6007_read()
149 print_hex_dump_bytes("az6007: payload: ", in __az6007_write()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dvl_list.c332 print_hex_dump_bytes("DNS: ", DUMP_PREFIX_NONE, buffer, buffer_size); in afs_extract_vlserver_list()

123