Searched refs:HCIInfo (Results 1 – 11 of 11) sorted by relevance
/external/qemu/ |
D | bt-host.c | 39 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()
|
D | net.h | 100 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
|
D | bt-host.h | 4 struct HCIInfo; 7 struct HCIInfo *bt_host_hci(const char *id);
|
D | bt-vhci.c | 30 struct HCIInfo *info; 138 void bt_vhci_init(struct HCIInfo *info) in bt_vhci_init()
|
D | qemu-common.h | 255 typedef struct HCIInfo HCIInfo; typedef
|
D | vl.c | 490 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()
|
D | vl-android.c | 686 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/ |
D | bt-hci.c | 73 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()
|
D | usb.h | 266 USBDevice *usb_bt_init(HCIInfo *hci);
|
D | bt-hci-csr.c | 48 struct HCIInfo *hci;
|
D | bt.h | 111 struct HCIInfo *bt_new_hci(struct bt_scatternet_s *net); 114 void bt_vhci_init(struct HCIInfo *info);
|