OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DP
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/stand/
ls.c
84
typedef struct dirent
DP
;
89
register char *
dp
;
local
94
for (
dp
= dirbuf; (
dp
< (dirbuf + size)) &&
95
(
dp
+ ((
DP
*)
dp
)->d_reclen) < (dirbuf + size);
96
dp
+= ((
DP
*)
dp
)->d_reclen)
[
all
...]
/src/share/examples/rump/virtual_ip_router/
rumprouter.c
58
#define
DP
if (1) printf
60
#define
DP
if (0) printf
71
DP
("Entering %s\n", __FUNCTION__);
73
DP
("Create an interface(%s)\n", ifname);
79
DP
("Get a socket for configuring the interface\n");
104
DP
("Set the addresses\n");
110
DP
("Done with %s\n", __FUNCTION__);
126
DP
("Entering %s\n", __FUNCTION__);
128
DP
("Open a routing socket\n");
168
DP
("Set the route\n")
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
ior.h
32
DP
,
39
/* Armed
DP
state. */
45
}
dp
;
member in struct:nvkm_ior
88
}
dp
;
member in struct:nvkm_ior_func
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_types.h
189
* encoder are flushed (for example for
DP
AUX transactions) and
245
* from HDCP over
DP
, so to account for these differences, we need to
249
* -
DP
AUX vs. DDC
250
* HDCP registers on the receiver are set via
DP
AUX for
DP
, and
253
* The offsets of the registers are different for
DP
vs. HDMI
256
* place on
DP
vs HDMI
258
* Seriously. In the
DP
spec, the 16-bit register containing
260
* BSTATUS. To confuse matters further,
DP
has a BSTATUS register
263
* On HDMI, the ksv fifo is read all at once, whereas on
DP
it mus
1344
struct intel_
dp
dp
;
member in struct:intel_digital_port
[
all
...]
intel_dp.c
76
/*
DP
DSC throughput values used for slice count calculations KPixels/s */
81
/*
DP
DSC FEC Overhead factor = 1/(0.972261) */
132
/* Constants for
DP
DSC configurations */
142
* @intel_dp:
DP
struct
144
* If a CPU or PCH
DP
output is attached to an eDP panel, this function
576
DRM_DEBUG_KMS("Unsupported slice width %d by
DP
DSC Sink device\n",
603
* Older platforms don't like hdisplay==4096 with
DP
.
754
#define with_pps_lock(
dp
, wf) \
755
for ((wf) = pps_lock(
dp
); (wf); (wf) = pps_unlock((
dp
), (wf))
6266
struct intel_
dp
*
dp
= &intel_dig_port->
dp
;
local
6318
struct intel_
dp
*
dp
= &intel_dig_port->
dp
;
local
[
all
...]
Completed in 21 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026