Lines Matching defs:pipe
20 u8 pipe; member
37 u8 pipe; member
41 u8 pipe; member
141 static int nci_hci_send_data(struct nci_dev *ndev, u8 pipe, in nci_hci_send_data()
211 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_event() local
230 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_cmd() local
275 static void nci_hci_event_received(struct nci_dev *ndev, u8 pipe, in nci_hci_event_received()
282 static void nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe, in nci_hci_cmd_received()
365 static void nci_hci_resp_received(struct nci_dev *ndev, u8 pipe, in nci_hci_resp_received()
386 static void nci_hci_hcp_message_rx(struct nci_dev *ndev, u8 pipe, in nci_hci_hcp_message_rx()
415 u8 pipe, type, instruction; in nci_hci_msg_rx_work() local
435 u8 pipe, type; in nci_hci_data_received_cb() local
503 int nci_hci_open_pipe(struct nci_dev *ndev, u8 pipe) in nci_hci_open_pipe()
528 u8 pipe; in nci_hci_create_pipe() local
554 static int nci_hci_delete_pipe(struct nci_dev *ndev, u8 pipe) in nci_hci_delete_pipe()
570 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_set_param() local
617 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_get_param() local
653 u8 dest_host, u8 dest_gate, u8 pipe) in nci_hci_connect_gate()