Searched defs:curs (Results 1 - 3 of 3) sorted by relevance

/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c231 static __inline__ void ser12_rx(struct net_device *dev, struct baycom_state *bc, struct timeval *tv, unsigned char curs) argument
263 if (bc->modem.ser12.last_rxbit != curs) {
264 bc->modem.ser12.last_rxbit = curs;
/drivers/gpu/drm/nouveau/
H A Dnv50_display.c116 nv50_curs_create(struct nvif_object *disp, int head, struct nv50_curs *curs) argument
131 &curs->base);
350 struct nv50_curs curs; member in struct:nv50_head
357 #define nv50_curs(c) (&nv50_head(c)->curs)
1282 struct nv50_curs *curs = nv50_curs(crtc); local
1283 struct nv50_chan *chan = nv50_chan(curs);
1321 nv50_pioc_destroy(&head->curs.base);
1425 ret = nv50_curs_create(disp->disp, index, &head->curs);
/drivers/video/console/
H A Dvgacon.c657 int curs, cure; local
672 curs = inb_p(vga_video_port_val);
676 curs = 0;
680 curs = (curs & 0xc0) | from;
684 outb_p(curs, vga_video_port_val);

Completed in 334 milliseconds