Searched refs:passive_data (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/nfc/ |
D | pn533.c | 1918 u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; in pn533_poll_dep() local 1951 memcpy(skb_put(skb, PASSIVE_DATA_LEN), passive_data, PASSIVE_DATA_LEN); in pn533_poll_dep() 2372 u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; in pn533_dep_link_up() local 2410 memcpy(skb_put(skb, PASSIVE_DATA_LEN), passive_data, PASSIVE_DATA_LEN); in pn533_dep_link_up()
|