Home
last modified time | relevance | path

Searched refs:HCIInfo (Results 1 – 11 of 11) sorted by relevance

/external/qemu/
Dbt-host.c39 struct HCIInfo hci;
46 static void bt_host_send(struct HCIInfo *hci, in bt_host_send()
67 static void bt_host_cmd(struct HCIInfo *hci, const uint8_t *data, int len) in bt_host_cmd()
72 static void bt_host_acl(struct HCIInfo *hci, const uint8_t *data, int len) in bt_host_acl()
77 static void bt_host_sco(struct HCIInfo *hci, const uint8_t *data, int len) in bt_host_sco()
140 static int bt_host_bdaddr_set(struct HCIInfo *hci, const uint8_t *bd_addr) in bt_host_bdaddr_set()
145 struct HCIInfo *bt_host_hci(const char *id) in bt_host_hci()
192 struct HCIInfo *bt_host_hci(const char *id) in bt_host_hci()
Dnet.h100 struct HCIInfo { struct
101 int (*bdaddr_set)(struct HCIInfo *hci, const uint8_t *bd_addr); argument
102 void (*cmd_send)(struct HCIInfo *hci, const uint8_t *data, int len); argument
103 void (*sco_send)(struct HCIInfo *hci, const uint8_t *data, int len); argument
104 void (*acl_send)(struct HCIInfo *hci, const uint8_t *data, int len); argument
110 struct HCIInfo *qemu_next_hci(void); argument
Dbt-host.h4 struct HCIInfo;
7 struct HCIInfo *bt_host_hci(const char *id);
Dbt-vhci.c30 struct HCIInfo *info;
138 void bt_vhci_init(struct HCIInfo *info) in bt_vhci_init()
Dqemu-common.h255 typedef struct HCIInfo HCIInfo; typedef
Dvl.c490 static struct HCIInfo *hci_table[MAX_NICS];
515 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len) in null_hci_send()
519 static int null_hci_addr_set(struct HCIInfo *hci, const uint8_t *bd_addr) in null_hci_addr_set()
524 static struct HCIInfo null_hci = {
531 struct HCIInfo *qemu_next_hci(void) in qemu_next_hci()
539 static struct HCIInfo *hci_init(const char *str) in hci_init()
571 struct HCIInfo *hci; in bt_hci_parse()
Dvl-android.c686 static struct HCIInfo *hci_table[MAX_NICS];
711 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len) in null_hci_send()
715 static int null_hci_addr_set(struct HCIInfo *hci, const uint8_t *bd_addr) in null_hci_addr_set()
720 static struct HCIInfo null_hci = {
727 struct HCIInfo *qemu_next_hci(void) in qemu_next_hci()
735 static struct HCIInfo *hci_init(const char *str) in hci_init()
767 struct HCIInfo *hci; in bt_hci_parse()
/external/qemu/hw/
Dbt-hci.c73 struct HCIInfo info;
1463 static void bt_submit_hci(struct HCIInfo *info, in bt_submit_hci()
2008 static void bt_submit_acl(struct HCIInfo *info, in bt_submit_acl()
2078 static void bt_submit_sco(struct HCIInfo *info, in bt_submit_sco()
2128 static int bt_hci_bdaddr_set(struct HCIInfo *info, const uint8_t *bd_addr) in bt_hci_bdaddr_set()
2136 static void bt_hci_done(struct HCIInfo *info);
2144 struct HCIInfo *bt_new_hci(struct bt_scatternet_s *net) in bt_new_hci()
2183 static void bt_hci_done(struct HCIInfo *info) in bt_hci_done()
Dusb.h266 USBDevice *usb_bt_init(HCIInfo *hci);
Dbt-hci-csr.c48 struct HCIInfo *hci;
Dbt.h111 struct HCIInfo *bt_new_hci(struct bt_scatternet_s *net);
114 void bt_vhci_init(struct HCIInfo *info);