Home
last modified time | relevance | path

Searched +full:5 +full:vs (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/Linux-v5.10/security/selinux/ss/
Dconstraint.h21 #define CEXPR_MAXDEPTH 5
28 #define CEXPR_NAMES 5 /* attr op names */
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 */
48 #define CEXPR_INCOMP 5 /* incomp */
/Linux-v5.10/net/rose/
Drose_out.c37 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()
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()
246 * State machine for state 5, Awaiting Call Acceptance State.
/Linux-v5.10/drivers/hwmon/pmbus/
Dibm-cffps.c49 #define CFFPS_MFR_OC_FAULT BIT(5)
186 rc = snprintf(data, 5, "%04X", rc); in ibm_cffps_debugfs_read()
211 snprintf(&data[i * 4], 5, "%04X", rc); in ibm_cffps_debugfs_read()
481 enum versions vs = cffps_unknown; in ibm_cffps_probe() local
489 vs = (enum versions)md; in ibm_cffps_probe()
493 vs = (enum versions)id->driver_data; in ibm_cffps_probe()
496 if (vs == cffps_unknown) { in ibm_cffps_probe()
509 vs = cffps1; in ibm_cffps_probe()
512 vs = cffps2; in ibm_cffps_probe()
516 vs = cffps1; in ibm_cffps_probe()
[all …]
/Linux-v5.10/net/lapb/
Dlapb_out.c48 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()
98 lapb->vs = (lapb->vs + 1) % modulus; in lapb_kick()
105 } while (lapb->vs != end && (skb = skb_dequeue(&lapb->write_queue)) != NULL); in lapb_kick()
190 if (lapb->vs == nr) { in lapb_check_iframes_acked()
Dlapb_subr.c83 * 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-v5.10/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()
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()
Dx25_proc.c53 seq_printf(seq, "%-15s %-6d %-5s\n", in x25_seq_route_show()
86 seq_printf(seq, "dest_addr src_addr dev lci st vs vr " in x25_seq_socket_show()
99 seq_printf(seq, "%-10s %-10s %-5s %3.3X %d %d %d %d %3lu %3lu " in x25_seq_socket_show()
100 "%3lu %3lu %3lu %5d %5d %ld\n", in x25_seq_socket_show()
103 devname, x25->lci & 0x0FFF, x25->state, x25->vs, x25->vr, in x25_seq_socket_show()
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv40.c43 * - 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-v5.10/drivers/media/i2c/
Dtda1997x_regs.h127 #define DETECT_5V_SEL BIT(2) /* 5V present on selected input */
128 #define DETECT_5V_B BIT(1) /* 5V present on input B */
129 #define DETECT_5V_A BIT(0) /* 5V present on input A */
155 #define HPD_MAN_CTRL_5VEN BIT(2) /* Output 5V */
166 #define VDP_CTRL_COMPDEL_BP BIT(5) /* bypass compdel */
187 #define VHREF_HSYNC_SEL_HS BIT(0) /* 1=HS 0=VS */
190 #define AUDIO_OUT_ENABLE_ACLK BIT(5)
237 #define HDMI_FLAGS_EESS BIT(5) /* EESS detected */
299 #define HDCP_DE_REGEN_EN BIT(5) /* enable regen mode */
304 #define HDCP_DE_COMP_OR 5L
[all …]
/Linux-v5.10/include/media/drv-intf/
Dmsp3400.h83 /* 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-v5.10/drivers/hwmon/
Dlm75.c105 struct regulator *vs; member
116 static const u8 lm75_sample_set_masks[] = { 0 << 5, 1 << 5, 2 << 5, 3 << 5 };
118 #define LM75_SAMPLE_CLEAR_MASK (3 << 5)
126 .clr_mask = 1 << 5, /* not one-shot mode */
131 .clr_mask = 3 << 5,
132 .set_mask = 2 << 5, /* 11-bit mode */
140 .clr_mask = 3 << 5,
141 .set_mask = 2 << 5, /* 11-bit mode */
149 .clr_mask = 3 << 5,
150 .set_mask = 2 << 5, /* 11-bit mode */
[all …]
/Linux-v5.10/Documentation/scheduler/
Dsched-arch.rst51 5. TIF_POLLING_NRFLAG can be set by idle routines that do not
57 - 5a. If TIF_POLLING_NRFLAG is set, and we do decide to enter
71 ia64 - is safe_halt call racy vs interrupts? (does it sleep?) (See #4a)
73 sh64 - Is sleeping racy vs interrupts? (See #4a)
/Linux-v5.10/net/ax25/
Dax25_out.c225 *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()
378 if (ax25->vs == nr) { in ax25_check_iframes_acked()
Dax25_subr.c76 * Validate that the value of nr is between va and vs. Return true or
83 while (vc != ax25->vs) { in ax25_validate_nr()
88 if (nr == ax25->vs) return 1; in ax25_validate_nr()
109 *nr = (frame[0] >> 5) & 0x07; in ax25_decode()
113 *nr = (frame[0] >> 5) & 0x07; in ax25_decode()
165 *dptr |= (ax25->vr << 5); in ax25_send_control()
/Linux-v5.10/tools/testing/selftests/bpf/benchs/
Drun_bench_ringbufs.sh50 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do
54 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do
58 header "Ringbuf back-to-back, reserve+commit vs output"
62 header "Ringbuf sampled, reserve+commit vs output"
/Linux-v5.10/drivers/vhost/
Dscsi.c257 static void vhost_scsi_init_inflight(struct vhost_scsi *vs, in vhost_scsi_init_inflight() argument
265 vq = &vs->vqs[i].vq; in vhost_scsi_init_inflight()
270 idx = vs->vqs[i].inflight_idx; in vhost_scsi_init_inflight()
272 old_inflight[i] = &vs->vqs[i].inflights[idx]; in vhost_scsi_init_inflight()
275 vs->vqs[i].inflight_idx = idx ^ 1; in vhost_scsi_init_inflight()
276 new_inflight = &vs->vqs[i].inflights[idx ^ 1]; in vhost_scsi_init_inflight()
384 struct vhost_scsi *vs = cmd->tvc_vhost; in vhost_scsi_release_cmd() local
386 llist_add(&cmd->tvc_completion_list, &vs->vs_completion_list); in vhost_scsi_release_cmd()
387 vhost_work_queue(&vs->dev, &vs->vs_completion_work); in vhost_scsi_release_cmd()
439 static void vhost_scsi_free_evt(struct vhost_scsi *vs, struct vhost_scsi_evt *evt) in vhost_scsi_free_evt() argument
[all …]
/Linux-v5.10/drivers/isdn/mISDN/
Dlayer2.c375 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-v5.10/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.10/drivers/video/fbdev/omap/
Dhwa742.c157 tmp[5] = x_end >> 8; in set_window_regs()
780 int hs, vs; in setup_tearsync() local
822 * HS and VS in setup_tearsync()
826 /* decent transfer speed, we'll always use only VS */ in setup_tearsync()
831 * HS or'ed with VS doesn't work, use the active high in setup_tearsync()
838 vs = vndp; in setup_tearsync()
841 * Use HS or'ed with VS as a TE signal if both are needed in setup_tearsync()
846 vs = vsw; in setup_tearsync()
856 vs = vs * (hdisp + hndp) * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync()
857 vs *= 1000; in setup_tearsync()
[all …]
Dsossi.c232 l |= ((bus_pick_count - 1) << 5) | ((bus_pick_width - 1) & 0x1f); in _set_bits_per_cycle()
385 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()
[all …]
/Linux-v5.10/arch/arm/boot/dts/
Dqcom-pm8941.dtsi41 <0x0 0x10 5 IRQ_TYPE_EDGE_BOTH>,
163 interrupt-names = "ocp-5vs1", "ocp-5vs2";
172 pm8941_5vs1: 5vs1 {
178 qcom,vs-soft-start-strength = <0>;
182 pm8941_5vs2: 5vs2 {
188 qcom,vs-soft-start-strength = <0>;
/Linux-v5.10/fs/afs/
Dfsclient.c39 for (i = 0; i < 5 * 4 * 4; i += 16) { in xdr_dump_bad()
213 struct afs_volume_status *vs) in xdr_decode_AFSFetchVolumeStatus() argument
217 vs->vid = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
218 vs->parent_id = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
219 vs->online = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
220 vs->in_service = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
221 vs->blessed = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
222 vs->needs_salvage = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
223 vs->type = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
224 vs->min_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
[all …]
/Linux-v5.10/include/dt-bindings/reset/
Dti-syscon.h19 /* When set this function is activated by setting(vs clearing) this bit */
22 #define STATUS_SET (1 << 5)
27 #define STATUS_CLEAR (0 << 5)
/Linux-v5.10/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c253 u8 msg[5], reg[5]; in cdns_mhdp_dpcd_read()
287 u8 msg[6], reg[5]; in cdns_mhdp_dpcd_write()
292 msg[5] = value; in cdns_mhdp_dpcd_write()
324 u8 msg[5]; in cdns_mhdp_set_firmware_active()
478 u8 hdr[5]; /* For DPCD read response header */ in cdns_mhdp_adjust_lt()
557 * power saving state within 1 ms" (Section 2.5.3.1, Table 5-52, "Sink in cdns_mhdp_link_power_up()
1006 char vs[8] = "0/0/0/0"; in cdns_mhdp_print_lt_status() local
1011 vs[i * 2] = '0' + phy_cfg->dp.voltage[i]; in cdns_mhdp_print_lt_status()
1015 vs[i * 2 - 1] = '\0'; in cdns_mhdp_print_lt_status()
1018 dev_dbg(mhdp->dev, "%s, %u lanes, %u Mbps, vs %s, pe %s\n", in cdns_mhdp_print_lt_status()
[all …]

12345678910>>...25