Home
last modified time | relevance | path

Searched refs:__dsc_ops_remove (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/dsc/src/
H A D__wlan_dsc.h240 bool __dsc_ops_remove(struct dsc_ops *ops, const char *func);
H A Dwlan_dsc_driver.c330 if (__dsc_ops_remove(&driver->ops, func)) in __dsc_driver_op_stop()
H A D__wlan_dsc.c168 bool __dsc_ops_remove(struct dsc_ops *ops, const char *func) in __dsc_ops_remove() function
H A Dwlan_dsc_psoc.c352 if (__dsc_ops_remove(&psoc->ops, func)) in __dsc_psoc_op_stop()
H A Dwlan_dsc_vdev.c374 if (__dsc_ops_remove(&vdev->ops, func)) in __dsc_vdev_op_stop()