| /Linux-v6.6/sound/virtio/ |
| D | virtio_chmap.c | 86 struct virtio_pcm_stream *vs; in virtsnd_chmap_parse_cfg() local 94 vs = &vpcm->streams[SNDRV_PCM_STREAM_PLAYBACK]; in virtsnd_chmap_parse_cfg() 97 vs = &vpcm->streams[SNDRV_PCM_STREAM_CAPTURE]; in virtsnd_chmap_parse_cfg() 106 vs->nchmaps++; in virtsnd_chmap_parse_cfg() 116 * @vs: VirtIO PCM stream. 122 struct virtio_pcm_stream *vs) in virtsnd_chmap_add_ctls() argument 127 for (i = 0; i < vs->nchmaps; i++) in virtsnd_chmap_add_ctls() 128 if (max_channels < vs->chmaps[i].channels) in virtsnd_chmap_add_ctls() 129 max_channels = vs->chmaps[i].channels; in virtsnd_chmap_add_ctls() 131 return snd_pcm_add_chmap_ctls(pcm, direction, vs->chmaps, max_channels, in virtsnd_chmap_add_ctls() [all …]
|
| /Linux-v6.6/drivers/vhost/ |
| D | scsi.c | 175 struct vhost_scsi *vs; member 252 static void vhost_scsi_init_inflight(struct vhost_scsi *vs, in vhost_scsi_init_inflight() argument 259 for (i = 0; i < vs->dev.nvqs; i++) { in vhost_scsi_init_inflight() 260 vq = &vs->vqs[i].vq; in vhost_scsi_init_inflight() 265 idx = vs->vqs[i].inflight_idx; in vhost_scsi_init_inflight() 267 old_inflight[i] = &vs->vqs[i].inflights[idx]; in vhost_scsi_init_inflight() 270 vs->vqs[i].inflight_idx = idx ^ 1; in vhost_scsi_init_inflight() 271 new_inflight = &vs->vqs[i].inflights[idx ^ 1]; in vhost_scsi_init_inflight() 413 static void vhost_scsi_free_evt(struct vhost_scsi *vs, struct vhost_scsi_evt *evt) in vhost_scsi_free_evt() argument 415 vs->vs_events_nr--; in vhost_scsi_free_evt() [all …]
|
| /Linux-v6.6/drivers/gpu/drm/ci/xfails/ |
| D | msm-sdm845-fails.txt | 24 kms_cursor_legacy@cursor-vs-flip-atomic,Fail 25 kms_cursor_legacy@cursor-vs-flip-atomic-transitions,Fail 26 kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size,Fail 27 kms_cursor_legacy@cursor-vs-flip-legacy,Fail 28 kms_cursor_legacy@cursor-vs-flip-toggle,Fail 29 kms_cursor_legacy@cursor-vs-flip-varying-size,Fail 30 kms_cursor_legacy@cursorA-vs-flipA-toggle,Fail 31 kms_cursor_legacy@flip-vs-cursor-atomic,Fail 32 kms_cursor_legacy@flip-vs-cursor-crc-atomic,Fail 33 kms_cursor_legacy@flip-vs-cursor-crc-legacy,Fail [all …]
|
| D | msm-sc7180-fails.txt | 1 kms_cursor_legacy@cursor-vs-flip-toggle,Fail 2 kms_cursor_legacy@cursor-vs-flip-varying-size,Fail 3 kms_cursor_legacy@cursorA-vs-flipA-atomic-transitions,Crash 12 kms_plane_alpha_blend@coverage-vs-premult-vs-constant,Fail 15 kms_plane_alpha_blend@pipe-A-coverage-vs-premult-vs-constant,Fail 22 kms_plane_alpha_blend@pipe-B-coverage-vs-premult-vs-constant,Fail 24 kms_universal_plane@disable-primary-vs-flip-pipe-b,Fail
|
| D | rockchip-rk3399-fails.txt | 4 kms_flip@basic-flip-vs-wf_vblank,Fail 6 kms_flip@dpms-vs-vblank-race,Fail 7 kms_flip@flip-vs-absolute-wf_vblank,Fail 8 kms_flip@flip-vs-absolute-wf_vblank-interruptible,Fail 9 kms_flip@flip-vs-blocking-wf-vblank,Fail 10 kms_flip@flip-vs-panning,Fail 11 kms_flip@flip-vs-panning-interruptible,Fail 12 kms_flip@flip-vs-wf_vblank-interruptible,Fail
|
| D | rockchip-rk3399-flakes.txt | 3 kms_flip@dpms-vs-vblank-race-interruptible 4 kms_flip@flip-vs-expired-vblank 5 kms_flip@modeset-vs-vblank-race-interruptible
|
| /Linux-v6.6/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-v6.6/arch/mips/math-emu/ |
| D | ieee754int.h | 54 #define EXPLODESP(v, vc, vs, ve, vm) \ argument 56 vs = SPSIGN(v); \ 92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument 95 vs = DPSIGN(v); \ 120 #define FLUSHDP(v, vc, vs, ve, vm) \ argument 127 v = ieee754dp_zero(vs); \ 131 #define FLUSHSP(v, vc, vs, ve, vm) \ argument 138 v = ieee754sp_zero(vs); \
|
| /Linux-v6.6/security/selinux/ss/ |
| D | constraint.h | 36 #define CEXPR_L1L2 32 /* low level 1 vs. low level 2 */ 37 #define CEXPR_L1H2 64 /* low level 1 vs. high level 2 */ 38 #define CEXPR_H1L2 128 /* high level 1 vs. low level 2 */ 39 #define CEXPR_H1H2 256 /* high level 1 vs. high level 2 */ 40 #define CEXPR_L1H1 512 /* low level 1 vs. high level 1 */ 41 #define CEXPR_L2H2 1024 /* low level 2 vs. high level 2 */
|
| /Linux-v6.6/net/lapb/ |
| D | lapb_out.c | 48 frame[0] |= lapb->vs << 1; 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()
|
| /Linux-v6.6/fs/reiserfs/ |
| D | lbalance.c | 33 RFALSE(!is_direntry_le_ih(ih), "vs-10000: item must be directory item"); in leaf_copy_dir_entries() 162 "vs-10010: item can not have empty length"); in leaf_copy_boundary_item() 188 "vs-10020", in leaf_copy_boundary_item() 205 …"vs-10030: merge to left: last unformatted node of non-last indirect item %h must have zerto free … in leaf_copy_boundary_item() 250 …"vs-10040: merge to right: last unformatted node of non-last indirect item must be filled entirely… in leaf_copy_boundary_item() 259 "vs-10050: items %h and %h do not match", ih, dih); in leaf_copy_boundary_item() 270 "vs-10060: no so much bytes %lu (needed %lu)", in leaf_copy_boundary_item() 278 "vs-10070: dih %h, bytes_or_entries(%d)", dih, in leaf_copy_boundary_item() 286 "vs-10080: dih %h, bytes_or_entries(%d)", in leaf_copy_boundary_item() 323 "vs-10090: bad last_first parameter %d", last_first); in leaf_copy_items_entirely() [all …]
|
| /Linux-v6.6/net/rose/ |
| D | rose_out.c | 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()
|
| /Linux-v6.6/kernel/futex/ |
| D | waitwake.c | 385 * @vs: The futex list to wait on 399 static int futex_wait_multiple_setup(struct futex_vector *vs, int count, int *woken) in futex_wait_multiple_setup() argument 422 if ((vs[i].w.flags & FUTEX_PRIVATE_FLAG) && retry) in futex_wait_multiple_setup() 425 ret = get_futex_key(u64_to_user_ptr(vs[i].w.uaddr), in futex_wait_multiple_setup() 426 !(vs[i].w.flags & FUTEX_PRIVATE_FLAG), in futex_wait_multiple_setup() 427 &vs[i].q.key, FUTEX_READ); in futex_wait_multiple_setup() 436 u32 __user *uaddr = (u32 __user *)(unsigned long)vs[i].w.uaddr; in futex_wait_multiple_setup() 437 struct futex_q *q = &vs[i].q; in futex_wait_multiple_setup() 438 u32 val = (u32)vs[i].w.val; in futex_wait_multiple_setup() 461 *woken = unqueue_multiple(vs, i); in futex_wait_multiple_setup() [all …]
|
| /Linux-v6.6/drivers/gpu/drm/ci/ |
| D | testlist.txt | 71 kms_addfb_basic@addfb25-framebuffer-vs-set-tiling 73 kms_addfb_basic@framebuffer-vs-set-tiling 1151 kms_cursor_legacy@nonblocking-modeset-vs-cursor-atomic 1152 kms_cursor_legacy@long-nonblocking-modeset-vs-cursor-atomic 1153 kms_cursor_legacy@2x-flip-vs-cursor-legacy 1154 kms_cursor_legacy@2x-flip-vs-cursor-atomic 1155 kms_cursor_legacy@2x-long-flip-vs-cursor-legacy 1156 kms_cursor_legacy@2x-long-flip-vs-cursor-atomic 1157 kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic 1158 kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic [all …]
|
| /Linux-v6.6/arch/riscv/kvm/ |
| D | aia_imsic.c | 44 * 1) Hardware: IMSIC VS-file (vsfile_cpu >= 0) 48 /* IMSIC VS-file */ 425 /* We can only read clear if we have a IMSIC VS-file */ in imsic_vsfile_read() 495 /* We can only access register if we have a IMSIC VS-file */ in imsic_vsfile_rw() 523 /* We can only zero-out if we have a IMSIC VS-file */ in imsic_vsfile_local_clear() 674 /* Read and clear IMSIC VS-file details */ in kvm_riscv_vcpu_aia_imsic_release() 683 /* Do nothing, if no IMSIC VS-file to release */ in kvm_riscv_vcpu_aia_imsic_release() 689 * the old IMSIC VS-file so we first re-direct all interrupt in kvm_riscv_vcpu_aia_imsic_release() 703 * VS-file to the IMSIC SW-file. in kvm_riscv_vcpu_aia_imsic_release() 706 /* Read and clear register state from old IMSIC VS-file */ in kvm_riscv_vcpu_aia_imsic_release() [all …]
|
| /Linux-v6.6/Documentation/devicetree/bindings/hwmon/ |
| D | lm75.yaml | 48 vs-supply: 49 description: phandle to the regulator that provides the +VS supply 66 vs-supply = <&vs>;
|
| /Linux-v6.6/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() 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-v6.6/drivers/hwmon/pmbus/ |
| D | ibm-cffps.c | 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() 530 vs = cffps1; in ibm_cffps_probe() 532 vs = cffps2; in ibm_cffps_probe() 537 snprintf(client->name, I2C_NAME_SIZE, "cffps%d", vs + 1); in ibm_cffps_probe() [all …]
|
| /Linux-v6.6/tools/perf/tests/ |
| D | pmu-events.c | 288 pr_debug2("testing event e1 %s: mismatched name string, %s vs %s\n", in compare_pmu_events() 294 pr_debug2("testing event e1 %s: mismatched compat string, %s vs %s\n", in compare_pmu_events() 300 pr_debug2("testing event e1 %s: mismatched event, %s vs %s\n", in compare_pmu_events() 306 pr_debug2("testing event e1 %s: mismatched desc, %s vs %s\n", in compare_pmu_events() 312 pr_debug2("testing event e1 %s: mismatched topic, %s vs %s\n", in compare_pmu_events() 318 pr_debug2("testing event e1 %s: mismatched long_desc, %s vs %s\n", in compare_pmu_events() 324 pr_debug2("testing event e1 %s: mismatched pmu string, %s vs %s\n", in compare_pmu_events() 330 pr_debug2("testing event e1 %s: mismatched unit, %s vs %s\n", in compare_pmu_events() 336 pr_debug2("testing event e1 %s: mismatched perpkg, %d vs %d\n", in compare_pmu_events() 342 pr_debug2("testing event e1 %s: mismatched deprecated, %d vs %d\n", in compare_pmu_events() [all …]
|
| /Linux-v6.6/net/netrom/ |
| D | nr_out.c | 86 skb->data[2] = nr->vs; in nr_send_iframe() 137 start = (skb_peek(&nr->ack_queue) == NULL) ? nr->va : nr->vs; in nr_kick() 143 nr->vs = start; in nr_kick() 168 nr->vs = (nr->vs + 1) % NR_MODULUS; in nr_kick() 175 } while (nr->vs != end && in nr_kick() 260 if (nrom->vs == nr) { in nr_check_iframes_acked()
|
| /Linux-v6.6/drivers/net/vxlan/ |
| D | vxlan_core.c | 68 static inline bool vxlan_collect_metadata(struct vxlan_sock *vs) in vxlan_collect_metadata() argument 70 return vs->flags & VXLAN_F_COLLECT_METADATA || in vxlan_collect_metadata() 81 struct vxlan_sock *vs; in vxlan_find_sock() local 85 hlist_for_each_entry_rcu(vs, vs_head(net, port), hlist) { in vxlan_find_sock() 86 if (inet_sk(vs->sock->sk)->inet_sport == port && in vxlan_find_sock() 87 vxlan_get_sk_family(vs) == family && in vxlan_find_sock() 88 vs->flags == flags && in vxlan_find_sock() 89 vs->sock->sk->sk_bound_dev_if == ifindex) in vxlan_find_sock() 90 return vs; in vxlan_find_sock() 95 static struct vxlan_dev *vxlan_vs_find_vni(struct vxlan_sock *vs, in vxlan_vs_find_vni() argument [all …]
|
| /Linux-v6.6/arch/nios2/kernel/ |
| D | cpuinfo.c | 84 "(0x%x vs 0x%x) of CONFIG_NIOS2_ICACHE_SIZE vs " in setup_cpuinfo() 91 "(0x%x vs 0x%x) of CONFIG_NIOS2_DCACHE_LINE_SIZE vs " in setup_cpuinfo() 97 "(0x%x vs 0x%x) of CONFIG_NIOS2_DCACHE_SIZE vs " in setup_cpuinfo()
|
| /Linux-v6.6/drivers/video/fbdev/omap/ |
| D | sossi.c | 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() 438 mode = 3; /* VS only */ in sossi_enable_tearsync()
|
| D | hwa742.c | 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() 872 if (vs <= hs) in setup_tearsync() [all …]
|
| /Linux-v6.6/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() 375 /* Vendor specific: Update VS and PE to DPRX requested value */ in dp_perform_fixed_vs_pe_training_sequence_legacy() 411 /* 6. max VS reached*/ in dp_perform_fixed_vs_pe_training_sequence_legacy() 425 /* 8. update VS/PE/PC2 in lt_settings*/ in dp_perform_fixed_vs_pe_training_sequence_legacy() 474 /* Vendor specific: Update VS and PE to DPRX requested value */ in dp_perform_fixed_vs_pe_training_sequence_legacy() 525 /* 7. update VS/PE/PC2 in lt_settings*/ in dp_perform_fixed_vs_pe_training_sequence_legacy() [all …]
|