Home
last modified time | relevance | path

Searched refs:osif_driver_sync (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/os_if/sync/src/
H A Dosif_driver_sync.c34 struct osif_driver_sync { struct
40 static struct osif_driver_sync __osif_driver_sync; argument
50 static struct osif_driver_sync *osif_driver_sync_lookup(void) in osif_driver_sync_lookup()
58 static struct osif_driver_sync *osif_driver_sync_get(void) in osif_driver_sync_get()
68 static void osif_driver_sync_put(struct osif_driver_sync *driver_sync) in osif_driver_sync_put()
73 int osif_driver_sync_create(struct osif_driver_sync **out_driver_sync) in osif_driver_sync_create()
76 struct osif_driver_sync *driver_sync; in osif_driver_sync_create()
105 __osif_driver_sync_create_and_trans(struct osif_driver_sync **out_driver_sync, in __osif_driver_sync_create_and_trans()
108 struct osif_driver_sync *driver_sync; in __osif_driver_sync_create_and_trans()
130 void osif_driver_sync_destroy(struct osif_driver_sync *driver_sync) in osif_driver_sync_destroy()
[all …]
/wlan-driver/qcacld-3.0/os_if/sync/inc/
H A Dosif_driver_sync.h28 struct osif_driver_sync;
37 osif_driver_sync_create(struct osif_driver_sync **out_driver_sync);
51 __osif_driver_sync_create_and_trans(struct osif_driver_sync **out_driver_sync,
60 void osif_driver_sync_destroy(struct osif_driver_sync *driver_sync);
68 void osif_driver_sync_register(struct osif_driver_sync *driver_sync);
76 struct osif_driver_sync *osif_driver_sync_unregister(void);
89 __osif_driver_sync_trans_start(struct osif_driver_sync **out_driver_sync,
104 __osif_driver_sync_trans_start_wait(struct osif_driver_sync **out_driver_sync,
114 void osif_driver_sync_trans_stop(struct osif_driver_sync *driver_sync);
135 __osif_driver_sync_op_start(struct osif_driver_sync **out_driver_sync,
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_memdump.c192 struct osif_driver_sync *driver_sync; in hdd_driver_memdump_read()
H A Dwlan_hdd_main.c20216 struct osif_driver_sync *driver_sync; in hdd_driver_mode_change()
20330 struct osif_driver_sync *driver_sync; in hdd_driver_load()
20482 struct osif_driver_sync *driver_sync; in hdd_driver_unload()
22174 struct osif_driver_sync *driver_sync; in pcie_set_gen_speed_handler()
/wlan-driver/qcacld-3.0/
H A Dwlan_qcacld3_modules.bzl646 "os_if/sync/src/osif_driver_sync.c",
H A DKbuild595 $(SYNC_SRC_DIR)/osif_driver_sync.o \