Home
last modified time | relevance | path

Searched refs:curs (Results 1 – 3 of 3) sorted by relevance

/drivers/video/console/
Dvgacon.c671 int curs, cure; in vgacon_set_cursor_size() local
686 curs = inb_p(vga_video_port_val); in vgacon_set_cursor_size()
690 curs = 0; in vgacon_set_cursor_size()
694 curs = (curs & 0xc0) | from; in vgacon_set_cursor_size()
698 outb_p(curs, vga_video_port_val); in vgacon_set_cursor_size()
/drivers/net/hamradio/
Dbaycom_ser_fdx.c232 …er12_rx(struct net_device *dev, struct baycom_state *bc, struct timespec64 *ts, unsigned char curs) in ser12_rx() argument
265 if (bc->modem.ser12.last_rxbit != curs) { in ser12_rx()
266 bc->modem.ser12.last_rxbit = curs; in ser12_rx()
/drivers/gpu/drm/nouveau/
Dnv50_display.c145 int head, struct nv50_curs *curs) in nv50_curs_create() argument
160 &curs->base); in nv50_curs_create()
385 struct nv50_curs curs; member
392 #define nv50_curs(c) (&nv50_head(c)->curs)
1341 struct nv50_curs *curs = nv50_curs(crtc); in nv50_crtc_cursor_move() local
1342 struct nv50_chan *chan = nv50_chan(curs); in nv50_crtc_cursor_move()
1392 nv50_pioc_destroy(&head->curs.base); in nv50_crtc_destroy()
1485 ret = nv50_curs_create(device, disp->disp, index, &head->curs); in nv50_crtc_create()