OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_device_s
(Results
1 - 7
of
7
) sorted by null
/external/qemu/hw/
bt.c
71
static void bt_dummy_destroy(struct
bt_device_s
*device)
79
void bt_device_init(struct
bt_device_s
*dev, struct bt_scatternet_s *net)
108
void bt_device_done(struct
bt_device_s
*dev)
110
struct
bt_device_s
**p = &dev->net->slave;
bt.h
51
struct
bt_device_s
;
57
struct
bt_device_s
*slave;
61
struct
bt_device_s
*slave, *host;
72
struct
bt_device_s
{
struct
97
void (*handle_destroy)(struct
bt_device_s
*device);
98
struct
bt_device_s
*next; /* Next in the piconet/scatternet */
107
void bt_device_init(struct
bt_device_s
*dev, struct bt_scatternet_s *net);
108
void bt_device_done(struct
bt_device_s
*dev);
137
struct
bt_device_s
device;
169
struct
bt_device_s
*bt_mouse_init(struct bt_scatternet_s *net)
[
all
...]
bt-hci.c
41
struct
bt_device_s
*conn_req_host;
74
struct
bt_device_s
device;
89
static void bt_submit_lmp(struct
bt_device_s
*bt, int length, uint8_t *data)
390
struct
bt_device_s
*slave;
516
struct
bt_device_s
*slave)
535
struct
bt_device_s
*slave)
555
struct
bt_device_s
*slave)
585
struct
bt_device_s
*slave;
628
static inline struct
bt_device_s
*bt_hci_remote_dev(struct bt_hci_s *hci,
677
struct
bt_device_s
*slave
[
all
...]
bt-hid.c
513
static void bt_hid_destroy(struct
bt_device_s
*dev)
533
static struct
bt_device_s
*bt_hid_init(struct bt_scatternet_s *net,
567
struct
bt_device_s
*bt_keyboard_init(struct bt_scatternet_s *net)
bt-l2cap.c
[
all
...]
/external/qemu/
vl-android.c
799
static struct
bt_device_s
*bt_device_add(const char *opt)
[
all
...]
vl.c
607
static struct
bt_device_s
*bt_device_add(const char *opt)
[
all
...]
Completed in 766 milliseconds