Searched refs:hdev (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluez/tools/ |
D | hciconfig.c | 168 static void cmd_rstat(int ctl, int hdev, char *opt) in cmd_rstat() argument 171 if (ioctl(ctl, HCIDEVRESTAT, hdev) < 0) { in cmd_rstat() 173 hdev, strerror(errno), errno); in cmd_rstat() 178 static void cmd_scan(int ctl, int hdev, char *opt) in cmd_scan() argument 182 dr.dev_id = hdev; in cmd_scan() 193 hdev, strerror(errno), errno); in cmd_scan() 198 static void cmd_le_addr(int ctl, int hdev, char *opt) in cmd_le_addr() argument 208 if (hdev < 0) in cmd_le_addr() 209 hdev = hci_get_route(NULL); in cmd_le_addr() 211 dd = hci_open_dev(hdev); in cmd_le_addr() [all …]
|
/external/kernel-headers/original/linux/ |
D | hid.h | 517 static inline void *hid_get_drvdata(struct hid_device *hdev) in hid_get_drvdata() argument 519 return dev_get_drvdata(&hdev->dev); in hid_get_drvdata() 522 static inline void hid_set_drvdata(struct hid_device *hdev, void *data) in hid_set_drvdata() argument 524 dev_set_drvdata(&hdev->dev, data); in hid_set_drvdata() 622 int (*raw_event)(struct hid_device *hdev, struct hid_report *report, 625 int (*event)(struct hid_device *hdev, struct hid_field *field, 628 void (*report_fixup)(struct hid_device *hdev, __u8 *buf, 631 int (*input_mapping)(struct hid_device *hdev, 634 int (*input_mapped)(struct hid_device *hdev, 638 int (*suspend)(struct hid_device *hdev, pm_message_t message); [all …]
|
/external/bluetooth/bluez/health/ |
D | hdp.c | 2156 struct hdp_device *hdev; in hdp_device_register() local 2161 hdev = l->data; in hdp_device_register() 2162 hdev->sdp_present = TRUE; in hdp_device_register() 2166 hdev = create_health_device(conn, device); in hdp_device_register() 2167 if (!hdev) in hdp_device_register() 2170 hdev->sdp_present = TRUE; in hdp_device_register() 2172 devices = g_slist_prepend(devices, hdev); in hdp_device_register()
|
/external/qemu/ |
D | usb-linux.c | 207 USBHostDevice *hdev; member 294 USBHostDevice *s = aurb->hdev; in async_cancel() 444 aurb->hdev = s; in usb_host_handle_data() 584 aurb->hdev = s; in usb_host_handle_control()
|