Home
last modified time | relevance | path

Searched defs:hid (Results 1 – 9 of 9) sorted by relevance

/include/linux/
Dhiddev.h29 struct hid_device *hid; member
47 static inline int hiddev_connect(struct hid_device *hid, in hiddev_connect()
50 static inline void hiddev_disconnect(struct hid_device *hid) { } in hiddev_disconnect()
51 static inline void hiddev_hid_event(struct hid_device *hid, struct hid_field *field, in hiddev_hid_event()
53 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } in hiddev_report_event()
Dhidraw.h16 struct hid_device *hid; member
47 static inline int hidraw_report_event(struct hid_device *hid, u8 *data, int len) { return 0; } in hidraw_report_event()
48 static inline int hidraw_connect(struct hid_device *hid) { return -1; } in hidraw_connect()
49 static inline void hidraw_disconnect(struct hid_device *hid) { } in hidraw_disconnect()
Dhid_bpf.h47 struct hid_device *hid; member
217 static inline u8 *dispatch_hid_bpf_device_event(struct hid_device *hid, enum hid_report_type type, in dispatch_hid_bpf_device_event()
229 static inline void hid_bpf_destroy_device(struct hid_device *hid) {} in hid_bpf_destroy_device()
230 static inline int hid_bpf_device_init(struct hid_device *hid) { return 0; } in hid_bpf_device_init()
Dhid.h472 unsigned hid; /* hid usage code */ member
1017 static inline void hid_device_io_start(struct hid_device *hid) { in hid_device_io_start()
1037 static inline void hid_device_io_stop(struct hid_device *hid) { in hid_device_io_stop()
1240 #define hid_err(hid, fmt, ...) \ argument
1242 #define hid_notice(hid, fmt, ...) \ argument
1244 #define hid_warn(hid, fmt, ...) \ argument
1246 #define hid_info(hid, fmt, ...) \ argument
1248 #define hid_dbg(hid, fmt, ...) \ argument
1251 #define hid_err_once(hid, fmt, ...) \ argument
1253 #define hid_notice_once(hid, fmt, ...) \ argument
[all …]
Dacpi.h791 static inline bool acpi_dev_found(const char *hid) in acpi_dev_found()
796 static inline bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present()
809 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_dev()
Defi.h997 u32 hid; member
/include/uapi/linux/
Dhiddev.h38 unsigned hid; member
/include/media/
Dipu-bridge.h117 const char *hid; member
/include/acpi/
Dacpi_bus.h971 #define for_each_acpi_dev_match(adev, hid, uid, hrv) \ argument