Home
last modified time | relevance | path

Searched defs:print (Results 1 – 10 of 10) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/trace/
Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
41 assign, print, reg, unreg) \ argument
46 assign, print, reg, unreg) \ argument
50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/linux/
Dtracepoint.h519 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
524 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
531 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
534 assign, print, reg, unreg) \ argument
537 assign, print, reg, unreg) \ argument
541 struct, assign, print) \ argument
557 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument
560 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dtrace.c30 void __sdata_dbg(bool print, const char *fmt, ...) in __sdata_dbg()
61 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) in __wiphy_dbg()
Ddebug.h93 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
97 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
106 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
119 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/macif/
Dwifi_nx_cmds.h106 void (*print)(struct rwnx_cmd_mgr *); member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Ddhdioctl.h123 uint32 print; /* Print counts every <print> attempts */ member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Ddhdioctl.h197 uint32 print; /* Print counts every <print> attempts */ member
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Ddhdioctl.h195 uint32 print; /* Print counts every <print> attempts */ member
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Ddhdioctl.h293 uint32 print; /* Print counts every <print> attempts */ member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_mcc.c1210 void rtw_hal_mcc_upadate_chnl_bw(_adapter *padapter, u8 ch, u8 ch_offset, u8 bw, u8 print) in rtw_hal_mcc_upadate_chnl_bw()