Searched refs:scif_client (Results 1 – 3 of 3) sorted by relevance
154 struct scif_client { struct1326 int scif_client_register(struct scif_client *client);1337 void scif_client_unregister(struct scif_client *client);
1457 struct scif_client *client = in scif_add_client_dev()1458 container_of(si, struct scif_client, si); in scif_add_client_dev()1470 struct scif_client *client = in scif_remove_client_dev()1471 container_of(si, struct scif_client, si); in scif_remove_client_dev()1479 void scif_client_unregister(struct scif_client *client) in scif_client_unregister()1485 int scif_client_register(struct scif_client *client) in scif_client_register()
250 static struct scif_client scif_client_cosm = {