Home
last modified time | relevance | path

Searched refs:zero (Results 226 – 250 of 1975) sorted by relevance

12345678910>>...79

/openbmc/linux/drivers/macintosh/
H A Drack-meter.c54 int zero; member
243 rcpu->zero = (cumm == 0); in rackmeter_do_timer()
246 pause = (rm->cpu[0].zero && rm->cpu[1].zero); in rackmeter_do_timer()
249 pause = (rm->cpu[0].zero && rm->cpu[1].zero); in rackmeter_do_timer()
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/
H A Dmux.txt22 Some clock controller IPs do not allow a value of zero to be programmed
34 a zero shift.
49 zero
/openbmc/linux/arch/x86/boot/
H A Dgenimage.sh210 $dd if=/dev/zero of="$FIMAGE" bs=1024 count=1440 2>/dev/null
218 $dd if=/dev/zero of="$FIMAGE" bs=1024 count=2880 2>/dev/null
237 $dd if=/dev/zero of="$FIMAGE" bs=$((1024*1024)) count=$megs 2>/dev/null
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dtdm-slot.txt27 number presents bit-0 (LSB), second presents bit-1, etc. Any non zero
29 does not do anything, if either mask is set non zero value.
/openbmc/linux/net/caif/
H A Dcfdgml.c84 u32 zero = 0; in cfdgml_transmit() local
100 cfpkt_add_head(pkt, &zero, 3); in cfdgml_transmit()
H A Dcfutill.c80 u8 zero = 0; in cfutill_transmit() local
93 cfpkt_add_head(pkt, &zero, 1); in cfutill_transmit()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sli-defs.h104 __BITFIELD_FIELD(uint64_t zero:1,
116 __BITFIELD_FIELD(uint64_t zero:1,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumaudio.rst35 ``index`` field and zero out the ``reserved`` array of a struct
40 zero, incrementing by one until the driver returns ``EINVAL``.
H A Dvidioc-dbg-g-chip-info.rst58 chips by starting at zero and incrementing ``match.addr`` by one until
60 zero always selects the bridge chip itself, e. g. the chip connected to
61 the PCI or USB bus. Non-zero numbers identify specific parts of the
141 - Match the nth chip on the card, zero for the bridge chip. Does not
/openbmc/linux/arch/x86/power/
H A Dhibernate_asm_32.S55 jecxz 1f # cr4 Pentium and higher, skip if zero
89 jecxz 1f # cr4 Pentium and higher, skip if zero
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Diters_state_safety.c367 int zero; variable
418 __imm_addr(zero), in __flag()
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_trace.h126 __field(int, zero)
136 __entry->zero = mreq->request.zero;
142 __entry->zero ? "Z" : "z",
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst105 0 0 "zero" bit phase 1
106 0 1 "zero" bit phase 2
159 to write a "zero" bit,
161 disable, "zero" bit phase 1, tuner adjust)
163 disable, "zero" bit phase 2, tuner adjust)
/openbmc/qemu/docs/
H A Dxbzrle.txt26 of the page, where zero represents an unchanged value.
27 The page data delta is represented by zero and non zero runs.
28 A zero run is represented by its length (in bytes).
29 A non zero run is represented by its length (in bytes) and the new data.
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dbase.c65 nvkm_mmu_ptp_get(struct nvkm_mmu *mmu, u32 size, bool zero) in nvkm_mmu_ptp_get() argument
167 nvkm_mmu_ptc_get(struct nvkm_mmu *mmu, u32 size, u32 align, bool zero) in nvkm_mmu_ptc_get() argument
176 pt = nvkm_mmu_ptp_get(mmu, align, zero); in nvkm_mmu_ptc_get()
192 if (zero) in nvkm_mmu_ptc_get()
208 size, align, zero, &pt->memory); in nvkm_mmu_ptc_get()
/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c378 Aml *zero = aml_int(0); in build_memory_hotplug_aml() local
438 ifctx = aml_if(aml_equal(slots_nr, zero)); in build_memory_hotplug_aml()
440 aml_append(ifctx, aml_return(zero)); in build_memory_hotplug_aml()
457 ifctx = aml_if(aml_equal(slots_nr, zero)); in build_memory_hotplug_aml()
459 aml_append(ifctx, aml_return(zero)); in build_memory_hotplug_aml()
463 aml_append(method, aml_store(zero, idx)); in build_memory_hotplug_aml()
509 aml_append(method, aml_store(zero, ret_val)); in build_memory_hotplug_aml()
586 ifctx = aml_if(aml_equal(maxh, zero)); in build_memory_hotplug_aml()
/openbmc/linux/arch/alpha/lib/
H A Dclear_user.S36 0: EX( stq_u $31, 0($16) ) # e0 : zero one word
46 2: EX( stq_u $31, 0($16) ) # e0 : zero four words
/openbmc/qemu/audio/
H A Dtrace-events7 alsa_wrote_zero(int len) "Failed to write %d frames (wrote zero)"
8 alsa_read_zero(long len) "Failed to read %ld frames (read zero)"
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-v3s-licheepi-zero-dock.dts43 #include "sun8i-v3s-licheepi-zero.dts"
49 compatible = "licheepi,licheepi-zero-dock", "licheepi,licheepi-zero",
/openbmc/linux/Documentation/filesystems/ext4/
H A Dchecksums.rst47 zero.
55 The checksum field is set to zero.
67 field is set to zero. Each inode has its own checksum.
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_autosize.c54 int err, fd = -1, zero = 0; in test_core_autosize() local
170 err = bpf_map__lookup_elem(bss_map, &zero, sizeof(zero), &out, sizeof(out), 0); in test_core_autosize()
/openbmc/linux/arch/riscv/lib/
H A Duaccess.S208 fixup REG_S, zero, (a0), 11f
220 fixup sb, zero, (a0), 11f
225 fixup sb, zero, (a0), 11f
/openbmc/linux/Documentation/bpf/
H A Dmaps.rst65 ``attr->value``. Returns zero and stores found elem into ``attr->value`` on
71 ``attr->value``. Returns zero on success or negative error on failure.
76 ``attr->key``. Returns zero on success or negative error on failure.
/openbmc/linux/drivers/usb/gadget/udc/
H A DKconfig40 endpoints (plus endpoint zero).
86 (plus endpoint zero).
124 endpoints (plus endpoint zero). This driver supports the
142 zero (for control transfers).
164 It has nine configurable endpoints, and endpoint zero.
224 It has up to 23 endpoints, as well as endpoint zero (for
285 It has seven configurable endpoints, and endpoint zero.
336 It has three configurable endpoints, as well as endpoint zero
359 It has six configurable endpoints, as well as endpoint zero
385 endpoints, plus endpoint zero (for control transfers).
[all …]
/openbmc/linux/Documentation/RCU/
H A Dtorture.rst51 * "tfle": If non-zero, indicates that the "torture freelist"
60 to be non-zero, but it is bad for it to be a large fraction of
67 correctly. This value should be zero.
69 * "rtbe": A non-zero value indicates that one of the rcu_barrier()
73 used to force RCU priority inversion. This value should be zero.
85 value should be non-zero.
88 within a timer handler. This value should be non-zero only
92 If any entries past the first two are non-zero, RCU is broken.
94 you notice. The age of a newly allocated structure is zero,
105 than in terms of grace periods. The legal number of non-zero
[all …]

12345678910>>...79