Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-holtek-kbd.c125 struct usb_interface *boot_interface = usb_ifnum_to_if(usb_dev, 0); in holtek_kbd_input_event() local
129 if (unlikely(boot_interface == NULL)) in holtek_kbd_input_event()
132 boot_hid = usb_get_intfdata(boot_interface); in holtek_kbd_input_event()