Home
last modified time | relevance | path

Searched refs:viewed (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v5.4/drivers/tty/vt/
Dvc_screen.c185 vcs_vc(struct inode *inode, int *viewed) in vcs_vc() argument
193 if (viewed) in vcs_vc()
194 *viewed = 1; in vcs_vc()
197 if (viewed) in vcs_vc()
198 *viewed = 0; in vcs_vc()
250 int attr, uni_mode, row, col, maxcol, viewed; in vcs_read() local
269 vc = vcs_vc(inode, &viewed); in vcs_read()
332 vc_uniscr_copy_line(vc, con_buf0, viewed, in vcs_read()
341 org = screen_pos(vc, p, viewed); in vcs_read()
347 org = screen_pos(vc, p, viewed); in vcs_read()
[all …]
Dvt.c293 static inline unsigned short *screenpos(struct vc_data *vc, int offset, int viewed) in screenpos() argument
297 if (!viewed) in screenpos()
548 void vc_uniscr_copy_line(struct vc_data *vc, void *dest, int viewed, in vc_uniscr_copy_line() argument
557 pos = (unsigned long)screenpos(vc, offset, viewed); in vc_uniscr_copy_line()
754 void invert_screen(struct vc_data *vc, int offset, int count, int viewed) in invert_screen() argument
761 p = screenpos(vc, offset, viewed); in invert_screen()
4641 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) in screen_pos() argument
4643 return screenpos(vc, 2 * w_offset, viewed); in screen_pos()
/Linux-v5.4/include/linux/
Dselection.h34 extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed);
48 extern void vc_uniscr_copy_line(struct vc_data *vc, void *dest, int viewed,
/Linux-v5.4/Documentation/networking/
Dxfrm_proc.txt11 as part of the linux private MIB. These counters can be viewed in
Dtuntap.txt202 Virtual network device can be viewed as a simple Point-to-Point or
Dudplite.txt230 and can (with newer versions of netstat) be viewed using
/Linux-v5.4/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_find.txt27 event ID is assigned dynamically and can be viewed in event's format file,
/Linux-v5.4/net/sctp/
DKconfig47 identifying memory leaks. This debug information can be viewed by
/Linux-v5.4/Documentation/devicetree/bindings/bus/
Duniphier-system-bus.txt9 within each bank to the CPU-viewed address. The needed setup includes the base
/Linux-v5.4/tools/perf/Documentation/
Dperf-timechart.txt23 that can be viewed with popular SVG viewers such as 'Inkscape'. Depending
/Linux-v5.4/Documentation/media/kapi/
Drc-core.rst36 In other words, a typical IR transmission can be viewed as a sequence of
/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-camera.rst116 right (clockwise when viewed from above), a negative value to the
137 when viewed from above), negative values to the left. Drivers should
503 right (clockwise when viewed from above), a negative value to the
/Linux-v5.4/arch/m68k/fpsp040/
Dbindec.S33 | value is viewed as 2^^e * 1.f in extended precision.
218 | imated by adding e + 0.f when the original value is viewed
/Linux-v5.4/Documentation/process/
Dcode-of-conduct-interpretation.rst77 rejecting unsuitable contributions are not viewed as a violation of the
/Linux-v5.4/Documentation/input/devices/
Dxpad.rst233 Later changes may be viewed with
/Linux-v5.4/Documentation/filesystems/
Dafs.txt210 and cell, eg: "afs@<cellname>". This can be viewed with the keyctl program or
/Linux-v5.4/Documentation/vm/
Dnuma.rst19 Each of the 'cells' may be viewed as an SMP [symmetric multi-processor] subset
/Linux-v5.4/Documentation/admin-guide/
Dmodule-signing.rst182 The kernel contains a ring of public keys that can be viewed by root. They're
/Linux-v5.4/Documentation/security/
Dlsm.rst141 object, all of the hooks can be viewed as falling into two major
/Linux-v5.4/Documentation/networking/device_drivers/aquantia/
Datlantic.txt169 ITR mode, TX/RX coalescing timings could be viewed with:
/Linux-v5.4/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst168 and the optional set of nodes can be viewed as the arguments to the
212 allocation policy can be viewed as a Preferred policy that
/Linux-v5.4/Documentation/networking/device_drivers/3com/
Dvortex.txt274 but this has to be viewed as a workaround for broken network gear and
/Linux-v5.4/Documentation/gpu/
Di915.rst286 integer. Such a context should be viewed by user-space as -loosely-
/Linux-v5.4/Documentation/filesystems/caching/
Dfscache.txt341 list of all the objects currently allocated and allow them to be viewed
/Linux-v5.4/drivers/net/
DKconfig291 programs. It can be viewed as a simple Point-to-Point or Ethernet

12