Searched refs:get_descriptor (Results 1 - 4 of 4) sorted by last modified time

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

Completed in 154 milliseconds