Lines Matching refs:pipe
37 /* Connectivity pipe only */
39 /* Connectivity + APDU Reader pipe */
94 /* Here are the mandatory pipe for st_nci */
164 * Doing a clear all pipe is a bad idea because:
167 * (such as removing connectivity or APDU reader pipe)
169 * - get a pipe list for each host.
172 * - get pipe information
173 * - match retrieved pipe list in st_nci_gates
184 /* Get pipe list */
202 * Match pipe ID and gate ID
204 * - pipe state (1byte)
213 pr_err("Unexpected apdu_reader pipe on host %x\n",
226 ndev->hci_dev->init_data.gates[j].pipe = pipe_info[2];
239 * 3 gates have a well known pipe ID. Only NCI_HCI_LINK_MGMT_GATE
362 void st_nci_hci_event_received(struct nci_dev *ndev, u8 pipe,
365 u8 gate = ndev->hci_dev->pipes[pipe].gate;
366 u8 host = ndev->hci_dev->pipes[pipe].host;
382 void st_nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe, u8 cmd,
386 u8 gate = ndev->hci_dev->pipes[pipe].gate;
393 ndev->hci_dev->pipes[pipe].host != ST_NCI_UICC_HOST_ID)