Home
last modified time | relevance | path

Searched refs:in_configure_hw (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/nfc/
H A Ddigital.h14 * Configuration types for in_configure_hw and tg_configure_hw.
22 * RF technology values passed as param argument to in_configure_hw and
36 * Framing configuration passed as param argument to in_configure_hw and
94 * @in_configure_hw: Hardware configuration for RF technology and communication
97 * previously set with in_configure_hw. The peer response is returned
147 int (*in_configure_hw)(struct nfc_digital_dev *ddev, int type, member
/linux/net/nfc/
H A Ddigital_core.c259 rc = ddev->ops->in_configure_hw(ddev, type, param); in digital_in_configure_hw()
261 pr_err("in_configure_hw failed: %d\n", rc); in digital_in_configure_hw()
760 if (!ops->in_configure_hw || !ops->in_send_cmd || !ops->tg_listen || in nfc_digital_allocate_device()
/linux/drivers/nfc/
H A Dnfcsim.c323 .in_configure_hw = nfcsim_in_configure_hw,
H A Dport100.c1470 .in_configure_hw = port100_in_configure_hw,
H A Dtrf7970a.c1917 .in_configure_hw = trf7970a_in_configure_hw,
/linux/drivers/nfc/st95hf/
H A Dcore.c1039 .in_configure_hw = st95hf_in_configure_hw,