/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | reg_access_test.c | 19 uint64_t val, expected; in reg_access() local 23 expected = 0x8000000100000000ull; in reg_access() 24 mtspr(SPRN_BESCR, expected); in reg_access() 27 FAIL_IF(val != expected); in reg_access() 29 expected = 0x0000000001000000ull; in reg_access() 30 mtspr(SPRN_EBBHR, expected); in reg_access() 33 FAIL_IF(val != expected); in reg_access()
|
D | cycles_with_mmcr2_test.c | 25 uint64_t val, expected[2], actual; in cycles_with_mmcr2() local 49 expected[0] = MMCR2_EXPECTED_1; in cycles_with_mmcr2() 50 expected[1] = MMCR2_EXPECTED_2; in cycles_with_mmcr2() 58 mtspr(SPRN_MMCR2, expected[i % 2]); in cycles_with_mmcr2() 63 if (val != expected[i % 2]) { in cycles_with_mmcr2()
|
D | instruction_count_test.c | 28 int64_t difference, expected; in do_count_loop() local 46 expected = instructions + overhead; in do_count_loop() 47 difference = event->result.value - expected; in do_count_loop() 52 printf("Expected %lu\n", expected); in do_count_loop()
|
/linux-4.4.14/tools/perf/tests/ |
D | hists_cumulate.c | 178 static int do_test(struct hists *hists, struct result *expected, size_t nr_expected, in do_test() argument 211 TEST_ASSERT_VAL(buf, he->stat.period == expected[i].self && in do_test() 212 !strcmp(COMM(he), expected[i].comm) && in do_test() 213 !strcmp(DSO(he), expected[i].dso) && in do_test() 214 !strcmp(SYM(he), expected[i].sym)); in do_test() 217 TEST_ASSERT_VAL(buf, he->stat_acc->period == expected[i].children); in do_test() 268 struct result expected[] = { in test1() local 291 err = do_test(hists, expected, ARRAY_SIZE(expected), NULL, 0); in test1() 366 struct result expected[] = { in test2() local 438 err = do_test(hists, expected, ARRAY_SIZE(expected), in test2() [all …]
|
D | openat-syscall-all-cpus.c | 88 unsigned int expected; in test__openat_syscall_event_on_all_cpus() local 99 expected = nr_openat_calls + cpu; in test__openat_syscall_event_on_all_cpus() 100 if (perf_counts(evsel->counts, cpu, 0)->val != expected) { in test__openat_syscall_event_on_all_cpus() 102 expected, cpus->map[cpu], perf_counts(evsel->counts, cpu, 0)->val); in test__openat_syscall_event_on_all_cpus()
|
D | tests.h | 12 #define TEST_ASSERT_EQUAL(text, val, expected) \ argument 14 if (val != expected) { \ 16 __FILE__, __LINE__, text, val, expected); \
|
/linux-4.4.14/lib/ |
D | percpu_test.c | 4 #define CHECK(native, pcp, expected) \ argument 6 WARN((native) != (expected), \ 9 (long long)(expected), (long long)(expected)); \ 10 WARN(__this_cpu_read(pcp) != (expected), \ 13 (long long)(expected), (long long)(expected)); \
|
D | glob.c | 137 bool expected; member 140 static bool __pure __init test(char const *pat, char const *str, bool expected) in test() argument 143 bool success = match == expected; in test() 265 bool expected = *p++ & 1; in glob_init() local 269 successes += test(pat, p, expected); in glob_init()
|
D | test_rhashtable.c | 85 bool expected = !(i % 2); in test_rht_lookup() local 89 expected = false; in test_rht_lookup() 93 if (expected && !obj) { in test_rht_lookup() 96 } else if (!expected && obj) { in test_rht_lookup() 100 } else if (expected && obj) { in test_rht_lookup()
|
D | locking-selftest.c | 970 static void dotest(void (*testcase_fn)(void), int expected, int lockclass_mask) in dotest() argument 981 if (expected == FAILURE && debug_locks) { in dotest() 987 if (debug_locks != expected) { in dotest() 1000 lockclass_mask, debug_locks, expected); in dotest()
|
/linux-4.4.14/tools/testing/selftests/powerpc/vphn/ |
D | test-vphn.c | 23 u32 expected[VPHN_ASSOC_BUFSIZE]; member 373 if (len != test->expected[0]) { in test_one() 374 printf("expected %d elements, got %d\n", test->expected[0], in test_one() 381 if (val != test->expected[i]) { in test_one() 383 test->expected[i]); in test_one()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 132 .expected = 0, 139 .expected = 0, 162 .expected = 0, 169 .expected = 0, 175 .expected = 0, 181 .expected = 0, 189 .expected = 0, 198 .expected = 0, 204 .expected = 0, 239 .expected = 0, [all …]
|
D | intel_runtime_pm.c | 1190 u32 reg, val, expected, actual; in assert_chv_phy_powergate() local 1217 expected = DPIO_ALLDL_POWERDOWN | DPIO_ANYDL_POWERDOWN; in assert_chv_phy_powergate() 1228 expected = 0; in assert_chv_phy_powergate() 1230 expected = DPIO_ANYDL_POWERDOWN; in assert_chv_phy_powergate() 1232 expected = 0; in assert_chv_phy_powergate() 1241 WARN(actual != expected, in assert_chv_phy_powergate() 1244 !!(expected & DPIO_ALLDL_POWERDOWN), !!(expected & DPIO_ANYDL_POWERDOWN), in assert_chv_phy_powergate()
|
/linux-4.4.14/arch/arc/include/asm/ |
D | cmpxchg.h | 20 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) in __cmpxchg() argument 38 "ir"(expected), in __cmpxchg() 50 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) in __cmpxchg() argument 61 if (prev == expected) in __cmpxchg()
|
D | entry-arcv2.h | 117 ; Set Z flag if this was from U mode (expected by INTERRUPT_PROLOGUE) 128 PUSHAX ecr ; r9 contains ECR, expected by EV_Trap
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | pseudodbg.c | 108 int expected = ((opcode >> PseudoDbg_Assert_expected_bits) & PseudoDbg_Assert_expected_mask); in execute_pseudodbg_assert() local 123 if (expected != (value & 0xFFFF)) { in execute_pseudodbg_assert() 126 expected, (unsigned int)(value & 0xFFFF)); in execute_pseudodbg_assert() 133 if (expected != ((value >> 16) & 0xFFFF)) { in execute_pseudodbg_assert() 136 expected, (unsigned int)((value >> 16) & 0xFFFF)); in execute_pseudodbg_assert()
|
/linux-4.4.14/arch/um/drivers/ |
D | net_user.c | 52 int remain, ret, expected; in read_output() local 67 expected = sizeof(remain); in read_output() 73 expected = (remain < len) ? remain : len; in read_output() 74 ret = read(fd, output, expected); in read_output() 75 if (ret != expected) { in read_output() 92 "%d of %d bytes\n", str, ret, expected); in read_output()
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
D | count_instructions.c | 32 s64 difference, expected; in do_count_loop() local 45 expected = instructions + overhead; in do_count_loop() 46 difference = events[0].result.value - expected; in do_count_loop() 54 printf("Expected %llu\n", expected); in do_count_loop()
|
/linux-4.4.14/fs/nfsd/ |
D | blocklayoutxdr.c | 96 u32 nr_iomaps, expected, i; in nfsd4_block_decode_layoutupdate() local 104 expected = sizeof(__be32) + nr_iomaps * PNFS_BLOCK_EXTENT_SIZE; in nfsd4_block_decode_layoutupdate() 105 if (len != expected) { in nfsd4_block_decode_layoutupdate() 107 __func__, len, expected); in nfsd4_block_decode_layoutupdate()
|
D | nfs4callback.c | 226 static int decode_cb_op_status(struct xdr_stream *xdr, enum nfs_opnum4 expected, in decode_cb_op_status() argument 236 if (unlikely(op != expected)) in decode_cb_op_status() 245 "we issued a request for %d\n", op, expected); in decode_cb_op_status()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-av-firmware.c | 43 u32 expected, dl_control; in cx18_av_verifyfw() local 62 expected = 0x0f000000 | ((u32)data[addr] << 16) | addr; in cx18_av_verifyfw() 63 if (expected != dl_control) { in cx18_av_verifyfw() 66 FWFILE, expected, dl_control); in cx18_av_verifyfw()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | irq_alpha.c | 128 const char *machine, int expected) in process_mcheck_info() argument 141 expected ? "expected." : "NOT expected!!!"); in process_mcheck_info() 145 if (expected) { in process_mcheck_info()
|
D | proto.h | 211 unsigned char expected __attribute__((aligned(8))); member 216 #define mcheck_expected(cpu) (*((void)(cpu), &__mcheck_info.expected)) 222 const char *machine, int expected);
|
D | core_mcpcia.c | 577 int expected; in mcpcia_machine_check() local 580 expected = mcheck_expected(cpu); in mcpcia_machine_check() 586 switch (expected) { in mcpcia_machine_check() 608 process_mcheck_info(vector, la_ptr, "MCPCIA", expected != 0); in mcpcia_machine_check() 609 if (!expected && vector != 0x620 && vector != 0x630) { in mcpcia_machine_check()
|
D | core_cia.c | 1198 int expected; in cia_machine_check() local 1208 expected = mcheck_expected(0); in cia_machine_check() 1209 if (!expected && vector == 0x660) in cia_machine_check() 1210 expected = cia_decode_mchk(la_ptr); in cia_machine_check() 1211 process_mcheck_info(vector, la_ptr, "CIA", expected); in cia_machine_check()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_crb.c | 110 unsigned int expected; in crb_recv() local 120 expected = be32_to_cpup((__be32 *) &buf[2]); in crb_recv() 122 if (expected > count) in crb_recv() 125 memcpy_fromio(&buf[6], &priv->rsp[6], expected - 6); in crb_recv() 127 return expected; in crb_recv()
|
D | tpm_i2c_infineon.c | 439 int expected, status; in tpm_tis_i2c_recv() local 453 expected = be32_to_cpu(*(__be32 *)(buf + 2)); in tpm_tis_i2c_recv() 454 if ((size_t) expected > count) { in tpm_tis_i2c_recv() 460 expected - TPM_HEADER_SIZE); in tpm_tis_i2c_recv() 461 if (size < expected) { in tpm_tis_i2c_recv()
|
D | tpm_i2c_nuvoton.c | 270 int expected, status, burst_count, retries, size = 0; in i2c_nuvoton_recv() local 311 expected = be32_to_cpu(*(__be32 *) (buf + 2)); in i2c_nuvoton_recv() 312 if (expected > count) { in i2c_nuvoton_recv() 318 expected - size); in i2c_nuvoton_recv() 320 if (rc < 0 || size < expected) { in i2c_nuvoton_recv()
|
D | tpm_tis.c | 286 int expected, status; in tpm_tis_recv() local 300 expected = be32_to_cpu(*(__be32 *) (buf + 2)); in tpm_tis_recv() 301 if (expected > count) { in tpm_tis_recv() 308 expected - TPM_HEADER_SIZE)) < expected) { in tpm_tis_recv()
|
/linux-4.4.14/arch/x86/mm/ |
D | pageattr-test.c | 50 long i, expected, missed = 0; in print_split() local 100 expected = (s->gpg*GPS + s->lpg*LPS)/PAGE_SIZE + s->spg + missed; in print_split() 101 if (expected != i) { in print_split() 103 max_pfn_mapped, expected); in print_split()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-rc | 41 Sets the scancode filter expected value. 43 expected value of the bits set in the filter mask. 56 of the scancode which should be compared against the expected 88 Sets the scancode wakeup filter expected value. 90 set the expected value of the bits set in the wakeup filter mask 106 expected value to trigger a system wake event.
|
D | sysfs-bus-coresight-devices-tmc | 8 driver are expected to be added as it matures.
|
D | debugfs-olpc | 11 CC is the (hex) command, N is the count of expected reply bytes, and A A A A
|
D | sysfs-devices-soc | 55 expected under most buses. /sys/bus/soc/devices is of particular
|
/linux-4.4.14/drivers/usb/misc/ |
D | usbtest.c | 372 u8 expected; in simple_check_buf() local 385 expected = 0; in simple_check_buf() 393 expected = (i % maxpacket) % 63; in simple_check_buf() 397 expected = !*buf; in simple_check_buf() 400 if (*buf == expected) in simple_check_buf() 402 ERROR(tdev, "buf[%d] = %d (not %d)\n", i, *buf, expected); in simple_check_buf() 428 int expected, in simple_io() argument 476 if (expected != retval) in simple_io() 479 label, iterations, retval, expected); in simple_io() 829 int expected = udev->actconfig->desc.bConfigurationValue; in ch9_postconfig() local [all …]
|
D | ftdi-elan.c | 192 int expected; member 360 ftdi->expected = 4; in ftdi_elan_abandon_targets() 418 ftdi->expected = 4; in ftdi_elan_flush_targets() 454 ftdi->expected = 4; in ftdi_elan_cancel_targets() 873 ftdi->expected = 4; in have_ed_set_response() 877 ftdi->expected = 4 + payload; in have_ed_set_response() 889 ftdi->expected = 4; in have_ed_set_response() 893 ftdi->expected = 4 + payload; in have_ed_set_response() 904 ftdi->expected = 4; in have_ed_set_response() 913 ftdi->expected = 4; in have_ed_set_response() [all …]
|
/linux-4.4.14/arch/s390/kernel/ |
D | jump_label.c | 39 static void jump_label_bug(struct jump_entry *entry, struct insn *expected, in jump_label_bug() argument 43 unsigned char *ipe = (unsigned char *)expected; in jump_label_bug()
|
/linux-4.4.14/tools/testing/selftests/ftrace/ |
D | README | 52 * PASS: The test succeeded as expected. The test which exits with 0 is 55 * FAIL: The test failed, but was expected to succeed. The test which exits 70 * XFAIL: The test failed, and was expected to fail.
|
/linux-4.4.14/arch/x86/kernel/ |
D | nmi_selftest.c | 112 static void __init dotest(void (*testcase_fn)(void), int expected) in dotest() argument 118 if (nmi_fail != expected) { in dotest()
|
/linux-4.4.14/tools/power/cpupower/bench/ |
D | README-BENCH | 11 as expected 64 Example of expected results with ondemand governor: 66 This shows expected results of the first two test run rounds from 97 governor in average behaves as expected.
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | msi_bitmap.c | 228 DECLARE_BITMAP(expected, size); in test_of_node() 258 WARN_ON(bitmap_parselist(expected_str, expected, size)); in test_of_node() 259 WARN_ON(!bitmap_equal(expected, bmp.bitmap, size)); in test_of_node()
|
/linux-4.4.14/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 488 int expected; in st33zp24_recv() local 504 expected = be32_to_cpu(*(__be32 *)(buf + 2)); in st33zp24_recv() 505 if (expected > count) { in st33zp24_recv() 511 expected - TPM_HEADER_SIZE); in st33zp24_recv() 512 if (size < expected) { in st33zp24_recv()
|
/linux-4.4.14/Documentation/trace/postprocess/ |
D | trace-pagealloc-postprocess.pl | 116 my $expected = shift; 117 if ($key ne $expected) { 118 print("WARNING: Format not as expected '$key' != '$expected'");
|
D | trace-vmscan-postprocess.pl | 170 my $expected = shift; 171 if ($key ne $expected) { 172 print("WARNING: Format not as expected for event $event '$key' != '$expected'\n");
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | msi.c | 346 int expected; in check_msix_entries() local 352 expected = 0; in check_msix_entries() 354 if (entry->msi_attrib.entry_nr != expected) { in check_msix_entries() 358 expected++; in check_msix_entries()
|
/linux-4.4.14/drivers/dma/ |
D | dmatest.c | 268 u8 expected = pattern | (~counter & PATTERN_COUNT_MASK); in dmatest_mismatch() local 273 thread_name, index, expected, actual); in dmatest_mismatch() 277 thread_name, index, expected, actual); in dmatest_mismatch() 280 thread_name, index, expected, actual); in dmatest_mismatch() 283 thread_name, index, expected, actual); in dmatest_mismatch() 293 u8 expected; in dmatest_verify() local 301 expected = pattern | (~counter & PATTERN_COUNT_MASK); in dmatest_verify() 302 if (actual != expected) { in dmatest_verify()
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-mvebu.txt | 13 entry is expected, except for the "marvell,armadaxp-gpio" variant 14 for which two entries are expected: one for the general registers,
|
D | gpio-restart.txt | 36 expected to be available, and/or if restart functionality is
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
D | mem.c | 111 unsigned long *args, long expected, void **addr, in run_syscall_stub() argument 126 *stack++ = expected; in run_syscall_stub()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_intr.c | 531 int expected; in handle_sdma_errors() local 553 expected = test_bit(IPATH_SDMA_ABORTING, &dd->ipath_sdma_status); in handle_sdma_errors() 555 if (!expected) in handle_sdma_errors() 562 int expected; in handle_sdma_intr() local 569 expected = test_bit(IPATH_SDMA_ABORTING, in handle_sdma_intr() 572 expected ? "expected" : "unexpected"); in handle_sdma_intr() 576 if (!expected) in handle_sdma_intr()
|
D | ipath_driver.c | 902 int expected; in decode_sdma_errs() local 906 expected = (errs[i].err != INFINIPATH_E_SDMADISABLED) ? 0 : in decode_sdma_errs() 908 if ((err & errs[i].err) && !expected) in decode_sdma_errs()
|
/linux-4.4.14/crypto/ |
D | testmgr.h | 125 unsigned char *expected; member 23996 .expected = (unsigned char *) 24030 .expected = (unsigned char *) 24070 .expected = (unsigned char *) 24107 .expected = (unsigned char *) 24154 .expected = (unsigned char *) 24188 .expected = (unsigned char *) 24228 .expected = (unsigned char *) 24265 .expected = (unsigned char *) 24308 .expected = (unsigned char *) [all …]
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-write-eeprom.txt | 9 expected to only happen during manufacturing. For this reason, the 54 Rabbit environment. For this reason the TLV format is not expected to 55 be used much and is not expected to be developed further.
|
D | mezzanine.txt | 5 gateware. As such, it is expected to be independent of the carrier 20 fail gracefully. Most driver, however, are not expected to access the 32 expected to be performed by the driver. If you depend on specific 55 class is not yet implemented. Each device is expected to be uniquely
|
D | carrier.txt | 154 carrier offers. They are not expected to fail, and most of the time 207 Read or write the EEPROM. The functions are expected to be only 209 with `ENODEV' after reprogramming. The offset is expected to be 245 expected to return the number of pins successfully configured, ignoring 307 expected to ever by in hot paths, and GPIO access so fare has only been 309 reading inputs is not expected to be common. If your device has GPIO
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 98 static const unsigned char expected[EI_PAD] = { in create_vma_map() local 135 if (memcmp(ehdr.e_ident, expected, EI_PAD) != 0) { in create_vma_map()
|
/linux-4.4.14/drivers/misc/mei/ |
D | hw-txe.c | 224 static int mei_txe_aliveness_poll(struct mei_device *dev, u32 expected) in mei_txe_aliveness_poll() argument 233 if (hw->aliveness == expected) { in mei_txe_aliveness_poll() 257 static int mei_txe_aliveness_wait(struct mei_device *dev, u32 expected) in mei_txe_aliveness_wait() argument 266 if (hw->aliveness == expected) in mei_txe_aliveness_wait() 275 ret = hw->aliveness == expected ? 0 : -ETIME; in mei_txe_aliveness_wait()
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | armada-thermal.txt | 12 Two entries are expected, see the examples below.
|
/linux-4.4.14/tools/usb/ |
D | ffs-test.c | 481 __u8 expected; in empty_out_buf() local 489 expected = 0; in empty_out_buf() 498 expected = len % 63; in empty_out_buf() 511 len, expected, *p); in empty_out_buf()
|
/linux-4.4.14/Documentation/arm/ |
D | Interrupts | 56 * If this is a level-based IRQ, then it is expected to mask the IRQ 83 IRQs that use this 'irqchip'. Generally expected to re-trigger 115 2. New functions to manipulate the irqdesc array. The first 4 are expected 148 5. A handler is expected to perform any necessary acknowledgement of the
|
D | Booting | 10 program that runs before the main kernel. The boot loader is expected 31 The boot loader is expected to find and initialise all RAM that the 211 - The boot loader is expected to call the kernel image by jumping
|
D | Porting | 118 It is expected that the debugging region will be re-initialised
|
D | kernel_user_helpers.txt | 23 User space is expected to bypass those helpers and implement those things
|
/linux-4.4.14/drivers/gpu/drm/savage/ |
D | savage_drv.h | 537 uint32_t *expected = (uint32_t *)dev_priv->cmd_dma->handle + \ 540 if (dma_ptr != expected) { \ 542 "%p != %p\n", expected, dma_ptr); \
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | dwc3.txt | 13 in the array is expected to be a handle to the USB2/HS PHY and 14 the second element is expected to be a handle to the USB3/SS PHY
|
/linux-4.4.14/Documentation/RCU/ |
D | rculist_nulls.txt | 26 if (obj->key != key) { // not the object we expected 135 if (obj->key != key) { // not the object we expected 143 * not the expected one, we must restart lookup.
|
D | stallwarn.txt | 204 if the looping in the kernel is really expected and desirable 218 ran and how often it should be expected to run.
|
/linux-4.4.14/Documentation/networking/ |
D | mpls-sysctl.txt | 9 is possible and expected aas the platform labels are locally
|
D | regulatory.txt | 24 expected regulatory domains will be respected by the kernel. 130 are expected to do this during initialization.
|
D | timestamping.txt | 345 that is expected to do hardware time stamping. The parameter is defined in 357 rx_filter are hints to the driver what it is expected to do. If 363 configuration. It is expected that drivers should only implement directly the 440 is set no-zero. If yes, then the driver is expected to do hardware time
|
D | igb.txt | 89 interrupt. The moderation value should be at least as large as the expected
|
D | tcp.txt | 61 if needed and you will get the expected protocol. If you ask for an
|
D | ieee802154.txt | 122 expected in applications such as wireless Sensor Networks. [RFC4944] defines
|
D | netdev-FAQ.txt | 43 are expected. After roughly a week of collecting fixes to the rc1 202 Q: What level of testing is expected before I submit my change?
|
D | e100.txt | 156 (non-partitioned switch) behave as expected. All Ethernet interfaces
|
D | batman-adv.txt | 181 as expected. To overcome these problems batctl was created. At
|
/linux-4.4.14/drivers/net/ |
D | LICENSE.SRC | 15 expected. Although updates may occur, no commitment exists.
|
/linux-4.4.14/include/linux/mfd/ |
D | si476x-reports.h | 158 __u16 expected; member
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | fixed-regulator.txt | 17 However a fixed voltage regulator is expected to have the
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 42 data registers) is expected to be versioned, and/or described by feature bits. 48 The guest kernel is not expected to use these registers (although it is
|
D | idle-states.txt | 91 An idle CPU requires the expected min-residency time to select the most 92 appropriate idle state based on the expected expiry time of the next IRQ 151 min-residency is defined for a given idle state as the minimum expected
|
/linux-4.4.14/Documentation/devicetree/bindings/net/wireless/ |
D | ti,wlcore.txt | 4 node is expected to be specified as a child node to the SDIO controller that
|
D | brcm,bcm43xx-fmac.txt | 4 node is expected to be specified as a child node to the SDIO controller that
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | exynos5410-clock.txt | 22 is expected that it is defined using standard clock bindings
|
D | samsung,s3c2412-clock.txt | 24 There are several clocks that are generated outside the SoC. It is expected
|
D | samsung,s3c2410-clock.txt | 28 expected that is are defined using standard clock bindings with a
|
D | rockchip,rk3288-cru.txt | 28 There are several clocks that are generated outside the SoC. It is expected
|
D | samsung,s3c2443-clock.txt | 27 There are several clocks that are generated outside the SoC. It is expected
|
D | rockchip,rk3188-cru.txt | 29 There are several clocks that are generated outside the SoC. It is expected
|
D | rockchip,rk3368-cru.txt | 28 There are several clocks that are generated outside the SoC. It is expected
|
D | samsung,s5pv210-clock.txt | 25 There are several clocks that are generated outside the SoC. It is expected
|
D | samsung,s3c64xx-clock.txt | 28 There are several clocks that are generated outside the SoC. It is expected
|
D | exynos7-clock.txt | 17 is expected that they are defined using standard clock bindings
|
D | exynos5260-clock.txt | 17 is expected that they are defined using standard clock bindings
|
/linux-4.4.14/drivers/pinctrl/uniphier/ |
D | pinctrl-uniphier-core.c | 129 unsigned int expected = 1; in uniphier_conf_pin_bias_get() local 139 expected = 0; in uniphier_conf_pin_bias_get() 168 return (val == expected) ? 0 : -EINVAL; in uniphier_conf_pin_bias_get()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | Kconfig | 229 tristate "shortest expected delay scheduling" 231 The shortest expected delay scheduling algorithm assigns network 232 connections to the server with the shortest expected delay. The 233 expected delay that the job will experience is (Ci + 1) / Ui if 248 that minimize its expected delay (The Shortest Expected Delay
|
/linux-4.4.14/Documentation/ABI/ |
D | README | 17 (like syscalls) are expected to never change and always be 38 why it is obsolete and when it can be expected to be removed.
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_probe_frontend.c | 351 static void xenbus_reset_wait_for_backend(char *be, int expected) in xenbus_reset_wait_for_backend() argument 355 backend_state == expected, 5 * HZ); in xenbus_reset_wait_for_backend()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-dma-contig.c | 53 dma_addr_t expected = sg_dma_address(sgt->sgl); in vb2_dc_get_contiguous_size() local 58 if (sg_dma_address(s) != expected) in vb2_dc_get_contiguous_size() 60 expected = sg_dma_address(s) + sg_dma_len(s); in vb2_dc_get_contiguous_size()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | cpuid.txt | 58 || || per-cpu warps are expected in
|
D | msr.txt | 19 in guest RAM. This memory is expected to hold a copy of the following 53 guest RAM, plus an enable bit in bit 0. This memory is expected to hold 204 in guest RAM, plus an enable bit in bit 0. This memory is expected to
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | Kconfig | 42 a SiS 191 PCI Gigabit Ethernet adapter. Both are expected to
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | Kconfig | 31 int "Maximum expected bad eraseblock count per 1024 eraseblocks" 42 expected bad eraseblocks per 1024 eraseblocks then can be calculated
|
/linux-4.4.14/Documentation/video4linux/ |
D | si476x.txt | 74 0x00 | expected | Number of expected RDS blocks
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 32 are expected to embed them in their own representations. These are referred to 105 representations are hierarchical, and it is expected that an object must 165 the cache, it is expected that it will not be possible to look an object 262 cookie. In the first state, the cached data is expected to persist, and
|
D | operations.txt | 29 This facility is available to and expected to be be used by the cache backends,
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | uefi.txt | 22 If EFI runtime services are expected, the following configuration should
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
D | Kconfig | 21 Note: ACPI is expected to supersede PNPBIOS some day, currently it
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7038-l1-intc.txt | 20 - No FIFO or priority encoder logic; software is expected to read all
|
/linux-4.4.14/Documentation/sound/oss/ |
D | PSS | 36 This fil holds a general MIDI emulation. The file expected is called
|
D | btaudio | 31 should'nt crash your box. It might not work as expected, have bugs,
|
D | README.modules | 64 args are expected.
|
D | PSS-updates | 62 continue to work as expected. The default value of this parameter is 1 to
|
/linux-4.4.14/Documentation/hwmon/ |
D | k8temp | 36 1 degree C. It is expected that future CPU will have better resolution. The
|
D | g762 | 57 ('pwm1_enable' set to 2), the expected rotation speed in RPM can be passed to
|
D | ina209 | 78 register is programmed correctly before they are used. Normally this is expected
|
D | hwmon-kernel-api.txt | 44 monitoring sysfs attributes are expected to have been created and attached to
|
D | w83792d | 128 Works as expected. You just need to specify desired PWM/DC value (fan speed)
|
D | f71805f | 67 pin expected
|
D | nct6775 | 149 the defined range. If set to 0, the fan is expected to
|
/linux-4.4.14/net/openvswitch/ |
D | Kconfig | 16 expected in a traditional hardware switch, it enables fine-grained
|
/linux-4.4.14/arch/sh/kernel/ |
D | traps_32.c | 304 struct mem_access *ma, int expected, in handle_unaligned_access() argument 326 if (!expected) { in handle_unaligned_access()
|
/linux-4.4.14/Documentation/fb/ |
D | metronomefb.txt | 21 interface to the metronome controller. The waveform information is expected to
|
D | viafb.txt | 234 with the listed ones. If you remove devices they are expected to turn
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-miphy365x.txt | 35 be expected
|
/linux-4.4.14/Documentation/device-mapper/ |
D | verity.txt | 89 When a dm-verity device is configured, it is expected that the caller 132 It is expected that a user-space tool will verify the integrity of the
|
/linux-4.4.14/Documentation/trace/ |
D | coresight.txt | 126 expected to be added as the solution matures. 188 expected to be accessed and controlled using those entries. 190 Last but not least, "struct module *owner" is expected to be set to reflect
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | cq.c | 389 item->expected = be32_to_cpu(cqe->expected_trans_sig) >> 16; in get_sig_err_item() 394 item->expected = be32_to_cpu(cqe->expected_reftag); in get_sig_err_item() 399 item->expected = be32_to_cpu(cqe->expected_trans_sig) & 0xffff; in get_sig_err_item() 544 mr->sig->err_item.expected, in mlx5_poll_one()
|
/linux-4.4.14/drivers/staging/iio/ |
D | TODO | 7 Major changes not expected except in response to comments
|
/linux-4.4.14/drivers/atm/ |
D | nicstarmac.copyright | 19 * PHY component is expected to be 155 Mbps S/UNI-Lite or IDT 77155;
|
/linux-4.4.14/Documentation/arm64/ |
D | booting.txt | 35 The boot loader is expected to find and initialise all RAM that the 202 The boot loader is expected to enter the kernel on each CPU in the 210 It is expected that the bootloader will generate these device tree
|
/linux-4.4.14/Documentation/ |
D | vfio.txt | 159 no capabilities on its own and is therefore expected to be set to 390 /* Inject EEH error, which is expected to be caused by 32-bits 456 Bisecting is not supported and VFIO_IOMMU_UNREGISTER_MEMORY is expected to 458 the memory block. The userspace is not expected to call these often. 504 assignment that are beyond the scope of VFIO. It's expected that
|
D | workqueue.txt | 124 not expected to hog a CPU and consume many cycles. That means 180 expected and using bound wq may end up creating large number 215 work items which are expected to hog CPU cycles so that their 347 * Unless work items are expected to consume a huge amount of CPU
|
D | dcdbas.txt | 11 is expected to make use of this driver, and it may include the use of this
|
D | Intel-IOMMU.txt | 32 devices that need to access these regions. OS is expected to setup
|
D | sysfs-rules.txt | 41 kernel implementation details which should not be expected by 161 the device that matches the expected subsystem. Depending on a specific
|
D | rbtree.txt | 52 users are expected to write their own tree search and insert functions 208 you are not expected to rely on; please stick to the documented APIs
|
D | remoteproc.txt | 185 it is quite expected that other platforms/devices which we'd want to 251 is expected, where the firmware requests a resource, and once allocated,
|
D | unshare.txt | 278 other works as expected. 283 of flags. Verify that unsharing is performed as expected and
|
D | volatile-considered-harmful.txt | 76 ensures that the access happens as expected by the programmer.
|
D | cpu-hotplug.txt | 261 "It is expected that each service cleans up when the CPU_DOWN_PREPARE 262 notifier is called, when CPU_DEAD is called its expected there is nothing
|
/linux-4.4.14/Documentation/dmaengine/ |
D | client.txt | 42 channel which has a capability in 'mask'. 'filter_fn' is expected to 100 The peripheral driver is expected to have mapped the scatterlist for
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 51 Two or three entries are expected (see the examples below): 198 The mbus-node ranges property defines a set of mbus windows that are expected
|
/linux-4.4.14/fs/btrfs/ |
D | Kconfig | 19 expected to change unless there are strong reasons to do so. If there
|
/linux-4.4.14/Documentation/devicetree/ |
D | overlay-notes.txt | 85 is loaded the device will be created as expected.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | bh1770glc.txt | 42 so that measurement produces about the expected lux value.
|
/linux-4.4.14/arch/um/include/shared/ |
D | os.h | 258 int syscall, unsigned long *args, long expected,
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | firmware.c | 364 u32 actual, u32 expected) in invalid_header() argument 366 if (actual == expected) in invalid_header() 371 what, expected, actual); in invalid_header()
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 56 list is expected to be an optimally small number typically around 5 per device. 101 device. It is expected that the SoC framework will register the OPP entries 137 found, else returns error. These errors are expected to be handled by standard
|
D | pm_qos_interface.txt | 205 latency tolerance requirements for the device is empty, the callback is expected 209 expected to use it. That allows software to prevent the hardware from
|
D | suspend-and-interrupts.txt | 44 expected during the suspend-resume cycle, but does not guarantee that the
|
/linux-4.4.14/drivers/mtd/chips/ |
D | Kconfig | 52 are expected to be wired to the CPU in 'host-endian' form. 222 preserves the expected registration order of MTD device nodes on
|
/linux-4.4.14/Documentation/filesystems/ |
D | xfs-self-describing-metadata.txt | 61 location. This allows us to identify the expected contents of the block and 162 For read verification, the caller needs to specify the expected type of metadata 164 object matches what was expected. If the verification process fails, then it 334 there are magic numbers in all the expected spots. All further CRC and
|
/linux-4.4.14/Documentation/block/ |
D | pr.txt | 16 All implementations are expected to ensure the reservations survive
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | simple-framebuffer.txt | 51 are expected to already be configured correctly. The OS must
|
/linux-4.4.14/Documentation/gpio/ |
D | driver.txt | 67 control callbacks) if it is expected to call GPIO APIs from atomic context 115 Know W/A: The generic_handle_irq() is expected to be called with IRQ disabled, 182 expected for GPIO driver that irqchip .set_type() callback have to be called
|
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/ |
D | ldb.txt | 22 The following clocks are expected on i.MX53:
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-async-req.txt | 23 more significant the prepare request time becomes. Roughly the expected
|
/linux-4.4.14/Documentation/watchdog/ |
D | hpwdt.txt | 40 enables the users of NMIs for non critical events to be work as expected.
|
/linux-4.4.14/Documentation/frv/ |
D | configuring.txt | 30 that are expected to be available.
|
/linux-4.4.14/Documentation/usb/ |
D | persist.txt | 73 not in the expected state during resume (i.e., if the controller was 86 The same thing happens if the host controller is in the expected state
|
/linux-4.4.14/sound/isa/ |
D | es18xx.c | 335 int old, expected, new; in snd_es18xx_mixer_writable() local 340 expected = old ^ mask; in snd_es18xx_mixer_writable() 341 outb(expected, chip->port + 0x05); in snd_es18xx_mixer_writable() 346 reg, old, expected, new); in snd_es18xx_mixer_writable() 348 return expected == new; in snd_es18xx_mixer_writable()
|
/linux-4.4.14/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 52 and expected to be located (when reading/programming) right after the spare
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | arm-vgic.txt | 105 -EINVAL: Value set is out of the expected range
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm8962.c | 1870 int expected = (WM8962_DCS_STARTUP_DONE_HP1L | in hp_event() local 1905 } while (++timeout < 200 && (reg & expected) != expected); in hp_event() 1907 if ((reg & expected) != expected) in hp_event()
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 116 revisited (->revisit). It is expected that this method will 141 expected that a message written will contain:
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 33 timestamp and measure the "expected CPU time" a task should have gotten. 102 interactivity and produce the expected behavior.
|
/linux-4.4.14/include/uapi/linux/ |
D | btrfs.h | 251 __u64 expected; /* estimated # of chunks that will be member
|
/linux-4.4.14/mm/ |
D | shmem.c | 256 pgoff_t index, void *expected, void *replacement) in shmem_radix_tree_replace() argument 261 VM_BUG_ON(!expected); in shmem_radix_tree_replace() 267 if (item != expected) in shmem_radix_tree_replace() 296 pgoff_t index, void *expected) in shmem_add_to_page_cache() argument 308 if (!expected) in shmem_add_to_page_cache() 311 error = shmem_radix_tree_replace(mapping, index, expected, in shmem_add_to_page_cache()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 98 expected throughput due to those APs not enabling aggregation
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 486 * expected path for the NMI (and any other brilliantly implemented
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 48 expected to keep the bounds directory at that locationWe note it 220 But XSAVE is expected to be very expensive. In order to do performance
|
D | kernel-stacks | 117 If the address does not fit into our expected frame pointer chain we
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | dma.txt | 26 (on 83xx this is expected to be identical to
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | brcm,brcmnand.txt | 102 expected for the ECC layout in use. This size, in
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 122 - Include <linux/module.h> unconditionnaly as expected by latest
|
D | libsas.txt | 322 total_xfer_len -- total number of bytes expected to be transferred 380 If you receive different amount of data you expected to receive,
|
/linux-4.4.14/Documentation/cgroups/ |
D | freezer-subsystem.txt | 50 expected.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | scale.S | 129 movew %d1,ETEMP(%a6) |input expected in ETEMP
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 181 work as expected. The following discussion describes how each PSR bit 233 would be the normal & expected behavior, so no special treatment is
|
/linux-4.4.14/Documentation/input/ |
D | gameport-programming.txt | 162 expected maximums for each axis. The calibrate() function should set the
|
D | ntrig.txt | 87 the probability of multiple simultaneous ghosts is expected to drop off
|
/linux-4.4.14/scripts/package/ |
D | builddeb | 333 …jtree; cp $KCONFIG_CONFIG $destdir/.config) # copy .config manually to be where it's expected to be
|
/linux-4.4.14/arch/m68k/q40/ |
D | README | 128 behave exactly as expected.
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 501 unsigned long start, size, expected; in netlink_mmap() local 510 expected = 0; in netlink_mmap() 514 expected += ring->pg_vec_len * ring->pg_vec_pages * PAGE_SIZE; in netlink_mmap() 517 if (expected == 0) in netlink_mmap() 521 if (size != expected) in netlink_mmap()
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 1250 "expected"). */ 1260 is an error action. In that case, don't check for expected 1265 that there is no unexpected or expected token to report. In that 1271 - Of course, the expected token list depends on states to have 1275 (from LALR or IELR) and default reductions corrupt the expected
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | farch.c | 959 unsigned expected, dropped; in efx_farch_handle_rx_bad_index() local 968 expected = rx_queue->removed_count & rx_queue->ptr_mask; in efx_farch_handle_rx_bad_index() 969 dropped = (index - expected) & rx_queue->ptr_mask; in efx_farch_handle_rx_bad_index() 972 dropped, index, expected); in efx_farch_handle_rx_bad_index()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev.c | 889 bool expected) in qed_reg_assert() argument 893 if (assert_val != expected) { in qed_reg_assert() 895 reg, expected); in qed_reg_assert()
|
/linux-4.4.14/drivers/clocksource/ |
D | Kconfig | 156 on wfe to safeguard against any programming errors in case an expected
|
/linux-4.4.14/Documentation/vm/ |
D | hwpoison.txt | 33 * for the mapping from a vma to a process. Since this case is expected
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 355 Locking: caller is expected to take port->lock 391 A driver is expected to call this function when the number of
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pal.h | 1279 ia64_pal_mc_expected (u64 expected, u64 *previous) in ia64_pal_mc_expected() argument 1282 PAL_CALL(iprv, PAL_MC_EXPECTED, expected, 0, 0); in ia64_pal_mc_expected()
|
/linux-4.4.14/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 111 are needed for the driver to process buffer padding, as expected by hardware,
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-interface | 164 arises. However, cases should be extremely rare because the master is expected
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra20-pcie.txt | 34 - The first two entries are expected to translate the addresses for the root
|
/linux-4.4.14/fs/jffs2/ |
D | README.Locking | 6 JFFS2. It is not expected to remain perfectly up to date, but ought to
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 1056 "expected"). */ 1062 is an error action. In that case, don't check for expected 1067 that there is no unexpected or expected token to report. In that 1073 - Of course, the expected token list depends on states to have 1077 (from LALR or IELR) and default reductions corrupt the expected
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1213 "expected"). */ 1223 is an error action. In that case, don't check for expected 1228 that there is no unexpected or expected token to report. In that 1234 - Of course, the expected token list depends on states to have 1238 (from LALR or IELR) and default reductions corrupt the expected
|
/linux-4.4.14/drivers/hwmon/ |
D | w83795.c | 1918 int bank, vendor_id, device_id, expected, i2c_addr, config; in w83795_detect() local 1935 expected = bank & 0x80 ? 0x5c : 0xa3; in w83795_detect() 1936 if (vendor_id != expected) { in w83795_detect()
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 206 expected to work with the PCC driver. Since the "cpufreq_stats" module
|