Home
last modified time | relevance | path

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

/include/net/nfc/
Dnci_core.h66 int (*init)(struct nci_dev *ndev);
67 int (*open)(struct nci_dev *ndev);
68 int (*close)(struct nci_dev *ndev);
69 int (*send)(struct nci_dev *ndev, struct sk_buff *skb);
70 int (*setup)(struct nci_dev *ndev);
71 int (*post_setup)(struct nci_dev *ndev);
72 int (*fw_download)(struct nci_dev *ndev, const char *firmware_name);
73 __u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol);
74 int (*discover_se)(struct nci_dev *ndev);
75 int (*disable_se)(struct nci_dev *ndev, u32 se_idx);
[all …]
Ddigital.h244 void nfc_digital_free_device(struct nfc_digital_dev *ndev);
245 int nfc_digital_register_device(struct nfc_digital_dev *ndev);
246 void nfc_digital_unregister_device(struct nfc_digital_dev *ndev);
248 static inline void nfc_digital_set_parent_dev(struct nfc_digital_dev *ndev, in nfc_digital_set_parent_dev() argument
251 nfc_set_parent_dev(ndev->nfc_dev, dev); in nfc_digital_set_parent_dev()
Dhci.h100 struct nfc_dev *ndev; member
174 return nfc_set_vendor_cmds(hdev->ndev, cmds, n_cmds); in nfc_hci_set_vendor_cmds()
/include/net/
Dselftests.h9 void net_selftest(struct net_device *ndev, struct ethtool_test *etest,
16 static inline void net_selftest(struct net_device *ndev, struct ethtool_test *etest, in net_selftest() argument
Dncsi.h30 void (*handler)(struct ncsi_dev *ndev);
/include/linux/
Dpcs-altera-tse.h14 struct phylink_pcs *alt_tse_pcs_create(struct net_device *ndev,
Dstmmac.h227 int (*serdes_powerup)(struct net_device *ndev, void *priv);
228 void (*serdes_powerdown)(struct net_device *ndev, void *priv);
229 void (*speed_mode_2500)(struct net_device *ndev, void *priv);
Dnetpoll.h62 int __netpoll_setup(struct netpoll *np, struct net_device *ndev);
Dphy.h1761 int phy_ethtool_get_link_ksettings(struct net_device *ndev,
1763 int phy_ethtool_set_link_ksettings(struct net_device *ndev,
1765 int phy_ethtool_nway_reset(struct net_device *ndev);
Dnetdevice.h4130 struct net_device *ndev, in netdev_ref_replace() argument
4137 __dev_hold(ndev); in netdev_ref_replace()
4140 if (ndev) in netdev_ref_replace()
4141 __netdev_tracker_alloc(ndev, tracker, gfp); in netdev_ref_replace()
4551 int devm_register_netdev(struct device *dev, struct net_device *ndev);
/include/rdma/
Dib_cache.h19 struct net_device *ndev);
24 struct net_device *ndev);
Drdma_netlink.h116 int (*newlink)(const char *ibdev_name, struct net_device *ndev);
Dib_sa.h496 struct net_device *ndev,
Dib_verbs.h152 struct net_device __rcu *ndev; member
4390 struct ib_device *ib_device_get_by_netdev(struct net_device *ndev,
4397 int ib_device_set_netdev(struct ib_device *ib_dev, struct net_device *ndev,
/include/pcmcia/
Dcistpl.h104 u_char ndev; member