Searched refs:nfc_node (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 2436 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_entry() 2488 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_get_ethtool_nfc_all() 2854 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_update_ethtool_nfc_entry() 2866 hlist_del(&rule->nfc_node); in igb_update_ethtool_nfc_entry() 2878 INIT_HLIST_NODE(&input->nfc_node); in igb_update_ethtool_nfc_entry() 2882 hlist_add_behind(&input->nfc_node, &parent->nfc_node); in igb_update_ethtool_nfc_entry() 2884 hlist_add_head(&input->nfc_node, &adapter->nfc_filter_list); in igb_update_ethtool_nfc_entry() 2959 hlist_for_each_entry(rule, &adapter->nfc_filter_list, nfc_node) { in igb_add_ethtool_nfc_entry()
|
| /linux/drivers/mtd/nand/raw/atmel/ |
| H A D | nand-controller.c | 2607 struct device_node *nfc_node; in atmel_nand_controller_probe() local 2614 nfc_node = of_get_compatible_child(pdev->dev.of_node, in atmel_nand_controller_probe() 2616 if (nfc_node) { in atmel_nand_controller_probe() 2618 of_node_put(nfc_node); in atmel_nand_controller_probe()
|