Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/console/
Dvgacon.c657 int curs, cure; in vgacon_set_cursor_size() local
672 curs = inb_p(vga_video_port_val); in vgacon_set_cursor_size()
676 curs = 0; in vgacon_set_cursor_size()
680 curs = (curs & 0xc0) | from; in vgacon_set_cursor_size()
684 outb_p(curs, vga_video_port_val); in vgacon_set_cursor_size()
/linux-4.4.14/drivers/net/hamradio/
Dbaycom_ser_fdx.c231 …d ser12_rx(struct net_device *dev, struct baycom_state *bc, struct timeval *tv, unsigned char curs) in ser12_rx() argument
263 if (bc->modem.ser12.last_rxbit != curs) { in ser12_rx()
264 bc->modem.ser12.last_rxbit = curs; in ser12_rx()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv50_display.c137 int head, struct nv50_curs *curs) in nv50_curs_create() argument
152 &curs->base); in nv50_curs_create()
375 struct nv50_curs curs; member
382 #define nv50_curs(c) (&nv50_head(c)->curs)
1333 struct nv50_curs *curs = nv50_curs(crtc); in nv50_crtc_cursor_move() local
1334 struct nv50_chan *chan = nv50_chan(curs); in nv50_crtc_cursor_move()
1383 nv50_pioc_destroy(&head->curs.base); in nv50_crtc_destroy()
1476 ret = nv50_curs_create(device, disp->disp, index, &head->curs); in nv50_crtc_create()