/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | virtio_gpu-none-fails.txt | 50 kms_bw@connected-linear-tiling-5-displays-1920x1080p,Fail 51 kms_bw@connected-linear-tiling-5-displays-2160x1440p,Fail 52 kms_bw@connected-linear-tiling-5-displays-2560x1440p,Fail 53 kms_bw@connected-linear-tiling-5-displays-3840x2160p,Fail 114 kms_bw@linear-tiling-5-displays-1920x1080p,Fail 115 kms_bw@linear-tiling-5-displays-2160x1440p,Fail 116 kms_bw@linear-tiling-5-displays-2560x1440p,Fail 117 kms_bw@linear-tiling-5-displays-3840x2160p,Fail 136 kms_flip@basic-flip-vs-wf_vblank,Fail 141 kms_flip@dpms-vs-vblank-race,Fail [all …]
|
/linux-6.12.1/security/selinux/ss/ |
D | constraint.h | 22 #define CEXPR_MAXDEPTH 5 29 #define CEXPR_NAMES 5 /* attr op names */ 37 #define CEXPR_L1L2 32 /* low level 1 vs. low level 2 */ 38 #define CEXPR_L1H2 64 /* low level 1 vs. high level 2 */ 39 #define CEXPR_H1L2 128 /* high level 1 vs. low level 2 */ 40 #define CEXPR_H1H2 256 /* high level 1 vs. high level 2 */ 41 #define CEXPR_L1H1 512 /* low level 1 vs. high level 1 */ 42 #define CEXPR_L2H2 1024 /* low level 2 vs. high level 2 */ 49 #define CEXPR_INCOMP 5 /* incomp */
|
/linux-6.12.1/net/rose/ |
D | rose_out.c | 37 skb->data[2] |= (rose->vr << 5) & 0xE0; in rose_send_iframe() 38 skb->data[2] |= (rose->vs << 1) & 0x0E; in rose_send_iframe() 60 start = (skb_peek(&rose->ack_queue) == NULL) ? rose->va : rose->vs; in rose_kick() 66 rose->vs = start; in rose_kick() 88 rose->vs = (rose->vs + 1) % ROSE_MODULUS; in rose_kick() 95 } while (rose->vs != end && in rose_kick()
|
D | rose_in.c | 46 rose->vs = 0; in rose_state1_machine() 113 rose->vs = 0; in rose_state3_machine() 131 rose->vs = 0; in rose_state3_machine() 153 rose->vs = 0; in rose_state3_machine() 173 rose->vs = 0; in rose_state3_machine() 227 rose->vs = 0; in rose_state4_machine() 247 * State machine for state 5, Awaiting Call Acceptance State.
|
/linux-6.12.1/drivers/hwmon/pmbus/ |
D | ibm-cffps.c | 44 #define CFFPS_MFR_OC_FAULT BIT(5) 159 rc = snprintf(data, 5, "%04X", rc); in ibm_cffps_debugfs_read() 180 snprintf(&data[i * 4], 5, "%04X", rc); in ibm_cffps_debugfs_read() 485 enum versions vs = cffps_unknown; in ibm_cffps_probe() local 492 vs = (uintptr_t)md; in ibm_cffps_probe() 496 vs = (enum versions)id->driver_data; in ibm_cffps_probe() 499 if (vs == cffps_unknown) { in ibm_cffps_probe() 521 vs = cffps1; in ibm_cffps_probe() 523 vs = cffps2; in ibm_cffps_probe() 526 vs = cffps2; in ibm_cffps_probe() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/protocols/ |
D | link_dp_training_fixed_vs_pe_retimer.c | 28 * embedded retimer chip. This retimer chip is referred as fixed vs pe retimer. 89 /* Force LTTPR to output desired VS and PE */ in dp_fixed_vs_pe_set_retimer_lane_settings() 113 /* Fixed VS/PE specific: Force CR AUX RD Interval to at least 16ms */ in perform_fixed_vs_pe_nontransparent_training_sequence() 117 /* Fixed VS/PE specific: Toggle link rate */ in perform_fixed_vs_pe_nontransparent_training_sequence() 131 /* Fixed VS/PE specific: Toggle link rate back*/ in perform_fixed_vs_pe_nontransparent_training_sequence() 351 /* EPR #361076 - write as a 5-byte burst, in dp_perform_fixed_vs_pe_training_sequence() 383 /* Vendor specific: Update VS and PE to DPRX requested value */ in dp_perform_fixed_vs_pe_training_sequence() 413 /* 5. check CR done*/ in dp_perform_fixed_vs_pe_training_sequence() 419 /* 6. max VS reached*/ in dp_perform_fixed_vs_pe_training_sequence() 433 /* 8. update VS/PE/PC2 in lt_settings*/ in dp_perform_fixed_vs_pe_training_sequence() [all …]
|
D | link_dp_training_8b_10b.c | 86 case 5: return 32000; in get_eq_training_aux_rd_interval() 180 * infinite loop by switching the VS in perform_8b_10b_clock_recovery_sequence() 197 /* EPR #361076 - write as a 5-byte burst, in perform_8b_10b_clock_recovery_sequence() 231 /* 5. check CR done*/ in perform_8b_10b_clock_recovery_sequence() 237 /* 6. max VS reached*/ in perform_8b_10b_clock_recovery_sequence() 257 /* 8. update VS/PE/PC2 in lt_settings*/ in perform_8b_10b_clock_recovery_sequence() 304 /* EPR #361076 - write as a 5-byte burst, in perform_8b_10b_channel_equalization_sequence() 336 /* 5. check CR done*/ in perform_8b_10b_channel_equalization_sequence() 348 /* 7. update VS/PE/PC2 in lt_settings*/ in perform_8b_10b_channel_equalization_sequence()
|
/linux-6.12.1/net/lapb/ |
D | lapb_out.c | 48 frame[0] |= lapb->vs << 1; in lapb_send_iframe() 56 *frame |= lapb->vr << 5; in lapb_send_iframe() 57 *frame |= lapb->vs << 1; in lapb_send_iframe() 61 lapb->dev, lapb->state, poll_bit, lapb->vs, lapb->vr); in lapb_send_iframe() 72 start = !skb_peek(&lapb->ack_queue) ? lapb->va : lapb->vs; in lapb_kick() 77 lapb->vs = start; in lapb_kick() 99 lapb->vs = (lapb->vs + 1) % modulus; in lapb_kick() 106 } while (lapb->vs != end && (skb = skb_dequeue(&lapb->write_queue)) != NULL); in lapb_kick() 191 if (lapb->vs == nr) { in lapb_check_iframes_acked()
|
D | lapb_subr.c | 83 * Validate that the value of nr is between va and vs. Return true or 93 while (vc != lapb->vs) { in lapb_validate_nr() 99 return nr == lapb->vs; in lapb_validate_nr() 190 frame->nr = (skb->data[0] >> 5) & 0x07; in lapb_decode() 197 frame->nr = (skb->data[0] >> 5) & 0x07; in lapb_decode() 248 *dptr |= (lapb->vr << 5); in lapb_send_control() 273 *dptr++ = (lapb->vs << 1) & 0xFE; in lapb_transmit_frmr() 280 lapb_dbg(1, "(%p) S%d TX FRMR %5ph\n", in lapb_transmit_frmr() 287 *dptr = (lapb->vs << 1) & 0x0E; in lapb_transmit_frmr() 288 *dptr |= (lapb->vr << 5) & 0xE0; in lapb_transmit_frmr()
|
/linux-6.12.1/net/x25/ |
D | x25_out.c | 124 skb->data[2] = (x25->vs << 1) & 0xFE; in x25_send_iframe() 129 skb->data[2] |= (x25->vs << 1) & 0x0E; in x25_send_iframe() 130 skb->data[2] |= (x25->vr << 5) & 0xE0; in x25_send_iframe() 164 start = skb_peek(&x25->ack_queue) ? x25->vs : x25->va; in x25_kick() 170 x25->vs = start; in x25_kick() 192 x25->vs = (x25->vs + 1) % modulus; in x25_kick() 199 } while (x25->vs != end && in x25_kick()
|
/linux-6.12.1/drivers/media/i2c/ |
D | tda1997x_regs.h | 130 #define DETECT_5V_SEL BIT(2) /* 5V present on selected input */ 131 #define DETECT_5V_B BIT(1) /* 5V present on input B */ 132 #define DETECT_5V_A BIT(0) /* 5V present on input A */ 158 #define HPD_MAN_CTRL_5VEN BIT(2) /* Output 5V */ 169 #define VDP_CTRL_COMPDEL_BP BIT(5) /* bypass compdel */ 190 #define VHREF_HSYNC_SEL_HS BIT(0) /* 1=HS 0=VS */ 193 #define AUDIO_OUT_ENABLE_ACLK BIT(5) 240 #define HDMI_FLAGS_EESS BIT(5) /* EESS detected */ 302 #define HDCP_DE_REGEN_EN BIT(5) /* enable regen mode */ 307 #define HDCP_DE_COMP_OR 5L [all …]
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv40.c | 43 * - In the section of code that loads the per-vs state, NVIDIA check 45 * of state + the state for a single vs as opposed to the state for 46 * all vs units. It doesn't seem likely that it'll occur in normal 62 #define CP_FLAG_USER_SAVE ((0 * 32) + 5) 74 #define CP_FLAG_AUTO_LOAD ((3 * 32) + 5) 109 #define CP_LOAD_MAGIC_NV44TCL 0x00800029 /* per-vs state (0x4497) */ 110 #define CP_LOAD_MAGIC_NV40TCL 0x00800041 /* per-vs state (0x4097) */ 116 * - get vs count from 0x1540 132 return 5; in nv40_gr_vs_count() 181 cp_ctx(ctx, 0x40057c, 5); in nv40_gr_construct_general() [all …]
|
/linux-6.12.1/include/media/drv-intf/ |
D | msp3400.h | 83 /* The msp has up to 5 DSP outputs, each output can independently select 102 #define MSP_DSP_IN_I2S1 5 /* I2S1 DSP input */ 121 #define MSP_SC_IN_DSP_SCART2 5 /* DSP SCART2 input */ 145 /* Tuner inputs vs. msp version */ 162 /* SCART inputs vs. msp version */ 179 /* DSP inputs vs. msp version (tuner and SCART inputs are always available) */ 196 /* DSP outputs vs. msp version */
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | spin_lock.c | 16 "5: (bf) r1 = r0 ; R0_w=ptr_foo(id=2,ref_obj_id=2) " 20 "; R1_w=map_value(map=.data.A,ks=4,vs=4)\n2: (85) call bpf_this_cpu_ptr#154\n" 24 " R0_w=map_value(id=1,map=array_map,ks=4,vs=8)" 25 " R1_w=map_value(id=1,map=array_map,ks=4,vs=8)\n" 30 " R0=map_value(id=2,ks=4,vs=8)" 31 " R1_w=map_value(id=2,ks=4,vs=8)\n"
|
/linux-6.12.1/tools/testing/selftests/bpf/benchs/ |
D | run_bench_ringbufs.sh | 26 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do 30 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do 34 header "Ringbuf back-to-back, reserve+commit vs output" 38 header "Ringbuf sampled, reserve+commit vs output"
|
/linux-6.12.1/drivers/hwmon/ |
D | lm75.c | 111 struct regulator *vs; member 122 static const u8 lm75_sample_set_masks[] = { 0 << 5, 1 << 5, 2 << 5, 3 << 5 }; 124 #define LM75_SAMPLE_CLEAR_MASK (3 << 5) 132 .clr_mask = 1 << 5, /* not one-shot mode */ 146 .set_mask = 3 << 5, /* 12-bit mode*/ 154 .clr_mask = 3 << 5, 155 .set_mask = 2 << 5, /* 11-bit mode */ 163 .clr_mask = 3 << 5, 164 .set_mask = 2 << 5, /* 11-bit mode */ 172 .clr_mask = 3 << 5, [all …]
|
/linux-6.12.1/net/ax25/ |
D | ax25_out.c | 225 *frame |= (ax25->vr << 5); in ax25_send_iframe() 226 *frame |= (ax25->vs << 1); in ax25_send_iframe() 231 frame[0] |= (ax25->vs << 1); in ax25_send_iframe() 256 start = (skb_peek(&ax25->ack_queue) == NULL) ? ax25->va : ax25->vs; in ax25_kick() 276 ax25->vs = start; in ax25_kick() 287 next = (ax25->vs + 1) % ax25->modulus; in ax25_kick() 308 ax25->vs = next; in ax25_kick() 371 if (ax25->vs == nr) { in ax25_check_iframes_acked()
|
/linux-6.12.1/drivers/isdn/mISDN/ |
D | layer2.c | 375 p1 = (l2->vs - l2->va) % 128; in cansend() 377 p1 = (l2->vs - l2->va) % 8; in cansend() 565 if (skb->len < headers + 5) in FRMR_error() 586 return ((nr - l2->va) % 128) <= ((l2->vs - l2->va) % 128); in legalnr() 588 return ((nr - l2->va) % 8) <= ((l2->vs - l2->va) % 8); in legalnr() 912 l2->vs = 0; in l2_start_multi() 955 if (l2->vs != l2->va) { in l2_restart_multi() 961 l2->vs = 0; in l2_restart_multi() 1013 } else if (l2->vs != l2->va) { in l2_connected() 1017 stop_t200(l2, 5); in l2_connected() [all …]
|
/linux-6.12.1/tools/testing/selftests/amd-pstate/ |
D | tbench.sh | 11 # 5) Analyse test results and save it in file selftest.tbench.csv. 23 # $1: governor, $2: round, $3: des-perf, $4: freq, $5: load, $6: performance, $7: energy, $8: perfo… 26 echo "$1, $2, $3, $4, $5, $6, $7, $8" | tee -a $OUTFILE_TBENCH.csv > /dev/null 2>&1 86 …awk '{print $5}' results/tracer-tbench-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_TBENCH-d… 187 printf "Tbench comparison $1-$2 VS $3-$4" | tee -a $OUTFILE_TBENCH.result 193 load_base=`echo "$base" | awk '{print $5}' | sed s/,//` 201 load_comp=`echo "$comp" | awk '{print $5}' | sed s/,//` 226 …store_csv_tbench "$1-$2 VS $3-$4" "Comprison(%)" "$des_perf_drop" "$freq_drop" "$load_drop" "$perf… 233 # acpi-cpufreq-ondemand VS acpi-cpufreq-schedutil 236 # amd-pstate-ondemand VS amd-pstate-schedutil [all …]
|
D | gitsource.sh | 11 # 5) Get power consumption and throughput by amd_pstate_trace.py. 28 # $1: governor, $2: round, $3: des-perf, $4: freq, $5: load, $6: time $7: energy, $8: PPW 31 echo "$1, $2, $3, $4, $5, $6, $7, $8" | tee -a $OUTFILE_GIT.csv > /dev/null 2>&1 104 …awk '{print $5}' results/tracer-gitsource-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_GIT-d… 205 printf "Gitsource comparison $1-$2 VS $3-$4" | tee -a $OUTFILE_GIT.result 211 load_base=`echo "$base" | awk '{print $5}' | sed s/,//` 219 load_comp=`echo "$comp" | awk '{print $5}' | sed s/,//` 244 …store_csv_gitsource "$1-$2 VS $3-$4" "Comprison(%)" "$des_perf_drop" "$freq_drop" "$load_drop" "$t… 251 # acpi-cpufreq-ondemand VS acpi-cpufreq-schedutil 254 # amd-pstate-ondemand VS amd-pstate-schedutil [all …]
|
/linux-6.12.1/drivers/video/fbdev/omap/ |
D | hwa742.c | 165 tmp[5] = x_end >> 8; in set_window_regs() 793 int hs, vs; in setup_tearsync() local 835 * HS and VS in setup_tearsync() 839 /* decent transfer speed, we'll always use only VS */ in setup_tearsync() 844 * HS or'ed with VS doesn't work, use the active high in setup_tearsync() 851 vs = vndp; in setup_tearsync() 854 * Use HS or'ed with VS as a TE signal if both are needed in setup_tearsync() 859 vs = vsw; in setup_tearsync() 869 vs = vs * (hdisp + hndp) * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync() 870 vs *= 1000; in setup_tearsync() [all …]
|
D | sossi.c | 234 l |= ((bus_pick_count - 1) << 5) | ((bus_pick_width - 1) & 0x1f); in _set_bits_per_cycle() 387 int hs, vs; in sossi_setup_tearsync() local 394 vs = ps_to_sossi_ticks(vs_pulse_time, div); in sossi_setup_tearsync() 395 if (vs < 8 || vs <= hs || vs >= (1 << 12)) in sossi_setup_tearsync() 397 vs /= 8; in sossi_setup_tearsync() 398 vs--; in sossi_setup_tearsync() 405 "setup_tearsync: hs %d vs %d hs_inv %d vs_inv %d\n", in sossi_setup_tearsync() 406 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync() 411 l |= vs << 3; in sossi_setup_tearsync() 436 mode = 2; /* HS or VS */ in sossi_enable_tearsync() [all …]
|
/linux-6.12.1/arch/arm/vfp/ |
D | vfpsingle.c | 54 static void vfp_single_normalise_denormal(struct vfp_single *vs) in vfp_single_normalise_denormal() argument 56 int bits = 31 - fls(vs->significand); in vfp_single_normalise_denormal() 58 vfp_single_dump("normalise_denormal: in", vs); in vfp_single_normalise_denormal() 61 vs->exponent -= bits - 1; in vfp_single_normalise_denormal() 62 vs->significand <<= bits; in vfp_single_normalise_denormal() 65 vfp_single_dump("normalise_denormal: out", vs); in vfp_single_normalise_denormal() 70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) in __vfp_single_normaliseround() argument 72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char … in __vfp_single_normaliseround() 78 vfp_single_dump("pack: in", vs); in __vfp_single_normaliseround() 83 if (vs->exponent == 255 && (vs->significand == 0 || exceptions)) in __vfp_single_normaliseround() [all …]
|
/linux-6.12.1/drivers/vhost/ |
D | scsi.c | 175 struct vhost_scsi *vs; member 253 static void vhost_scsi_init_inflight(struct vhost_scsi *vs, in vhost_scsi_init_inflight() argument 260 for (i = 0; i < vs->dev.nvqs; i++) { in vhost_scsi_init_inflight() 261 vq = &vs->vqs[i].vq; in vhost_scsi_init_inflight() 266 idx = vs->vqs[i].inflight_idx; in vhost_scsi_init_inflight() 268 old_inflight[i] = &vs->vqs[i].inflights[idx]; in vhost_scsi_init_inflight() 271 vs->vqs[i].inflight_idx = idx ^ 1; in vhost_scsi_init_inflight() 272 new_inflight = &vs->vqs[i].inflights[idx ^ 1]; in vhost_scsi_init_inflight() 424 static void vhost_scsi_free_evt(struct vhost_scsi *vs, struct vhost_scsi_evt *evt) in vhost_scsi_free_evt() argument 426 vs->vs_events_nr--; in vhost_scsi_free_evt() [all …]
|
/linux-6.12.1/fs/afs/ |
D | fsclient.c | 40 for (i = 0; i < 5 * 4 * 4; i += 16) { in xdr_dump_bad() 214 struct afs_volume_status *vs) in xdr_decode_AFSFetchVolumeStatus() argument 218 vs->vid = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 219 vs->parent_id = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 220 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 221 vs->in_service = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 222 vs->blessed = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 223 vs->needs_salvage = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 224 vs->type = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() 225 vs->min_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus() [all …]
|