Home
last modified time | relevance | path

Searched defs:target_idx (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/net/nfc/
Dcore.c279 static struct nfc_target *nfc_find_target(struct nfc_dev *dev, u32 target_idx) in nfc_find_target()
374 int nfc_dep_link_is_up(struct nfc_dev *dev, u32 target_idx, in nfc_dep_link_is_up()
405 int nfc_activate_target(struct nfc_dev *dev, u32 target_idx, u32 protocol) in nfc_activate_target()
452 int nfc_deactivate_target(struct nfc_dev *dev, u32 target_idx, u8 mode) in nfc_deactivate_target()
498 int nfc_data_exchange(struct nfc_dev *dev, u32 target_idx, struct sk_buff *skb, in nfc_data_exchange()
832 int nfc_target_lost(struct nfc_dev *dev, u32 target_idx) in nfc_target_lost()
Dnfc.h42 u32 target_idx; member
Dllcp.h78 u32 target_idx; member
119 u32 target_idx; member
Drawsock.c192 u32 target_idx = nfc_rawsock(sk)->target_idx; in rawsock_tx_work() local
Dnetlink.c221 int nfc_genl_target_lost(struct nfc_dev *dev, u32 target_idx) in nfc_genl_target_lost()
637 int nfc_genl_dep_link_up_event(struct nfc_dev *dev, u32 target_idx, in nfc_genl_dep_link_up_event()
873 u32 device_idx, target_idx, protocol; in nfc_genl_activate_target() local
Dllcp_core.c1540 void nfc_llcp_mac_is_up(struct nfc_dev *dev, u32 target_idx, in nfc_llcp_mac_is_up()
/linux-4.4.14/include/uapi/linux/
Dnfc.h266 __u32 target_idx; member
274 __u32 target_idx; member
/linux-4.4.14/net/core/
Dnetprio_cgroup.c37 static int extend_netdev_table(struct net_device *dev, u32 target_idx) in extend_netdev_table()