Home
last modified time | relevance | path

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

/net/nfc/
DKconfig16 be called nfc.
32 source "net/nfc/nci/Kconfig"
33 source "net/nfc/hci/Kconfig"
35 source "drivers/nfc/Kconfig"
DMakefile6 obj-$(CONFIG_NFC) += nfc.o
11 nfc-objs := core.o netlink.o af_nfc.o rawsock.o llcp_core.o llcp_commands.o \
/net/
DMakefile72 obj-$(CONFIG_NFC) += nfc/
DKconfig393 source "net/nfc/Kconfig"
/net/dsa/
Dslave.c1267 struct ethtool_rxnfc *nfc, u32 *rule_locs) in dsa_slave_get_rxnfc() argument
1275 return ds->ops->get_rxnfc(ds, dp->index, nfc, rule_locs); in dsa_slave_get_rxnfc()
1279 struct ethtool_rxnfc *nfc) in dsa_slave_set_rxnfc() argument
1287 return ds->ops->set_rxnfc(ds, dp->index, nfc); in dsa_slave_set_rxnfc()