/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 | 1169 if (result.negated) { in smb3_fs_context_parse_param() 1177 if (result.negated) in smb3_fs_context_parse_param() 1186 if (result.negated) in smb3_fs_context_parse_param() 1194 if (result.negated) in smb3_fs_context_parse_param() 1202 if (result.negated) in smb3_fs_context_parse_param() 1208 if (result.negated) in smb3_fs_context_parse_param() 1215 if (result.negated) in smb3_fs_context_parse_param() 1222 if (result.negated) in smb3_fs_context_parse_param() 1228 if (result.negated) in smb3_fs_context_parse_param() 1234 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/arch/s390/include/asm/ |
H A D | elf.h | 69 negated static TLS block offset. */ 71 negated static TLS block offset. */ 73 negated static TLS block offset. */ 74 #define R_390_TLS_LE32 50 /* 32 bit negated offset relative to 76 #define R_390_TLS_LE64 51 /* 64 bit negated offset relative to
|
/linux/drivers/media/rc/ |
H A D | ir-spi.c | 28 bool negated; member 118 if (idata->negated) { in ir_spi_set_duty_cycle() 155 idata->negated = device_property_read_bool(dev, "led-active-low"); in ir_spi_probe()
|
/linux/fs/ |
H A D | fs_parser.c | 57 struct fs_parameter *param, bool *negated) in fs_lookup_key() argument 63 *negated = false; in fs_lookup_key() 78 *negated = true; in fs_lookup_key() 113 p = fs_lookup_key(desc, param, &result->negated); in __fs_parse() 127 result->boolean = !result->negated; in __fs_parse()
|
/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/ceph/ |
H A D | super.c | 508 if (!result.negated) in ceph_parse_mount_param() 514 if (!result.negated) in ceph_parse_mount_param() 520 if (!result.negated) in ceph_parse_mount_param() 526 if (!result.negated) in ceph_parse_mount_param() 532 if (!result.negated) in ceph_parse_mount_param() 542 if (result.negated) { in ceph_parse_mount_param() 554 if (!result.negated) in ceph_parse_mount_param() 560 if (!result.negated) in ceph_parse_mount_param() 566 if (!result.negated) in ceph_parse_mount_param() 572 if (!result.negated) in ceph_parse_mount_param() [all...] |
/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/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 | 125 if (result.negated) in hfsplus_parse_param() 131 if (result.negated) in hfsplus_parse_param()
|
/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/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 | sp_flong.c | 30 xm = (1ULL << 63); /* max neg can't be safely negated */ in ieee754sp_flong()
|
H A D | dp_flong.c | 30 xm = (1ULL << 63); /* max neg can't be safely negated */ in ieee754dp_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/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/fs/btrfs/ |
H A D | super.c | 370 if (result.negated) { in btrfs_parse_param() 378 if (result.negated) { in btrfs_parse_param() 397 if (result.negated) { in btrfs_parse_param() 407 if (result.negated) { in btrfs_parse_param() 416 if (result.negated) in btrfs_parse_param() 432 if (result.negated) { in btrfs_parse_param() 453 if (result.negated) in btrfs_parse_param() 464 if (result.negated) in btrfs_parse_param() 473 if (result.negated) { in btrfs_parse_param() 500 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/Documentation/admin-guide/mm/ |
H A D | swap_numa.rst | 72 value in the swap_avail_list is the negated value of the swap device's
|