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

  /external/bluetooth/bluez/tools/
hciconfig.c 168 static void cmd_rstat(int ctl, int hdev, char *opt)
171 if (ioctl(ctl, HCIDEVRESTAT, hdev) < 0) {
173 hdev, strerror(errno), errno);
178 static void cmd_scan(int ctl, int hdev, char *opt)
182 dr.dev_id = hdev;
193 hdev, strerror(errno), errno);
198 static void cmd_le_addr(int ctl, int hdev, char *opt)
208 if (hdev < 0)
209 hdev = hci_get_route(NULL);
211 dd = hci_open_dev(hdev);
    [all...]
  /external/kernel-headers/original/linux/
hid.h 517 static inline void *hid_get_drvdata(struct hid_device *hdev)
519 return dev_get_drvdata(&hdev->dev);
522 static inline void hid_set_drvdata(struct hid_device *hdev, void *data)
524 dev_set_drvdata(&hdev->dev, data);
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/qemu/
usb-linux.c 207 USBHostDevice *hdev; member in struct:AsyncURB
294 USBHostDevice *s = aurb->hdev;
444 aurb->hdev = s;
584 aurb->hdev = s;
    [all...]
  /external/bluetooth/bluez/health/
hdp.c 2156 struct hdp_device *hdev; local
    [all...]

Completed in 114 milliseconds