| /linux/drivers/pmdomain/sunxi/ |
| H A D | sun50i-h6-prcm-ppu.c | 41 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 D | gen_ucs_fallback_table.py | 134 # 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 D | ir-spi.c | 27 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 D | Kconfig.recursion-issue-02 | 15 # annotate this, all features that driver A selects cannot now be negated by 21 # negated by other drivers.
|
| /linux/drivers/virt/vboxguest/ |
| H A D | vboxguest_linux.c | 88 * 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 D | netwinder-fpe.rst | 70 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 D | options.c | 126 if (result.negated) in hfsplus_parse_param() 132 if (result.negated) in hfsplus_parse_param()
|
| /linux/arch/mips/math-emu/ |
| H A D | dp_fint.c | 30 xm = ((unsigned) 1 << 31); /* max neg can't be safely negated */ in ieee754dp_fint()
|
| H A D | dp_flong.c | 30 xm = (1ULL << 63); /* max neg can't be safely negated */ in ieee754dp_flong()
|
| H A D | sp_flong.c | 30 xm = (1ULL << 63); /* max neg can't be safely negated */ in ieee754sp_flong()
|
| H A D | sp_fint.c | 30 xm = ((unsigned) 1 << 31); /* max neg can't be safely negated */ in ieee754sp_fint()
|
| /linux/net/ceph/ |
| H A D | ceph_common.c | 555 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 D | kxtj9.h | 25 * Each axis can be negated to account for sensor orientation within
|
| /linux/fs/btrfs/ |
| H A D | super.c | 384 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 D | renesas,rst.yaml | 16 - Latching of the levels on mode pins when PRESET# is negated,
|
| /linux/drivers/spi/ |
| H A D | spi-butterfly.c | 106 /* 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 D | pvr_mmu.h | 44 * %PVR_DEVICE_PAGE_SIZE. When bitwise negated, it will indicate whether a
|
| /linux/include/uapi/linux/ |
| H A D | comedi.h | 1495 * 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 D | timer-imx-sysctr.c | 47 * signal will be negated(acknowledged). in sysctr_irq_acknowledge()
|
| /linux/Documentation/hwmon/ |
| H A D | lm93.rst | 124 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 D | mac53c94.h | 124 #define INTR_SELECT 0x01 /* we were selected, ATN negated */
|
| /linux/tools/include/nolibc/ |
| H A D | nolibc.h | 19 * a pointer or the negated errno value.
|
| /linux/Documentation/security/keys/ |
| H A D | request-key.rst | 138 the key while it exists to fail with error ENOKEY if negated or the specified
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | patch-scs.c | 119 * case, this field is 0, otherwise it is the negated offset relative
|
| /linux/tools/lib/subcmd/ |
| H A D | parse-options.c | 468 /* negated and abbreviated very much? */ in parse_long_opt() 473 /* negated? */ in parse_long_opt() 478 /* abbreviated and negated? */ in check_typos()
|