Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/misc/mic/scif/
Dscif_api.c1457 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()
/linux-4.4.14/drivers/misc/mic/cosm_client/
Dcosm_scif_client.c250 static struct scif_client scif_client_cosm = {