Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dcurs507a.c56 if (asyh->curs.handle != handle || asyh->curs.offset != offset) { in curs507a_prepare()
57 asyh->curs.handle = handle; in curs507a_prepare()
58 asyh->curs.offset = offset; in curs507a_prepare()
59 asyh->set.curs = asyh->curs.visible; in curs507a_prepare()
67 asyh->curs.visible = false; in curs507a_release()
81 asyh->curs.visible = asyw->state.visible; in curs507a_acquire()
82 if (ret || !asyh->curs.visible) in curs507a_acquire()
Dhead.c42 if (clr.curs) head->func->curs_clr(head); in nv50_head_flush_clr()
58 if (asyh->set.curs ) head->func->curs_set(head, asyh); in nv50_head_flush_set()
341 asyh->curs.visible = false; in nv50_head_atomic_check()
355 if (asyh->curs.visible) { in nv50_head_atomic_check()
356 if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs))) in nv50_head_atomic_check()
357 asyh->set.curs = true; in nv50_head_atomic_check()
359 if (armh->curs.visible) { in nv50_head_atomic_check()
360 asyh->clr.curs = true; in nv50_head_atomic_check()
373 asyh->clr.curs = armh->curs.visible; in nv50_head_atomic_check()
376 asyh->set.curs = asyh->curs.visible; in nv50_head_atomic_check()
[all …]
Dhead917d.c71 case 32: asyh->curs.layout = 0; break; in head917d_curs_layout()
72 case 64: asyh->curs.layout = 1; break; in head917d_curs_layout()
73 case 128: asyh->curs.layout = 2; break; in head917d_curs_layout()
74 case 256: asyh->curs.layout = 3; break; in head917d_curs_layout()
Dhead507d.c125 evo_data(push, 0x80000000 | asyh->curs.layout << 26 | in head507d_curs_set()
126 asyh->curs.format << 24); in head507d_curs_set()
127 evo_data(push, asyh->curs.offset >> 8); in head507d_curs_set()
137 case 0xcf: asyh->curs.format = 1; break; in head507d_curs_format()
150 case 32: asyh->curs.layout = 0; break; in head507d_curs_layout()
151 case 64: asyh->curs.layout = 1; break; in head507d_curs_layout()
195 asyh->set.curs = asyh->curs.visible; in head507d_core_set()
211 (asyh->core.visible = asyh->curs.visible)) { in head507d_core_calc()
Dhead827d.c46 evo_data(push, 0x80000000 | asyh->curs.layout << 26 | in head827d_curs_set()
47 asyh->curs.format << 24); in head827d_curs_set()
48 evo_data(push, asyh->curs.offset >> 8); in head827d_curs_set()
50 evo_data(push, asyh->curs.handle); in head827d_curs_set()
Dheadc37d.c104 asyh->curs.layout << 8 | in headc37d_curs_set()
105 asyh->curs.format << 0); in headc37d_curs_set()
108 evo_data(push, asyh->curs.handle); in headc37d_curs_set()
110 evo_data(push, asyh->curs.offset >> 8); in headc37d_curs_set()
119 asyh->curs.format = asyw->image.format; in headc37d_curs_format()
Dhead907d.c144 evo_data(push, 0x80000000 | asyh->curs.layout << 26 | in head907d_curs_set()
145 asyh->curs.format << 24); in head907d_curs_set()
146 evo_data(push, asyh->curs.offset >> 8); in head907d_curs_set()
148 evo_data(push, asyh->curs.handle); in head907d_curs_set()
Datom.h84 } curs; member
122 bool curs:1; member
DKbuild39 nouveau-y += dispnv50/curs.o
/Linux-v4.19/net/smc/
Dsmc_cdc.h80 static inline void smc_curs_add(int size, union smc_host_cursor *curs, in smc_curs_add() argument
83 curs->count += value; in smc_curs_add()
84 if (curs->count >= size) { in smc_curs_add()
85 curs->wrap++; in smc_curs_add()
86 curs->count -= size; in smc_curs_add()
91 static inline u64 smc_curs_read(union smc_host_cursor *curs, in smc_curs_read() argument
99 ret = curs->acurs; in smc_curs_read()
103 return atomic64_read(&curs->acurs); in smc_curs_read()
/Linux-v4.19/drivers/video/console/
Dvgacon.c681 int curs, cure; in vgacon_set_cursor_size() local
691 curs = inb_p(vga_video_port_val); in vgacon_set_cursor_size()
695 curs = 0; in vgacon_set_cursor_size()
699 curs = (curs & 0xc0) | from; in vgacon_set_cursor_size()
703 outb_p(curs, vga_video_port_val); in vgacon_set_cursor_size()
/Linux-v4.19/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()