Searched refs:rf_tech (Results 1 – 3 of 3) sorted by relevance
| /drivers/nfc/ |
| A D | nfcsim.c | 42 u8 rf_tech; member 55 u8 rf_tech; member 92 u8 rf_tech, u8 mode) in nfcsim_link_set_skb() argument 98 link->rf_tech = rf_tech; in nfcsim_link_set_skb() 128 int timeout, u8 rf_tech, u8 mode) in nfcsim_link_recv_skb() argument 147 if (!skb || link->rf_tech != rf_tech || link->mode == mode) { in nfcsim_link_recv_skb() 188 dev->rf_tech, dev->mode); in nfcsim_recv_wq() 227 nfcsim_link_set_skb(dev->link_out, skb, dev->rf_tech, in nfcsim_send() 265 dev->rf_tech = param; in nfcsim_in_configure_hw() 295 dev->rf_tech = param; in nfcsim_tg_configure_hw()
|
| A D | trf7970a.c | 616 static int trf7970a_mode_detect(struct trf7970a *trf, u8 *rf_tech) in trf7970a_mode_detect() argument 644 *rf_tech = tech; in trf7970a_mode_detect() 1877 static int trf7970a_tg_get_rf_tech(struct nfc_digital_dev *ddev, u8 *rf_tech) in trf7970a_tg_get_rf_tech() argument 1884 *rf_tech = trf->md_rf_tech; in trf7970a_tg_get_rf_tech()
|
| /drivers/nfc/st95hf/ |
| A D | core.c | 1013 static int st95hf_tg_get_rf_tech(struct nfc_digital_dev *ddev, u8 *rf_tech) in st95hf_tg_get_rf_tech() argument 1020 u8 rf_tech; in st95hf_switch_rf() local 1023 rf_tech = ddev->curr_rf_tech; in st95hf_switch_rf() 1027 return st95hf_select_protocol(stcontext, rf_tech); in st95hf_switch_rf()
|
Completed in 14 milliseconds