Home
last modified time | relevance | path

Searched full:negated (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/pmdomain/sunxi/
H A Dsun50i-h6-prcm-ppu.c41 bool negated; member
88 return bit ^ pd->negated; in sun50i_h6_ppu_power_status()
108 return sun50i_h6_ppu_pd_set_power(pd, !pd->negated); in sun50i_h6_ppu_pd_power_on()
115 return sun50i_h6_ppu_pd_set_power(pd, pd->negated); in sun50i_h6_ppu_pd_power_off()
160 pd->negated = !!(desc->flags & FLAG_PPU_NEGATED); in sun50i_h6_ppu_probe()
/linux/drivers/tty/vt/
H A Dgen_ucs_fallback_table.py134 # Negated mathematical symbols (preserving the negation semantics)
135 # Negated symbols mapped to exclamation mark (semantically "not")
137 overrides[cp] = ord('!') # Negated math symbols -> ! (not)
139 # Negated symbols mapped to hash sign (semantically "not equal")
141 overrides[cp] = ord('#') # Negated equality symbols -> # (not equal)
143 # Negated arrows - all mapped to exclamation mark
145 overrides[cp] = ord('!') # Negated arrows -> ! (not)
/linux/drivers/media/rc/
H A Dir-spi.c27 bool negated; member
117 if (idata->negated) { in ir_spi_set_duty_cycle()
154 idata->negated = device_property_read_bool(dev, "led-active-low"); in ir_spi_probe()
/linux/Documentation/kbuild/
H A DKconfig.recursion-issue-0215 # annotate this, all features that driver A selects cannot now be negated by
21 # negated by other drivers.
/linux/drivers/virt/vboxguest/
H A Dvboxguest_linux.c88 * Return: %0 on success, negated errno on failure.
103 * Return: %0 on success, negated errno on failure.
226 * Return: 0 on success, negated errno on failure.
285 * Return: 0 on success, negated errno on failure.
/linux/Documentation/arch/arm/nwfpe/
H A Dnetwinder-fpe.rst70 CNF{cond} Fn, Fm Compare negated floating
71 CNFE{cond} Fn, Fm Compare negated floating with exception
108 MNF{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - move negated
/linux/fs/hfsplus/
H A Doptions.c126 if (result.negated) in hfsplus_parse_param()
132 if (result.negated) in hfsplus_parse_param()
/linux/arch/mips/math-emu/
H A Ddp_fint.c30 xm = ((unsigned) 1 << 31); /* max neg can't be safely negated */ in ieee754dp_fint()
H A Ddp_flong.c30 xm = (1ULL << 63); /* max neg can't be safely negated */ in ieee754dp_flong()
H A Dsp_flong.c30 xm = (1ULL << 63); /* max neg can't be safely negated */ in ieee754sp_flong()
H A Dsp_fint.c30 xm = ((unsigned) 1 << 31); /* max neg can't be safely negated */ in ieee754sp_fint()
/linux/net/ceph/
H A Dceph_common.c555 if (!result.negated) in ceph_parse_param()
561 if (!result.negated) in ceph_parse_param()
567 if (!result.negated) in ceph_parse_param()
573 if (!result.negated) in ceph_parse_param()
579 if (!result.negated) in ceph_parse_param()
/linux/include/linux/input/
H A Dkxtj9.h25 * Each axis can be negated to account for sensor orientation within
/linux/fs/btrfs/
H A Dsuper.c384 if (result.negated) { in btrfs_parse_param()
392 if (result.negated) { in btrfs_parse_param()
411 if (result.negated) { in btrfs_parse_param()
421 if (result.negated) { in btrfs_parse_param()
430 if (result.negated) in btrfs_parse_param()
446 if (result.negated) { in btrfs_parse_param()
467 if (result.negated) in btrfs_parse_param()
478 if (result.negated) in btrfs_parse_param()
487 if (result.negated) { in btrfs_parse_param()
514 if (!result.negated) in btrfs_parse_param()
[all …]
/linux/Documentation/devicetree/bindings/reset/
H A Drenesas,rst.yaml16 - Latching of the levels on mode pins when PRESET# is negated,
/linux/drivers/spi/
H A Dspi-butterfly.c106 /* only STATUS_BUSY is NOT negated */ in getmiso()
120 * most PARPORT_CONTROL_* bits are negated, so we must in butterfly_chipselect()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.h44 * %PVR_DEVICE_PAGE_SIZE. When bitwise negated, it will indicate whether a
/linux/include/uapi/linux/
H A Dcomedi.h1495 * negated output of counter channel minus 2
1506 AMPLC_DIO_GAT_NGATN = 6, /* negated per channel gate input */
1507 /* non-negated output of counter channel minus 2 */
1512 AMPLC_DIO_GAT_NPAT_PRESENT, /* negated "pattern present" */
1513 AMPLC_DIO_GAT_NPAT_OCCURRED, /* negated "pattern occurred" */
1514 AMPLC_DIO_GAT_NPAT_GONE /* negated "pattern gone away" */
/linux/drivers/clocksource/
H A Dtimer-imx-sysctr.c47 * signal will be negated(acknowledged). in sysctr_irq_acknowledge()
/linux/Documentation/hwmon/
H A Dlm93.rst124 which 1 indicates #VRD_HOT is asserted and 0 indicates it is negated. These
298 vrdhot<n> 0 means negated, 1 means asserted
/linux/drivers/scsi/
H A Dmac53c94.h124 #define INTR_SELECT 0x01 /* we were selected, ATN negated */
/linux/tools/include/nolibc/
H A Dnolibc.h19 * a pointer or the negated errno value.
/linux/Documentation/security/keys/
H A Drequest-key.rst138 the key while it exists to fail with error ENOKEY if negated or the specified
/linux/arch/arm64/kernel/pi/
H A Dpatch-scs.c119 * case, this field is 0, otherwise it is the negated offset relative
/linux/tools/lib/subcmd/
H A Dparse-options.c468 /* negated and abbreviated very much? */ in parse_long_opt()
473 /* negated? */ in parse_long_opt()
478 /* abbreviated and negated? */ in check_typos()

123