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

  /external/kernel-headers/original/linux/
hidraw.h 53 struct hid_device *hid;
76 void hidraw_report_event(struct hid_device *, u8 *, int);
77 int hidraw_connect(struct hid_device *);
78 void hidraw_disconnect(struct hid_device *);
82 static inline void hidraw_report_event(struct hid_device *hid, u8 *data, int len) { }
83 static inline int hidraw_connect(struct hid_device *hid) { return -1; }
84 static inline void hidraw_disconnect(struct hid_device *hid) { }
hid.h 412 struct hid_device *device; /* associated device */
460 struct hid_device { /* device report descriptor */ struct
496 int (*ff_init)(struct hid_device *);
499 int (*hiddev_connect)(struct hid_device *, unsigned int);
500 void (*hiddev_disconnect)(struct hid_device *);
501 void (*hiddev_hid_event) (struct hid_device *, struct hid_field *field,
503 void (*hiddev_report_event) (struct hid_device *, struct hid_report *);
506 int (*hid_output_raw_report) (struct hid_device *, __u8 *, size_t, unsigned char);
517 static inline void *hid_get_drvdata(struct hid_device *hdev)
522 static inline void hid_set_drvdata(struct hid_device *hdev, void *data
    [all...]

Completed in 1509 milliseconds