Searched refs:tmp_loc (Results 1 – 2 of 2) sorted by relevance
692 struct hid_location tmp_loc = sc->sc_loc_key[0]; in hkbd_intr_callback() local694 if (tmp_loc.count > HKBD_NKEYCODE) in hkbd_intr_callback()695 tmp_loc.count = HKBD_NKEYCODE; in hkbd_intr_callback()696 while (tmp_loc.count--) { in hkbd_intr_callback()698 hid_get_udata(buf, len, &tmp_loc); in hkbd_intr_callback()700 tmp_loc.pos += tmp_loc.size; in hkbd_intr_callback()
767 struct hid_location tmp_loc = sc->sc_loc_key[0]; in ukbd_intr_callback() local769 if (tmp_loc.count > UKBD_NKEYCODE) in ukbd_intr_callback()770 tmp_loc.count = UKBD_NKEYCODE; in ukbd_intr_callback()771 while (tmp_loc.count--) { in ukbd_intr_callback()773 hid_get_udata(sc->sc_buffer, len, &tmp_loc); in ukbd_intr_callback()775 tmp_loc.pos += tmp_loc.size; in ukbd_intr_callback()