Searched refs:tmp_loc (Results 1 – 2 of 2) sorted by relevance
777 struct hid_location tmp_loc = sc->sc_loc_key[0]; in hkbd_intr_callback() local779 if (tmp_loc.count > HKBD_NKEYCODE) in hkbd_intr_callback()780 tmp_loc.count = HKBD_NKEYCODE; in hkbd_intr_callback()781 while (tmp_loc.count--) { in hkbd_intr_callback()783 hid_get_udata(buf, len, &tmp_loc); in hkbd_intr_callback()785 tmp_loc.pos += tmp_loc.size; in hkbd_intr_callback()
854 struct hid_location tmp_loc = sc->sc_loc_key[0]; in ukbd_intr_callback() local856 if (tmp_loc.count > UKBD_NKEYCODE) in ukbd_intr_callback()857 tmp_loc.count = UKBD_NKEYCODE; in ukbd_intr_callback()858 while (tmp_loc.count--) { in ukbd_intr_callback()860 hid_get_udata(sc->sc_buffer, len, &tmp_loc); in ukbd_intr_callback()862 tmp_loc.pos += tmp_loc.size; in ukbd_intr_callback()