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

/linux-4.4.14/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; nfcwilink_open()
398 rc = st_register(&nfcwilink_proto); nfcwilink_open()
426 BUG_ON(nfcwilink_proto.write == NULL); nfcwilink_open()
427 drv->st_write = nfcwilink_proto.write; nfcwilink_open()
452 rc = st_unregister(&nfcwilink_proto); nfcwilink_close()

Completed in 29 milliseconds