| /Linux-v6.1/security/selinux/ss/ |
| D | constraint.h | 21 #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-v6.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-v6.1/drivers/hwmon/pmbus/ |
| D | ibm-cffps.c | 50 #define CFFPS_MFR_OC_FAULT BIT(5) 197 rc = snprintf(data, 5, "%04X", rc); in ibm_cffps_debugfs_read() 222 snprintf(&data[i * 4], 5, "%04X", rc); in ibm_cffps_debugfs_read() 492 enum versions vs = cffps_unknown; in ibm_cffps_probe() local 500 vs = (enum versions)md; in ibm_cffps_probe() 504 vs = (enum versions)id->driver_data; in ibm_cffps_probe() 507 if (vs == cffps_unknown) { in ibm_cffps_probe() 529 vs = cffps1; in ibm_cffps_probe() 531 vs = cffps2; in ibm_cffps_probe() 534 vs = cffps2; in ibm_cffps_probe() [all …]
|
| /Linux-v6.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-v6.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()
|
| D | x25_proc.c | 53 seq_printf(seq, "%-15s %-6d %-5s\n", in x25_seq_route_show() 85 seq_printf(seq, "dest_addr src_addr dev lci st vs vr " in x25_seq_socket_show() 98 seq_printf(seq, "%-10s %-10s %-5s %3.3X %d %d %d %d %3lu %3lu " in x25_seq_socket_show() 99 "%3lu %3lu %3lu %5d %5d %ld\n", in x25_seq_socket_show() 102 devname, x25->lci & 0x0FFF, x25->state, x25->vs, x25->vr, in x25_seq_socket_show()
|
| /Linux-v6.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-v6.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-v6.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-v6.1/tools/testing/selftests/bpf/benchs/ |
| D | run_bench_ringbufs.sh | 24 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do 28 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do 32 header "Ringbuf back-to-back, reserve+commit vs output" 36 header "Ringbuf sampled, reserve+commit vs output"
|
| /Linux-v6.1/drivers/hwmon/ |
| D | lm75.c | 107 struct regulator *vs; member 118 static const u8 lm75_sample_set_masks[] = { 0 << 5, 1 << 5, 2 << 5, 3 << 5 }; 120 #define LM75_SAMPLE_CLEAR_MASK (3 << 5) 128 .clr_mask = 1 << 5, /* not one-shot mode */ 133 .set_mask = 3 << 5, /* 12-bit mode*/ 141 .clr_mask = 3 << 5, 142 .set_mask = 2 << 5, /* 11-bit mode */ 150 .clr_mask = 3 << 5, 151 .set_mask = 2 << 5, /* 11-bit mode */ 159 .clr_mask = 3 << 5, [all …]
|
| /Linux-v6.1/Documentation/scheduler/ |
| D | sched-arch.rst | 51 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-v6.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-v6.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-v6.1/drivers/vhost/ |
| D | scsi.c | 247 static void vhost_scsi_init_inflight(struct vhost_scsi *vs, in vhost_scsi_init_inflight() argument 254 for (i = 0; i < vs->dev.nvqs; i++) { in vhost_scsi_init_inflight() 255 vq = &vs->vqs[i].vq; in vhost_scsi_init_inflight() 260 idx = vs->vqs[i].inflight_idx; in vhost_scsi_init_inflight() 262 old_inflight[i] = &vs->vqs[i].inflights[idx]; in vhost_scsi_init_inflight() 265 vs->vqs[i].inflight_idx = idx ^ 1; in vhost_scsi_init_inflight() 266 new_inflight = &vs->vqs[i].inflights[idx ^ 1]; in vhost_scsi_init_inflight() 374 struct vhost_scsi *vs = cmd->tvc_vhost; in vhost_scsi_release_cmd() local 376 llist_add(&cmd->tvc_completion_list, &vs->vs_completion_list); in vhost_scsi_release_cmd() 377 vhost_work_queue(&vs->dev, &vs->vs_completion_work); in vhost_scsi_release_cmd() [all …]
|
| /Linux-v6.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-v6.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-v6.1/arch/arm/boot/dts/ |
| D | qcom-pm8941.dtsi | 41 <0x0 0x10 5 IRQ_TYPE_EDGE_BOTH>, 168 interrupt-names = "ocp-5vs1", "ocp-5vs2"; 177 pm8941_5vs1: 5vs1 { 183 qcom,vs-soft-start-strength = <0>; 187 pm8941_5vs2: 5vs2 { 193 qcom,vs-soft-start-strength = <0>;
|
| /Linux-v6.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 …]
|
| /Linux-v6.1/include/dt-bindings/reset/ |
| D | ti-syscon.h | 19 /* 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-v6.1/Documentation/devicetree/bindings/regulator/ |
| D | qcom,spmi-regulator.yaml | 35 "^(5vs[1-2]|(l|s)[1-9][0-9]?|lvs[1-3])$": 83 qcom,vs-soft-start-strength: 157 "^vdd_s[1-5]-supply$": true 197 "^vdd_s[1-5]-supply$": true 235 - description: Over-current protection interrupt for 5V S1 236 - description: Over-current protection interrupt for 5V S2 239 - const: ocp-5vs1 240 - const: ocp-5vs2 324 "^vdd_s[1-5]-supply$": true
|
| /Linux-v6.1/Documentation/devicetree/bindings/iommu/ |
| D | qcom,iommu.txt | 6 to non-secure vs secure interrupt line. 46 for routing of context bank irq's to secure vs non- 110 iommus = <&apps_iommu 5>;
|