Home
last modified time | relevance | path

Searched refs:hci_muxed (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/nfc/nfcmrvl/
H A Duart.c15 static unsigned int hci_muxed; variable
110 config.hci_muxed = hci_muxed; in nfcmrvl_nci_uart_open()
197 module_param(hci_muxed, uint, 0);
198 MODULE_PARM_DESC(hci_muxed, "Tell if transport is muxed in HCI one.");
H A Dmain.c56 if (priv->config.hci_muxed) { in nfcmrvl_nci_send()
131 if (priv->config.hci_muxed) in nfcmrvl_nci_register_dev()
202 if (priv->config.hci_muxed) { in nfcmrvl_nci_recv_frame()
264 pdata->hci_muxed = of_property_read_bool(node, "hci-muxed"); in nfcmrvl_parse_dt()
H A Dnfcmrvl.h59 bool hci_muxed; member