Searched refs:cursorp (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | bt485.c | 336 bt485_set_cursor(rc, cursorp) in bt485_set_cursor() argument 338 struct wsdisplay_cursor *cursorp; 345 v = cursorp->which; 352 index = cursorp->cmap.index; 353 count = cursorp->cmap.count; 358 if ((u_int)cursorp->size.x > CURSOR_MAX_SIZE || 359 (u_int)cursorp->size.y > CURSOR_MAX_SIZE) 365 data->curpos = cursorp->pos; 367 data->curhot = cursorp->hot; 375 data->curenb = cursorp->enable; [all …]
|
| D | bt463.c | 108 struct wsdisplay_cursor *cursorp); 110 struct wsdisplay_cursor *cursorp); 112 struct wsdisplay_cursor *cursorp); 426 bt463_check_curcmap(rc, cursorp) in bt463_check_curcmap() argument 428 struct wsdisplay_cursor *cursorp; 434 index = cursorp->cmap.index; 435 count = cursorp->cmap.count; 440 if ((error = copyin(&cursorp->cmap.red, &spare, count)) != 0) 442 if ((error = copyin(&cursorp->cmap.green, &spare, count)) != 0) 444 if ((error = copyin(&cursorp->cmap.blue, &spare, count)) != 0) [all …]
|
| D | ibm561.c | 341 ibm561_set_cursor(rc, cursorp) in ibm561_set_cursor() argument 343 struct wsdisplay_cursor *cursorp; 349 ibm561_get_cursor(rc, cursorp) in ibm561_get_cursor() argument 351 struct wsdisplay_cursor *cursorp;
|
| /mirbsd/src/sys/dev/pci/ |
| D | tga.c | 872 tga_builtin_set_cursor(dc, cursorp) in tga_builtin_set_cursor() argument 874 struct wsdisplay_cursor *cursorp; 881 v = cursorp->which; 883 error = dcrf->ramdac_check_curcmap(dcrc, cursorp); 888 if ((u_int)cursorp->size.x != 64 || 889 (u_int)cursorp->size.y > 64) 897 if (cursorp->enable) 906 ((cursorp->pos.y & 0xfff) << 12) | (cursorp->pos.x & 0xfff)); 910 dcrf->ramdac_set_curcmap(dcrc, cursorp); 914 count = (cursorp->size.y * 64 * 2) / NBBY; [all …]
|