Searched refs:nfcwilink_proto (Results 1 - 1 of 1) sorted by relevance

/drivers/nfc/
H A Dnfcwilink.c370 static struct st_proto_s nfcwilink_proto = { variable in typeref:struct:st_proto_s
393 nfcwilink_proto.priv_data = drv;
398 rc = st_register(&nfcwilink_proto);
426 BUG_ON(nfcwilink_proto.write == NULL);
427 drv->st_write = nfcwilink_proto.write;
452 rc = st_unregister(&nfcwilink_proto);

Completed in 57 milliseconds