Searched refs:hid_ops (Results 1 – 5 of 5) sorted by relevance
41 const struct hid_ops *legacy_ops;59 static const struct hid_ops *get_legacy_ops(const struct device *dev) in get_legacy_ops()74 const struct hid_ops *legacy_ops = get_legacy_ops(dev); in wrapper_get_report()96 const struct hid_ops *legacy_ops = get_legacy_ops(dev); in wrapper_set_report()125 const struct hid_ops *legacy_ops = get_legacy_ops(dev); in wrapper_set_protocol()137 const struct hid_ops *legacy_ops = get_legacy_ops(dev); in wrapper_input_report_done()208 const struct hid_ops *ops) in usb_hid_register_device()
47 struct hid_ops { struct73 const struct hid_ops *op); argument
132 static const struct hid_ops ops = {
137 const struct hid_ops *ops;676 size_t size, const struct hid_ops *ops) in usb_hid_register_device()
222 instead the interface is provided by :c:struct:`hid_ops`.236 for :c:struct:`hid_ops` is to provide ``int_in_ready`` callback.281 static const struct hid_ops my_ops = {