Home
last modified time | relevance | path

Searched refs:lbtf_deb_hex (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/libertas_tf/
H A Ddeb_defs.h89 static inline void lbtf_deb_hex(unsigned int grp, const char *prompt, u8 *buf, int len) in lbtf_deb_hex() function
101 #define lbtf_deb_hex(grp, prompt, buf, len) do {} while (0) macro
H A Dcmd.c253 lbtf_deb_hex(LBTF_DEB_CMD, "DNLD_CMD", (void *) cmdnode->cmdbuf, cmdsize); in lbtf_submit_command()