HomeSort by: relevance | last modified time | path
    Searched defs:adjust (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp1_transition.c 40 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; local in function:mod_hdcp_hdcp1_transition
57 adjust->hdcp1.disable = 1;
117 adjust->hdcp1.postpone_encryption = 1;
164 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; local in function:mod_hdcp_hdcp1_dp_transition
173 adjust->hdcp1.disable = 1;
184 adjust->hdcp1.disable = 1;
266 adjust->hdcp1.postpone_encryption = 1;
290 adjust->hdcp1.postpone_encryption = 1
    [all...]
amdgpu_hdcp2_transition.c 40 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; local in function:mod_hdcp_hdcp2_transition
46 adjust->hdcp2.disable = 1;
59 adjust->hdcp2.disable = 1;
97 !adjust->hdcp2.force_no_stored_km) {
110 if (adjust->hdcp2.increase_h_prime_timeout)
186 adjust->hdcp2.force_no_stored_km = 1;
382 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; local in function:mod_hdcp_hdcp2_dp_transition
388 adjust->hdcp2.disable = 1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/
nouveau_nvkm_engine_dma_usernv04.c 52 u64 adjust = dmaobj->base.start & 0x00000fff; local in function:nv04_dmaobj_bind
70 nvkm_wo32(*pgpuobj, 0x00, dmaobj->flags0 | (adjust << 20));
  /src/sys/arch/hpc/stand/hpcboot/menu/
tabwindow.h 68 void adjust(RECT &rect) { function in class:TabWindowBase
101 // adjust my dialog size to tab-control
102 void adjust(void) { function in class:TabWindow
110 adjust();
  /src/lib/libc/gdtoa/
hdtoa.c 99 int adjust = 0; /* do we need to adjust the exponent? */ local in function:dorounding
108 adjust = roundup(s0, ndigits);
112 adjust = roundup(s0, ndigits);
116 adjust = roundup(s0, ndigits);
120 if (adjust)
  /src/games/cribbage/
score.c 341 * adjust takes a two card hand that will be put in the crib
346 adjust(const CARD cb[], CARD tnv __unused) function in typeref:typename:int
  /src/lib/libtelnet/
pk.c 60 static void adjust(char *, const char *);
211 adjust(secret, xkey);
213 adjust(public, xkey);
225 * Adjust the input key so that it is 0-filled on the left
228 adjust(char *keyout, const char *keyin) function in typeref:typename:void
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dce110/
amdgpu_dce110_clk_mgr.c 107 struct dc_crtc_timing_adjust adjust = stream->adjust; local in function:dce110_get_min_vblank_time_us
108 if (adjust.v_total_max != adjust.v_total_min)
109 vertical_total_min = adjust.v_total_min;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/
mod_freesync.h 118 struct dc_crtc_timing_adjust adjust; member in struct:mod_vrr_params
mod_hdcp.h 227 struct mod_hdcp_display_adjustment adjust; member in struct:mod_hdcp_display
240 struct mod_hdcp_link_adjustment adjust; member in struct:mod_hdcp_link
  /src/sbin/fsck_ext2fs/
dir.c 319 adjust(struct inodesc *idesc, short lcnt) function in typeref:typename:void
340 if (preen || reply("ADJUST") == 1) {
465 adjust(&idesc, lncntp[oldlfdir] + 1);
  /src/sbin/fsck_lfs/
dir.c 331 adjust(struct inodesc *idesc, short lcnt) function in typeref:typename:void
360 if (preen || reply("ADJUST") == 1) {
493 adjust(&idesc, lncntp[oldlfdir] + 1);
  /src/sys/dev/isa/
if_ix.c 423 uint16_t pg, adjust, decode, edecode; local in function:ix_match
559 adjust = IX_MCTRL_FMCS16 | (pg & 0x3) << 2;
564 bus_space_write_1(iot, ioh, IX_MCTRL, adjust);
  /src/sys/arch/amiga/dev/
siop.c 1050 int adjust; local in function:siop_checkintr
1051 adjust = ((dfifo - (dbc & 0x7f)) & 0x7f);
1053 ++adjust;
1055 ++adjust;
1058 acb->iob_curlen += adjust;
1060 *((long *)__UNVOLATILE(&rp->siop_dnad)) - adjust;
1064 printf ("Phase mismatch: curbuf %lx curlen %lx dfifo %x dbc %x sstat1 %x adjust %x sbcl %x starts %d acb %p\n",
1066 dbc, sstat1, adjust, rp->siop_sbcl,
1207 * Adjust the DMA chain so that the data transfer begins
siop2.c 1173 int adjust; local in function:siopng_checkintr
1174 adjust = ((dfifo - (dbc & 0x7f)) & 0x7f);
1176 ++adjust;
1178 ++adjust;
1180 ++adjust;
1182 ++adjust;
1185 acb->iob_curlen += adjust;
1187 *((long *)__UNVOLATILE(&rp->siop_dnad)) - adjust;
1191 printf ("Phase mismatch: curbuf %lx curlen %lx dfifo %x dbc %x sstat1 %x adjust %x sbcl %x starts %d acb %p\n",
1193 dbc, sstat1, adjust, rp->siop_sbcl, siopngstarts, acb)
    [all...]
  /src/sbin/fsck_ffs/
dir.c 445 adjust(struct inodesc *idesc, int lcnt) function in typeref:typename:void
497 if (preen || reply("ADJUST") == 1) {
650 adjust(&idesc, inoinfo(oldlfdir)->ino_linkcnt + 1);
  /src/sys/dev/ic/
osiop.c 1203 int adjust = (dfifo - (dbc & 0x7f)) & 0x7f; local in function:osiop_checkintr
1205 adjust++;
1207 adjust++;
1208 acb->curaddr = osiop_read_4(sc, OSIOP_DNAD) - adjust;
1209 acb->curlen = dbc + adjust;
1214 "adjust %x sbcl %x starts %d acb %p\n",
1216 dbc, sstat1, adjust,
1398 * Adjust the DMA chain so that the data transfer begins
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_stream.h 137 struct dc_crtc_timing_adjust adjust; member in struct:dc_stream_state
425 struct dc_crtc_timing_adjust *adjust);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5111.c 629 * Adjust NF based on statistical values for 5GHz frequencies.
636 int16_t adjust; member in struct:ar5111GetNfAdjust::__anoncd04e7ef0208
654 return adjust5111[i].adjust;
ar5212_misc.c 745 * Adjust NF based on statistical values for 5GHz frequencies.
753 int16_t adjust; member in struct:ar5212GetNfAdjust::__anon5fe09a7c0108
771 return adjustDef[i].adjust;
861 case HAL_CAP_TSF_ADJUST: /* hardware has beacon tsf adjust */
991 case HAL_CAP_TSF_ADJUST: /* hardware has beacon tsf adjust */
  /src/usr.bin/col/
col.c 141 int adjust, opt, warned, width; local in function:main
180 adjust = cur_col = extra_lines = warned = 0;
236 case TAB: /* adjust column */
254 if (cur_line + adjust != this_line) {
258 adjust = !fine && (cur_line & 1);
260 if (cur_line + adjust < this_line) {
261 while (cur_line + adjust < this_line &&
266 if (cur_line + adjust < this_line) {
273 while (cur_line + adjust
285 cur_line = this_line - adjust;
    [all...]
  /src/usr.sbin/bootp/common/
readfile.c 231 adjust(char **);
657 adjust(&src);
661 adjust(&src);
1515 adjust(char **s)
1502 adjust(char **s) function in typeref:typename:PRIVATE void
  /src/usr.bin/nc/
netcat.c 1260 ssize_t adjust; local in function:drainbuf
1275 /* adjust buffer */
1276 adjust = *bufpos - n;
1277 if (adjust > 0)
1278 memmove(buf, buf + n, adjust);
  /src/sys/kern/
uipc_mbuf.c 987 * adjust and return. Otherwise, rescan and truncate
1011 * Find the mbuf with last data, adjust its length,
1879 int buflen, adjust; local in function:m_align
1888 adjust = buflen - len;
1889 m->m_data += adjust &~ (sizeof(long)-1);
  /src/sys/dev/pci/
pm2fb.c 930 int adjust; local in function:pm2fb_bitblt
934 * to adjust for cases where the lower two bits in source and
953 /* adjust for non-aligned x */
956 adjust = 1;
958 adjust = ((xd & 3) - (xs & 3));
962 (xd << 16) | (xd + wi) | (adjust << 29));

Completed in 30 milliseconds

1 2