Home
last modified time | relevance | path

Searched refs:scif_client (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dscif.h154 struct scif_client { struct
1326 int scif_client_register(struct scif_client *client);
1337 void scif_client_unregister(struct scif_client *client);
/Linux-v5.4/drivers/misc/mic/scif/
Dscif_api.c1448 struct scif_client *client = in scif_add_client_dev()
1449 container_of(si, struct scif_client, si); in scif_add_client_dev()
1461 struct scif_client *client = in scif_remove_client_dev()
1462 container_of(si, struct scif_client, si); in scif_remove_client_dev()
1470 void scif_client_unregister(struct scif_client *client) in scif_client_unregister()
1476 int scif_client_register(struct scif_client *client) in scif_client_register()
/Linux-v5.4/drivers/misc/mic/cosm_client/
Dcosm_scif_client.c244 static struct scif_client scif_client_cosm = {