| /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/comedi/drivers/ |
| H A D | amplc_dio200_pci.c | 128 * 6. /GAT n, negated version of the counter channel's dedicated 129 * GAT input (negated version of gate source 2). 131 * (negated version of gate source 3). 137 * 11. Negated "pattern present" signal, LOW while pattern present 138 * (negated version of gate source 8). 139 * 12. Negated "pattern occurred" latched signal, latches LOW when 140 * pattern occurs (negated version of gate source 9). 141 * 13. Negated "pattern gone away" latched signal, latches LOW when 142 * pattern goes away after it occurred (negated version of gate
|
| /linux/fs/smb/client/ |
| H A D | fs_context.c | 1260 if (result.negated) { in smb3_fs_context_parse_param() 1268 if (result.negated) in smb3_fs_context_parse_param() 1277 if (result.negated) in smb3_fs_context_parse_param() 1285 if (result.negated) in smb3_fs_context_parse_param() 1293 if (result.negated) in smb3_fs_context_parse_param() 1299 if (result.negated) in smb3_fs_context_parse_param() 1306 if (result.negated) in smb3_fs_context_parse_param() 1313 if (result.negated) in smb3_fs_context_parse_param() 1319 if (result.negated) in smb3_fs_context_parse_param() 1325 if (result.negated) in smb3_fs_context_parse_param() [all …]
|
| /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/fs/ceph/ |
| H A D | super.c | 497 if (!result.negated) in ceph_parse_mount_param() 503 if (!result.negated) in ceph_parse_mount_param() 509 if (!result.negated) in ceph_parse_mount_param() 515 if (!result.negated) in ceph_parse_mount_param() 521 if (!result.negated) in ceph_parse_mount_param() 531 if (result.negated) { in ceph_parse_mount_param() 543 if (!result.negated) in ceph_parse_mount_param() 549 if (!result.negated) in ceph_parse_mount_param() 555 if (!result.negated) in ceph_parse_mount_param() 561 if (!result.negated) in ceph_parse_mount_param() [all …]
|
| /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/fs/nfs/ |
| H A D | fs_context.c | 630 if (result.negated) in nfs_fs_context_parse_param() 636 if (result.negated) in nfs_fs_context_parse_param() 642 if (result.negated) in nfs_fs_context_parse_param() 648 if (result.negated) in nfs_fs_context_parse_param() 654 if (result.negated) in nfs_fs_context_parse_param() 660 if (result.negated) in nfs_fs_context_parse_param() 666 if (result.negated) { in nfs_fs_context_parse_param() 689 if (result.negated) in nfs_fs_context_parse_param() 695 if (result.negated) { in nfs_fs_context_parse_param() 716 if (result.negated) in nfs_fs_context_parse_param() [all …]
|
| /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/drivers/hid/ |
| H A D | hid-picolcd_cir.c | 49 * with value negated for pulse. Intervals are in microseconds. in picolcd_raw_cir() 51 * Note: some userspace LIRC code for PicoLCD says negated values in picolcd_raw_cir()
|
| /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/net/ceph/ |
| H A D | ceph_common.c | 556 if (!result.negated) in ceph_parse_param() 562 if (!result.negated) in ceph_parse_param() 568 if (!result.negated) in ceph_parse_param() 574 if (!result.negated) in ceph_parse_param() 580 if (!result.negated) in ceph_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/Documentation/devicetree/bindings/leds/irled/ |
| H A D | ir-spi-led.yaml | 35 Output is negated with a NOT gate.
|
| /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 | 385 if (result.negated) { in btrfs_parse_param() 393 if (result.negated) { in btrfs_parse_param() 412 if (result.negated) { in btrfs_parse_param() 422 if (result.negated) { in btrfs_parse_param() 431 if (result.negated) in btrfs_parse_param() 447 if (result.negated) { in btrfs_parse_param() 468 if (result.negated) in btrfs_parse_param() 479 if (result.negated) in btrfs_parse_param() 488 if (result.negated) { in btrfs_parse_param() 515 if (result.negated) { in btrfs_parse_param() [all …]
|
| /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/Documentation/devicetree/bindings/reset/ |
| H A D | renesas,rst.yaml | 16 - Latching of the levels on mode pins when PRESET# is negated,
|
| /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/include/linux/ |
| H A D | fs_parser.h | 55 bool negated; /* T if param was "noxxx" */ member
|