Lines Matching defs:fb
251 rbox_reset(struct diofb *fb, int scode, struct diofbreg *fbr) in rbox_reset()
273 rbox_restore(struct diofb *fb) in rbox_restore()
312 CM1RED(fb)[0x00].value = 0x00; in rbox_restore() local
313 CM1GRN(fb)[0x00].value = 0x00; in rbox_restore() local
314 CM1BLU(fb)[0x00].value = 0x00; in rbox_restore() local
315 CM1RED(fb)[0x01].value = 0xFF; in rbox_restore() local
316 CM1GRN(fb)[0x01].value = 0xFF; in rbox_restore() local
317 CM1BLU(fb)[0x01].value = 0xFF; in rbox_restore() local
319 CM2RED(fb)[0x00].value = 0x00; in rbox_restore() local
320 CM2GRN(fb)[0x00].value = 0x00; in rbox_restore() local
321 CM2BLU(fb)[0x00].value = 0x00; in rbox_restore() local
322 CM2RED(fb)[0x01].value = 0xFF; in rbox_restore() local
323 CM2GRN(fb)[0x01].value = 0xFF; in rbox_restore() local
324 CM2BLU(fb)[0x01].value = 0xFF; in rbox_restore() local
337 struct diofb *fb = v; in rbox_ioctl() local
372 rbox_windowmove(struct diofb *fb, uint16_t sx, uint16_t sy, in rbox_windowmove()
406 struct diofb *fb = &diofb_cn; in rboxcnattach() local