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()
768 struct hid_location tmp_loc = sc->sc_loc_key[0]; in ukbd_intr_callback() local770 if (tmp_loc.count > UKBD_NKEYCODE) in ukbd_intr_callback()771 tmp_loc.count = UKBD_NKEYCODE; in ukbd_intr_callback()772 while (tmp_loc.count--) { in ukbd_intr_callback()774 hid_get_udata(sc->sc_buffer, len, &tmp_loc); in ukbd_intr_callback()776 tmp_loc.pos += tmp_loc.size; in ukbd_intr_callback()