HomeSort by: relevance | last modified time | path
    Searched defs:icon (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpcarm/dev/
j720tp.c 158 /* Max Y value of the n'th hard icon. */
163 /* Default raw X/Y values of the hard icon area. */
169 /* Maps the icon number to a raw keycode. */
171 /* Icon 1 */ 199,
172 /* Icon 2 */ 201,
173 /* Icon 3 */ 209,
174 /* Icon 4 */ 207
459 int icon = 0; local in function:j720tp_get_hard_icon
468 icon = 1;
470 icon = 2
    [all...]
  /src/sys/arch/hpcsh/dev/
j6x0tp.c 104 * Bottom of the n'th hard icon (n = 1..4)
449 int icon; local in function:j6x0tp_start_polling
470 icon = 0;
472 icon = j6x0tp_get_hard_icon(rawx, rawy);
474 if (icon != 0) {
475 DPRINTFN(2, ("icon %d\n", icon));
476 sc->sc_hard_icon = icon;
477 wskbd_input(sc->sc_wskbddev, WSCONS_EVENT_KEY_DOWN, icon);
639 * Return the icon number 1..4, or 0 if not inside an icon
    [all...]
  /src/sys/arch/dreamcast/dev/maple/
mmemcard.c 96 uint16_t icon; member in struct:mmem_media_info
432 printf("%s: %s, blk %d %d, inf %d, fat %d %d, dir %d %d, icon %d, data %d\n",
439 pt->pt_info.icon,

Completed in 13 milliseconds