Home
last modified time | relevance | path

Searched refs:tc_ns_service (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/common_modules/tzdriver/core/
Dsession_manager.c88 void get_service_struct(struct tc_ns_service *service) in get_service_struct()
97 void put_service_struct(struct tc_ns_service *service) in put_service_struct()
114 struct tc_ns_service *service) in add_service_to_dev()
148 struct tc_ns_service *service = NULL; in dump_services_status()
163 struct tc_ns_service *service) in del_service_from_dev()
206 struct tc_ns_service *tc_find_service_in_dev(const struct tc_ns_dev_file *dev, in tc_find_service_in_dev()
226 struct tc_ns_service *service = NULL; in tc_find_session_by_uuid()
527 static struct tc_ns_service *tc_ref_service_in_dev(struct tc_ns_dev_file *dev, in tc_ref_service_in_dev()
550 struct tc_ns_service **new_service) in tc_ns_service_init()
553 struct tc_ns_service *service = NULL; in tc_ns_service_init()
[all …]
Dsession_manager.h36 struct tc_ns_service *tc_find_service_in_dev(const struct tc_ns_dev_file *dev,
45 void get_service_struct(struct tc_ns_service *service);
46 void put_service_struct(struct tc_ns_service *service);
Dtz_spi_notify.c223 struct tc_ns_service *temp_svc = NULL; in find_notify_sess()
/kernel/linux/common_modules/tzdriver/
Dteek_ns_client.h88 struct tc_ns_service { struct
102 struct tc_ns_service *services[SERVICES_MAX_COUNT]; argument