Searched refs:PRINT (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/net/netfilter/ |
D | nf_conntrack_h323_asn1.c | 26 #define PRINT printk macro 28 #define PRINT printf macro 33 #define PRINT(fmt, args...) macro 279 PRINT("%*.s%s\n", level * TAB_SIZE, " ", f->name); in decode_nul() 287 PRINT("%*.s%s\n", level * TAB_SIZE, " ", f->name); in decode_bool() 300 PRINT("%*.s%s\n", level * TAB_SIZE, " ", f->name); in decode_oid() 319 PRINT("%*.s%s", level * TAB_SIZE, " ", f->name); in decode_int() 337 PRINT(" = %u", v); in decode_int() 354 PRINT("\n"); in decode_int() 364 PRINT("%*.s%s\n", level * TAB_SIZE, " ", f->name); in decode_enum() [all …]
|
/Linux-v5.4/net/mac80211/ |
D | debugfs_sta.c | 583 #define PRINT(fmt, ...) \ in sta_he_capa_read() macro 590 PRINT("%s", b); \ in sta_he_capa_read() 597 PRINT(fmt, (s << idx) + (m * idx)); \ in sta_he_capa_read() 603 PRINT("%s", b); \ in sta_he_capa_read() 627 PRINT("LINK-ADAPTATION-NO-FEEDBACK"); in sta_he_capa_read() 630 PRINT("LINK-ADAPTATION-RESERVED"); in sta_he_capa_read() 633 PRINT("LINK-ADAPTATION-UNSOLICITED-FEEDBACK"); in sta_he_capa_read() 636 PRINT("LINK-ADAPTATION-BOTH"); in sta_he_capa_read() 654 PRINT("MAX-AMPDU-LEN-EXP-USE-VHT"); in sta_he_capa_read() 657 PRINT("MAX-AMPDU-LEN-EXP-VHT-1"); in sta_he_capa_read() [all …]
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_params.c | 208 #define PRINT(T, x, ...) _print_param(p, #x, #T, ¶ms->x); in i915_params_dump() macro 209 I915_PARAMS_FOR_EACH(PRINT); in i915_params_dump() 210 #undef PRINT in i915_params_dump()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | asm.h | 90 #define PRINT(string) \ macro 98 #define PRINT(string) macro
|
/Linux-v5.4/arch/mips/kernel/ |
D | genex.S | 509 PRINT("Got \nexception at %08lx\012") 512 PRINT("Got \nexception at %016lx\012")
|
D | scall64-o32.S | 44 PRINT("Scall %ld\n")
|
/Linux-v5.4/drivers/firewire/ |
D | nosy.c | 601 PRINT(KERN_INFO, lynx->id, in add_card() 607 PRINT(KERN_INFO, lynx->id, "found old 1394 PHY"); in add_card()
|