HomeSort by relevance Sort by last modified time
    Searched refs:bt_device_s (Results 1 - 7 of 7) sorted by null

  /external/qemu/hw/
bt.c 72 static void bt_dummy_destroy(struct bt_device_s *device)
80 void bt_device_init(struct bt_device_s *dev, struct bt_scatternet_s *net)
109 void bt_device_done(struct bt_device_s *dev)
111 struct bt_device_s **p = &dev->net->slave;
bt.h 53 struct bt_device_s;
59 struct bt_device_s *slave;
63 struct bt_device_s *slave, *host;
74 struct bt_device_s { struct
99 void (*handle_destroy)(struct bt_device_s *device);
100 struct bt_device_s *next; /* Next in the piconet/scatternet */
109 void bt_device_init(struct bt_device_s *dev, struct bt_scatternet_s *net);
110 void bt_device_done(struct bt_device_s *dev);
139 struct bt_device_s device;
171 struct bt_device_s *bt_mouse_init(struct bt_scatternet_s *net)
    [all...]
bt-hci.c 43 struct bt_device_s *conn_req_host;
76 struct bt_device_s device;
91 static void bt_submit_lmp(struct bt_device_s *bt, int length, uint8_t *data)
392 struct bt_device_s *slave;
518 struct bt_device_s *slave)
537 struct bt_device_s *slave)
557 struct bt_device_s *slave)
587 struct bt_device_s *slave;
630 static inline struct bt_device_s *bt_hci_remote_dev(struct bt_hci_s *hci,
679 struct bt_device_s *slave
    [all...]
bt-hid.c 514 static void bt_hid_destroy(struct bt_device_s *dev)
534 static struct bt_device_s *bt_hid_init(struct bt_scatternet_s *net,
568 struct bt_device_s *bt_keyboard_init(struct bt_scatternet_s *net)
bt-l2cap.c     [all...]
  /external/qemu/
vl-android.c     [all...]
vl.c     [all...]

Completed in 1858 milliseconds