Searched refs:target_idx (Results 1 – 9 of 9) sorted by relevance
| /net/nfc/ |
| A D | nfc.h | 30 u32 target_idx; member 47 void nfc_llcp_mac_is_up(struct nfc_dev *dev, u32 target_idx, 79 int nfc_genl_target_lost(struct nfc_dev *dev, u32 target_idx); 84 int nfc_genl_dep_link_up_event(struct nfc_dev *dev, u32 target_idx, 137 int nfc_dep_link_up(struct nfc_dev *dev, int target_idx, u8 comm_mode); 141 int nfc_activate_target(struct nfc_dev *dev, u32 target_idx, u32 protocol); 143 int nfc_deactivate_target(struct nfc_dev *dev, u32 target_idx, u8 mode); 145 int nfc_data_exchange(struct nfc_dev *dev, u32 target_idx, struct sk_buff *skb,
|
| A D | rawsock.c | 91 addr->dev_idx, addr->target_idx, addr->nfc_protocol); in rawsock_connect() 106 if (addr->target_idx > dev->target_next_idx - 1 || in rawsock_connect() 107 addr->target_idx < dev->target_next_idx - dev->n_targets) { in rawsock_connect() 112 rc = nfc_activate_target(dev, addr->target_idx, addr->nfc_protocol); in rawsock_connect() 117 nfc_rawsock(sk)->target_idx = addr->target_idx; in rawsock_connect() 181 u32 target_idx = nfc_rawsock(sk)->target_idx; in rawsock_tx_work() local 185 pr_debug("sk=%p target_idx=%u\n", sk, target_idx); in rawsock_tx_work() 196 rc = nfc_data_exchange(dev, target_idx, skb, in rawsock_tx_work() 310 nfc_rawsock(sk)->target_idx, in rawsock_destruct()
|
| A D | core.c | 273 if (dev->targets[i].idx == target_idx) in nfc_find_target() 371 target = nfc_find_target(dev, target_idx); in nfc_dep_link_is_up() 381 nfc_llcp_mac_is_up(dev, target_idx, comm_mode, rf_mode); in nfc_dep_link_is_up() 400 dev_name(&dev->dev), target_idx, protocol); in nfc_activate_target() 414 target = nfc_find_target(dev, target_idx); in nfc_activate_target() 447 dev_name(&dev->dev), target_idx); in nfc_deactivate_target() 461 if (dev->active_target->idx != target_idx) { in nfc_deactivate_target() 494 dev_name(&dev->dev), target_idx, skb->len); in nfc_data_exchange() 505 if (dev->active_target->idx != target_idx) { in nfc_data_exchange() 836 if (tg->idx == target_idx) in nfc_target_lost() [all …]
|
| A D | netlink.c | 204 int nfc_genl_target_lost(struct nfc_dev *dev, u32 target_idx) in nfc_genl_target_lost() argument 219 nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target_idx)) in nfc_genl_target_lost() 652 int nfc_genl_dep_link_up_event(struct nfc_dev *dev, u32 target_idx, in nfc_genl_dep_link_up_event() argument 671 nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target_idx)) in nfc_genl_dep_link_up_event() 887 u32 device_idx, target_idx, protocol; in nfc_genl_activate_target() local 901 target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_activate_target() 904 nfc_deactivate_target(dev, target_idx, NFC_TARGET_MODE_SLEEP); in nfc_genl_activate_target() 905 rc = nfc_activate_target(dev, target_idx, protocol); in nfc_genl_activate_target() 915 u32 device_idx, target_idx; in nfc_genl_deactivate_target() local 928 target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_deactivate_target() [all …]
|
| A D | llcp_sock.c | 513 pr_debug("%p %d %d %d\n", sk, llcp_sock->target_idx, in llcp_sock_getname() 525 llcp_addr->target_idx = llcp_sock->target_idx; in llcp_sock_getname() 670 addr->target_idx, addr->nfc_protocol); in llcp_sock_connect() 704 addr->target_idx != local->target_idx) { in llcp_sock_connect()
|
| A D | llcp.h | 65 u32 target_idx; member 106 u32 target_idx; member
|
| A D | llcp_core.c | 795 ret = nfc_data_exchange(local->dev, local->target_idx, in nfc_llcp_tx_work() 994 new_sock->target_idx = local->target_idx; in nfc_llcp_recv_connect() 1591 void nfc_llcp_mac_is_up(struct nfc_dev *dev, u32 target_idx, in nfc_llcp_mac_is_up() argument 1602 local->target_idx = target_idx; in nfc_llcp_mac_is_up()
|
| A D | llcp_commands.c | 385 err = nfc_data_exchange(dev, local->target_idx, skb, in nfc_llcp_send_symm()
|
| /net/core/ |
| A D | netprio_cgroup.c | 41 static int extend_netdev_table(struct net_device *dev, u32 target_idx) in extend_netdev_table() argument 48 if (old && old->priomap_len > target_idx) in extend_netdev_table() 60 if (new_len > target_idx) in extend_netdev_table()
|
Completed in 25 milliseconds