Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dsc/src/
H A D__wlan_dsc.c45 static inline void __dsc_dbg_ops_init(struct dsc_ops *ops) in __dsc_dbg_ops_init()
56 static inline void __dsc_dbg_ops_deinit(struct dsc_ops *ops) in __dsc_dbg_ops_deinit()
68 static QDF_STATUS __dsc_dbg_ops_insert(struct dsc_ops *ops, const char *func) in __dsc_dbg_ops_insert()
103 static void __dsc_dbg_ops_remove(struct dsc_ops *ops, const char *func) in __dsc_dbg_ops_remove()
125 static inline void __dsc_dbg_ops_init(struct dsc_ops *ops) { } in __dsc_dbg_ops_init()
127 static inline void __dsc_dbg_ops_deinit(struct dsc_ops *ops) { } in __dsc_dbg_ops_deinit()
130 __dsc_dbg_ops_insert(struct dsc_ops *ops, const char *func) in __dsc_dbg_ops_insert()
136 __dsc_dbg_ops_remove(struct dsc_ops *ops, const char *func) { } in __dsc_dbg_ops_remove()
139 void __dsc_ops_init(struct dsc_ops *ops) in __dsc_ops_init()
146 void __dsc_ops_deinit(struct dsc_ops *ops) in __dsc_ops_deinit()
[all …]
H A D__wlan_dsc.h96 struct dsc_ops { struct
151 struct dsc_ops ops;
167 struct dsc_ops ops;
182 struct dsc_ops ops;
214 void __dsc_ops_init(struct dsc_ops *ops);
222 void __dsc_ops_deinit(struct dsc_ops *ops);
231 QDF_STATUS __dsc_ops_insert(struct dsc_ops *ops, const char *func);
240 bool __dsc_ops_remove(struct dsc_ops *ops, const char *func);