Home
last modified time | relevance | path

Searched full:vs (Results 1 – 25 of 1130) sorted by relevance

12345678910>>...46

/Linux-v5.15/sound/virtio/
Dvirtio_chmap.c86 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-v5.15/drivers/vhost/
Dscsi.c241 static void vhost_scsi_init_inflight(struct vhost_scsi *vs, in vhost_scsi_init_inflight() argument
249 vq = &vs->vqs[i].vq; in vhost_scsi_init_inflight()
254 idx = vs->vqs[i].inflight_idx; in vhost_scsi_init_inflight()
256 old_inflight[i] = &vs->vqs[i].inflights[idx]; in vhost_scsi_init_inflight()
259 vs->vqs[i].inflight_idx = idx ^ 1; in vhost_scsi_init_inflight()
260 new_inflight = &vs->vqs[i].inflights[idx ^ 1]; in vhost_scsi_init_inflight()
368 struct vhost_scsi *vs = cmd->tvc_vhost; in vhost_scsi_release_cmd() local
370 llist_add(&cmd->tvc_completion_list, &vs->vs_completion_list); in vhost_scsi_release_cmd()
371 vhost_work_queue(&vs->dev, &vs->vs_completion_work); in vhost_scsi_release_cmd()
423 static void vhost_scsi_free_evt(struct vhost_scsi *vs, struct vhost_scsi_evt *evt) in vhost_scsi_free_evt() argument
[all …]
/Linux-v5.15/arch/arm/vfp/
Dvfpsingle.c54 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-v5.15/arch/mips/math-emu/
Dieee754int.h54 #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-v5.15/security/selinux/ss/
Dconstraint.h36 #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-v5.15/net/lapb/
Dlapb_out.c48 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-v5.15/net/rose/
Drose_out.c38 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()
Drose_in.c45 rose->vs = 0; in rose_state1_machine()
112 rose->vs = 0; in rose_state3_machine()
130 rose->vs = 0; in rose_state3_machine()
152 rose->vs = 0; in rose_state3_machine()
172 rose->vs = 0; in rose_state3_machine()
226 rose->vs = 0; in rose_state4_machine()
/Linux-v5.15/fs/reiserfs/
Dlbalance.c33 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-v5.15/Documentation/devicetree/bindings/hwmon/
Dlm75.yaml47 vs-supply:
48 description: phandle to the regulator that provides the +VS supply
65 vs-supply = <&vs>;
/Linux-v5.15/net/x25/
Dx25_out.c124 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-v5.15/net/netrom/
Dnr_out.c86 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-v5.15/drivers/net/
Dvxlan.c93 static inline bool vxlan_collect_metadata(struct vxlan_sock *vs) in vxlan_collect_metadata() argument
95 return vs->flags & VXLAN_F_COLLECT_METADATA || in vxlan_collect_metadata()
164 static inline struct hlist_head *vni_head(struct vxlan_sock *vs, __be32 vni) in vni_head() argument
166 return &vs->vni_list[hash_32((__force u32)vni, VNI_HASH_BITS)]; in vni_head()
201 struct vxlan_sock *vs; in vxlan_find_sock() local
205 hlist_for_each_entry_rcu(vs, vs_head(net, port), hlist) { in vxlan_find_sock()
206 if (inet_sk(vs->sock->sk)->inet_sport == port && in vxlan_find_sock()
207 vxlan_get_sk_family(vs) == family && in vxlan_find_sock()
208 vs->flags == flags && in vxlan_find_sock()
209 vs->sock->sk->sk_bound_dev_if == ifindex) in vxlan_find_sock()
[all …]
/Linux-v5.15/drivers/hwmon/pmbus/
Dibm-cffps.c487 enum versions vs = cffps_unknown; in ibm_cffps_probe() local
495 vs = (enum versions)md; in ibm_cffps_probe()
499 vs = (enum versions)id->driver_data; in ibm_cffps_probe()
502 if (vs == cffps_unknown) { in ibm_cffps_probe()
515 vs = cffps1; in ibm_cffps_probe()
518 vs = cffps2; in ibm_cffps_probe()
522 vs = cffps1; in ibm_cffps_probe()
524 vs = cffps2; in ibm_cffps_probe()
529 snprintf(client->name, I2C_NAME_SIZE, "cffps%d", vs + 1); in ibm_cffps_probe()
533 rc = pmbus_do_probe(client, &ibm_cffps_info[vs]); in ibm_cffps_probe()
[all …]
/Linux-v5.15/arch/nios2/kernel/
Dcpuinfo.c84 "(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-v5.15/tools/perf/tests/
Dpmu-events.c259 pr_debug2("testing event e1 %s: mismatched desc, %s vs %s\n", in compare_pmu_events()
265 pr_debug2("testing event e1 %s: mismatched topic, %s vs %s\n", in compare_pmu_events()
271 pr_debug2("testing event e1 %s: mismatched long_desc, %s vs %s\n", in compare_pmu_events()
277 pr_debug2("testing event e1 %s: mismatched unit, %s vs %s\n", in compare_pmu_events()
283 pr_debug2("testing event e1 %s: mismatched perpkg, %s vs %s\n", in compare_pmu_events()
289 pr_debug2("testing event e1 %s: mismatched metric_expr, %s vs %s\n", in compare_pmu_events()
295 pr_debug2("testing event e1 %s: mismatched metric_name, %s vs %s\n", in compare_pmu_events()
301 pr_debug2("testing event e1 %s: mismatched deprecated, %s vs %s\n", in compare_pmu_events()
307 pr_debug2("testing event e1 %s: mismatched pmu string, %s vs %s\n", in compare_pmu_events()
313 pr_debug2("testing event e1 %s: mismatched compat string, %s vs %s\n", in compare_pmu_events()
[all …]
/Linux-v5.15/drivers/video/fbdev/omap/
Dsossi.c385 int hs, vs; in sossi_setup_tearsync() local
392 vs = ps_to_sossi_ticks(vs_pulse_time, div); in sossi_setup_tearsync()
393 if (vs < 8 || vs <= hs || vs >= (1 << 12)) in sossi_setup_tearsync()
395 vs /= 8; in sossi_setup_tearsync()
396 vs--; in sossi_setup_tearsync()
403 "setup_tearsync: hs %d vs %d hs_inv %d vs_inv %d\n", in sossi_setup_tearsync()
404 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync()
409 l |= vs << 3; in sossi_setup_tearsync()
434 mode = 2; /* HS or VS */ in sossi_enable_tearsync()
436 mode = 3; /* VS only */ in sossi_enable_tearsync()
Dhwa742.c794 int hs, vs; in setup_tearsync() local
836 * HS and VS in setup_tearsync()
840 /* decent transfer speed, we'll always use only VS */ in setup_tearsync()
845 * HS or'ed with VS doesn't work, use the active high in setup_tearsync()
852 vs = vndp; in setup_tearsync()
855 * Use HS or'ed with VS as a TE signal if both are needed in setup_tearsync()
860 vs = vsw; in setup_tearsync()
870 vs = vs * (hdisp + hndp) * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync()
871 vs *= 1000; in setup_tearsync()
873 if (vs <= hs) in setup_tearsync()
[all …]
/Linux-v5.15/net/ax25/
Dax25_out.c226 *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-v5.15/tools/testing/selftests/bpf/prog_tests/
Dstacktrace_map.c56 if (CHECK(err, "compare_map_keys stackid_hmap vs. stackmap", in test_stacktrace_map()
61 if (CHECK(err, "compare_map_keys stackmap vs. stackid_hmap", in test_stacktrace_map()
67 if (CHECK(err, "compare_stack_ips stackmap vs. stack_amap", in test_stacktrace_map()
Dd_path.c136 "failed to get stat path[%d]: %s vs %s\n", in test_d_path()
140 "failed to get close path[%d]: %s vs %s\n", in test_d_path()
145 "failed to match stat return [%d]: %d vs %zd [%s]\n", in test_d_path()
150 "failed to match stat return [%d]: %d vs %zd [%s]\n", in test_d_path()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtdls.h103 * @tx_to_peer_tid: TID reserved vs. the peer for FW based Tx
104 * @tx_to_peer_ssn: initial SSN the FW should use for Tx on its TID vs the peer
119 * @tx_to_ap_tid: TID reverved vs. the AP for FW based Tx
120 * @tx_to_ap_ssn: initial SSN the FW should use for Tx on its TID vs. the AP
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv40.c162 int ret, vs; in nv40_instmem_oneinit() local
168 vs = hweight8((nvkm_rd32(device, 0x001540) & 0x0000ff00) >> 8); in nv40_instmem_oneinit()
169 if (device->chipset == 0x40) imem->base.reserved = 0x6aa0 * vs; in nv40_instmem_oneinit()
170 else if (device->chipset < 0x43) imem->base.reserved = 0x4f00 * vs; in nv40_instmem_oneinit()
171 else if (nv44_gr_class(device)) imem->base.reserved = 0x4980 * vs; in nv40_instmem_oneinit()
172 else imem->base.reserved = 0x4a40 * vs; in nv40_instmem_oneinit()
/Linux-v5.15/tools/perf/arch/x86/tests/
Dinsn-x86.c110 pr_debug("Failed to decode length (%d vs expected %d): %s\n", in test_data_item()
124 pr_debug("Failed to decode 'op' value (%d vs expected %d): %s\n", in test_data_item()
130 pr_debug("Failed to decode 'branch' value (%d vs expected %d): %s\n", in test_data_item()
136 pr_debug("Failed to decode 'rel' value (%#x vs expected %#x): %s\n", in test_data_item()
/Linux-v5.15/net/dcb/
DKconfig13 requirements (highly reliable, no drops vs. best effort vs. low

12345678910>>...46