Searched refs:service_hndl (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | adf_init.c | 14 static void adf_service_add(struct service_hndl *service) in adf_service_add() 21 int adf_service_register(struct service_hndl *service) in adf_service_register() 29 static void adf_service_remove(struct service_hndl *service) in adf_service_remove() 36 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister() 61 struct service_hndl *service; in adf_dev_init() 120 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init() 150 struct service_hndl *service; in adf_dev_start() 167 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start() 204 struct service_hndl *service; in adf_dev_stop() 222 service = list_entry(list_itr, struct service_hndl, lis in adf_dev_stop() [all...] |
H A D | adf_common_drv.h | 43 struct service_hndl { struct 57 int adf_service_register(struct service_hndl *service); 58 int adf_service_unregister(struct service_hndl *service);
|
H A D | qat_crypto.c | 16 static struct service_hndl qat_crypto;
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_init.c | 16 static void adf_service_add(struct service_hndl *service) in adf_service_add() 23 int adf_service_register(struct service_hndl *service) in adf_service_register() 31 static void adf_service_remove(struct service_hndl *service) in adf_service_remove() 38 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister() 63 struct service_hndl *service; in adf_dev_init() 144 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init() 170 struct service_hndl *service; in adf_dev_start() 216 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start() 266 struct service_hndl *service; in adf_dev_stop() 293 service = list_entry(list_itr, struct service_hndl, lis in adf_dev_stop() [all...] |
H A D | adf_common_drv.h | 45 struct service_hndl { struct 54 int adf_service_register(struct service_hndl *service); 55 int adf_service_unregister(struct service_hndl *service);
|
H A D | qat_crypto.c | 16 static struct service_hndl qat_crypto;
|
H A D | qat_compression.c | 16 static struct service_hndl qat_compression;
|
Completed in 6 milliseconds