Home
last modified time | relevance | path

Searched refs:get_descriptor (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/hid/surface-hid/
H A Dsurface_hid_core.c46 status = shid->ops.get_descriptor(shid, SURFACE_HID_DESC_HID, in surface_hid_load_hid_descriptor()
85 status = shid->ops.get_descriptor(shid, SURFACE_HID_DESC_ATTRS, in surface_hid_load_device_attributes()
149 status = shid->ops.get_descriptor(shid, SURFACE_HID_DESC_REPORT, buf, len); in surface_hid_parse()
H A Dsurface_hid_core.h52 int (*get_descriptor)(struct surface_hid_device *shid, u8 entry, u8 *buf, size_t len); member
H A Dsurface_hid.c218 shid->ops.get_descriptor = ssam_hid_get_descriptor; in surface_hid_probe()
H A Dsurface_kbd.c265 shid->ops.get_descriptor = ssam_kbd_get_descriptor; in surface_kbd_probe()