Searched refs:ndev (Results 1 – 15 of 15) sorted by relevance
/include/net/nfc/ |
D | nci_core.h | 66 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 …]
|
D | digital.h | 244 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()
|
D | hci.h | 100 struct nfc_dev *ndev; member 174 return nfc_set_vendor_cmds(hdev->ndev, cmds, n_cmds); in nfc_hci_set_vendor_cmds()
|
/include/linux/qed/ |
D | qed_nvmetcp_ip_services_if.h | 17 struct net_device **ndev); 21 struct net_device **ndev); 22 void qed_vlan_get_ndev(struct net_device **ndev, u16 *vlan_id); 23 struct pci_dev *qed_validate_ndev(struct net_device *ndev);
|
/include/net/ |
D | selftests.h | 9 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
|
D | ncsi.h | 28 void (*handler)(struct ncsi_dev *ndev);
|
/include/rdma/ |
D | ib_cache.h | 19 struct net_device *ndev); 24 struct net_device *ndev);
|
D | rdma_netlink.h | 116 int (*newlink)(const char *ibdev_name, struct net_device *ndev);
|
D | ib_sa.h | 495 struct net_device *ndev,
|
D | ib_verbs.h | 152 struct net_device __rcu *ndev; member 4352 struct ib_device *ib_device_get_by_netdev(struct net_device *ndev, 4359 int ib_device_set_netdev(struct ib_device *ib_dev, struct net_device *ndev,
|
/include/linux/ |
D | stmmac.h | 227 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);
|
D | netpoll.h | 61 int __netpoll_setup(struct netpoll *np, struct net_device *ndev);
|
D | phy.h | 1673 int phy_ethtool_get_link_ksettings(struct net_device *ndev, 1675 int phy_ethtool_set_link_ksettings(struct net_device *ndev, 1677 int phy_ethtool_nway_reset(struct net_device *ndev);
|
D | netdevice.h | 4686 int devm_register_netdev(struct device *dev, struct net_device *ndev);
|
/include/pcmcia/ |
D | cistpl.h | 104 u_char ndev; member
|