Home
last modified time | relevance | path

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

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