/openbmc/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
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | not_action_tests.cpp | 49 // Test where negated action throws an exception in TEST() 66 // Test where negated action returns true in TEST() 80 // Test where negated action returns false in TEST()
|
/openbmc/linux/fs/smb/client/ |
H A D | fs_context.c | 1063 if (result.negated) { in smb3_fs_context_parse_param() 1071 if (result.negated) in smb3_fs_context_parse_param() 1080 if (result.negated) in smb3_fs_context_parse_param() 1088 if (result.negated) in smb3_fs_context_parse_param() 1096 if (result.negated) in smb3_fs_context_parse_param() 1102 if (result.negated) in smb3_fs_context_parse_param() 1109 if (result.negated) in smb3_fs_context_parse_param() 1116 if (result.negated) in smb3_fs_context_parse_param() 1122 if (result.negated) in smb3_fs_context_parse_param() 1128 if (result.negated) in smb3_fs_context_parse_param() [all …]
|
/openbmc/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
|
/openbmc/linux/drivers/media/rc/ |
H A D | ir-spi.c | 23 bool negated; member 102 if (idata->negated) { in ir_spi_set_duty_cycle() 138 idata->negated = of_property_read_bool(spi->dev.of_node, in ir_spi_probe()
|
/openbmc/linux/fs/ |
H A D | fs_parser.c | 56 struct fs_parameter *param, bool *negated) in fs_lookup_key() argument 62 *negated = false; in fs_lookup_key() 77 *negated = true; in fs_lookup_key() 112 p = fs_lookup_key(desc, param, &result->negated); in __fs_parse() 126 result->boolean = !result->negated; in __fs_parse()
|
/openbmc/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.
|
/openbmc/linux/fs/ceph/ |
H A D | super.c | 504 if (!result.negated) in ceph_parse_mount_param() 510 if (!result.negated) in ceph_parse_mount_param() 516 if (!result.negated) in ceph_parse_mount_param() 522 if (!result.negated) in ceph_parse_mount_param() 528 if (!result.negated) in ceph_parse_mount_param() 538 if (result.negated) { in ceph_parse_mount_param() 550 if (!result.negated) in ceph_parse_mount_param() 556 if (!result.negated) in ceph_parse_mount_param() 562 if (!result.negated) in ceph_parse_mount_param() 568 if (!result.negated) in ceph_parse_mount_param() [all …]
|
/openbmc/linux/fs/nfs/ |
H A D | fs_context.c | 572 if (result.negated) in nfs_fs_context_parse_param() 578 if (result.negated) in nfs_fs_context_parse_param() 584 if (result.negated) in nfs_fs_context_parse_param() 590 if (result.negated) in nfs_fs_context_parse_param() 596 if (result.negated) in nfs_fs_context_parse_param() 602 if (result.negated) { in nfs_fs_context_parse_param() 623 if (result.negated) in nfs_fs_context_parse_param() 629 if (result.negated) in nfs_fs_context_parse_param() 635 if (result.negated) in nfs_fs_context_parse_param() 641 if (result.negated) in nfs_fs_context_parse_param() [all …]
|
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | vboxguest_linux.c | 85 * Return: 0 on success, negated errno on failure. 98 * Return: 0 on success, negated errno on failure. 224 * Return: 0 on success, negated errno on failure. 283 * Return: 0 on success, negated errno on failure.
|
/openbmc/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
|
/openbmc/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()
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | pci-msi.txt | 168 * negated. 211 * RID, but the high bit of the bus number is negated.
|
/openbmc/linux/fs/ntfs3/ |
H A D | super.c | 353 opts->sys_immutable = result.negated ? 0 : 1; in ntfs_fs_parse_param() 356 opts->discard = result.negated ? 0 : 1; in ntfs_fs_parse_param() 359 opts->force = result.negated ? 0 : 1; in ntfs_fs_parse_param() 362 opts->sparse = result.negated ? 0 : 1; in ntfs_fs_parse_param() 365 opts->nohidden = result.negated ? 1 : 0; in ntfs_fs_parse_param() 368 opts->hide_dot_files = result.negated ? 0 : 1; in ntfs_fs_parse_param() 371 opts->windows_names = result.negated ? 0 : 1; in ntfs_fs_parse_param() 374 opts->showmeta = result.negated ? 0 : 1; in ntfs_fs_parse_param() 377 if (!result.negated) in ntfs_fs_parse_param() 393 opts->prealloc = result.negated ? 0 : 1; in ntfs_fs_parse_param() [all …]
|
/openbmc/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_fint.c | 30 xm = ((unsigned) 1 << 31); /* max neg can't be safely negated */ in ieee754sp_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()
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 240 + "error: encodings can't be negated")); 276 + "error: encodings can't be negated")); 340 + "error: encodings can't be negated")); 376 + "error: encodings can't be negated"));
|
/openbmc/linux/Documentation/devicetree/bindings/leds/irled/ |
H A D | ir-spi-led.yaml | 35 Output is negated with a NOT gate.
|
/openbmc/linux/include/linux/input/ |
H A D | kxtj9.h | 25 * Each axis can be negated to account for sensor orientation within
|
/openbmc/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()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | filter_expr_parser_ast.hpp | 48 // An expression that has been negated with not
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | not_action.hpp | 65 * @return negated return value from action executed
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | renesas,rst.yaml | 16 - Latching of the levels on mode pins when PRESET# is negated,
|