Lines Matching defs:pipe
32 u8 pipe; member
49 u8 pipe; member
53 u8 pipe; member
153 static int nci_hci_send_data(struct nci_dev *ndev, u8 pipe, in nci_hci_send_data()
223 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_event() local
242 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_send_cmd() local
287 static void nci_hci_event_received(struct nci_dev *ndev, u8 pipe, in nci_hci_event_received()
294 static void nci_hci_cmd_received(struct nci_dev *ndev, u8 pipe, in nci_hci_cmd_received()
369 static void nci_hci_resp_received(struct nci_dev *ndev, u8 pipe, in nci_hci_resp_received()
390 static void nci_hci_hcp_message_rx(struct nci_dev *ndev, u8 pipe, in nci_hci_hcp_message_rx()
419 u8 pipe, type, instruction; in nci_hci_msg_rx_work() local
439 u8 pipe, type; in nci_hci_data_received_cb() local
506 int nci_hci_open_pipe(struct nci_dev *ndev, u8 pipe) in nci_hci_open_pipe()
531 u8 pipe; in nci_hci_create_pipe() local
557 static int nci_hci_delete_pipe(struct nci_dev *ndev, u8 pipe) in nci_hci_delete_pipe()
573 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_set_param() local
620 u8 pipe = ndev->hci_dev->gate2pipe[gate]; in nci_hci_get_param() local
656 u8 dest_host, u8 dest_gate, u8 pipe) in nci_hci_connect_gate()