Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dsc/src/
H A Dwlan_dsc_vdev.c32 __dsc_vdev_create(struct dsc_psoc *psoc, struct dsc_vdev **out_vdev) in __dsc_vdev_create() argument
39 if (!dsc_assert(out_vdev)) in __dsc_vdev_create()
42 *out_vdev = NULL; in __dsc_vdev_create()
58 *out_vdev = vdev; in __dsc_vdev_create()
63 QDF_STATUS dsc_vdev_create(struct dsc_psoc *psoc, struct dsc_vdev **out_vdev) in dsc_vdev_create() argument
67 status = __dsc_vdev_create(psoc, out_vdev); in dsc_vdev_create()
72 static void __dsc_vdev_destroy(struct dsc_vdev **out_vdev) in __dsc_vdev_destroy() argument
76 if (!dsc_assert(out_vdev)) in __dsc_vdev_destroy()
79 vdev = *out_vdev; in __dsc_vdev_destroy()
83 *out_vdev = NULL; in __dsc_vdev_destroy()
[all …]
/wlan-driver/qcacld-3.0/components/dsc/inc/
H A Dwlan_dsc_vdev.h44 QDF_STATUS dsc_vdev_create(struct dsc_psoc *psoc, struct dsc_vdev **out_vdev);
57 void dsc_vdev_destroy(struct dsc_vdev **out_vdev);