Searched refs:out_psoc_sync (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qcacld-3.0/os_if/sync/inc/ |
H A D | osif_psoc_sync.h | 39 osif_psoc_sync_create(struct osif_psoc_sync **out_psoc_sync); 49 #define osif_psoc_sync_create_and_trans(out_psoc_sync) \ argument 50 __osif_psoc_sync_create_and_trans(out_psoc_sync, __func__) 53 __osif_psoc_sync_create_and_trans(struct osif_psoc_sync **out_psoc_sync, 90 #define osif_psoc_sync_trans_start(dev, out_psoc_sync) \ argument 91 __osif_psoc_sync_trans_start(dev, out_psoc_sync, __func__) 95 struct osif_psoc_sync **out_psoc_sync, 107 #define osif_psoc_sync_trans_start_wait(dev, out_psoc_sync) \ argument 108 __osif_psoc_sync_trans_start_wait(dev, out_psoc_sync, __func__) 112 struct osif_psoc_sync **out_psoc_sync, [all …]
|
/wlan-driver/qcacld-3.0/os_if/sync/src/ |
H A D | osif_psoc_sync.c | 90 int osif_psoc_sync_create(struct osif_psoc_sync **out_psoc_sync) in osif_psoc_sync_create() argument 95 QDF_BUG(out_psoc_sync); in osif_psoc_sync_create() 96 if (!out_psoc_sync) in osif_psoc_sync_create() 109 *out_psoc_sync = psoc_sync; in osif_psoc_sync_create() 121 int __osif_psoc_sync_create_and_trans(struct osif_psoc_sync **out_psoc_sync, in __osif_psoc_sync_create_and_trans() argument 136 *out_psoc_sync = psoc_sync; in __osif_psoc_sync_create_and_trans() 193 struct osif_psoc_sync **out_psoc_sync, in __osif_psoc_sync_start_callback() argument 200 *out_psoc_sync = NULL; in __osif_psoc_sync_start_callback() 210 *out_psoc_sync = psoc_sync; in __osif_psoc_sync_start_callback() 217 struct osif_psoc_sync **out_psoc_sync, in __osif_psoc_sync_start_wait_callback() argument [all …]
|