Searched refs:get_descriptor (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/hid/surface-hid/ |
H A D | surface_hid_core.c | 46 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 D | surface_hid_core.h | 52 int (*get_descriptor)(struct surface_hid_device *shid, u8 entry, u8 *buf, size_t len); member
|
H A D | surface_hid.c | 218 shid->ops.get_descriptor = ssam_hid_get_descriptor; in surface_hid_probe()
|
H A D | surface_kbd.c | 265 shid->ops.get_descriptor = ssam_kbd_get_descriptor; in surface_kbd_probe()
|