/linux-4.4.14/arch/mips/include/asm/sibyte/ |
D | sb1250_defs.h | 111 #define SIBYTE_HDR_FMASK(chip, pass) \ argument 112 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass) 134 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ argument 135 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip)) 138 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ argument 139 (~(SIBYTE_HDR_FMASK(chip, pass) \ 140 | (SIBYTE_HDR_FMASK(chip, pass) - 1)) & SIBYTE_HDR_FMASK_ALLREVS(chip)) 154 #define SIBYTE_HDR_FEATURE(chip, pass) \ argument 155 (!! ((SIBYTE_HDR_FMASK(chip, pass) \ 156 | SIBYTE_HDR_FMASK_AFTER(chip, pass)) & SIBYTE_HDR_FEATURES)) [all …]
|
/linux-4.4.14/arch/x86/mm/kmemcheck/ |
D | selftest.c | 54 bool pass = true; in selftest_opcodes_all() local 58 pass = pass && selftest_opcode_one(&selftest_opcodes[i]); in selftest_opcodes_all() 60 return pass; in selftest_opcodes_all() 65 bool pass = true; in kmemcheck_selftest() local 67 pass = pass && selftest_opcodes_all(); in kmemcheck_selftest() 69 return pass; in kmemcheck_selftest()
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | octeon-model.c | 63 char pass[4]; in octeon_model_get_string_buffer() local 116 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer() 203 strcpy(pass, "1.X"); in octeon_model_get_string_buffer() 206 strcpy(pass, "2.X"); in octeon_model_get_string_buffer() 209 strcpy(pass, "3.X"); in octeon_model_get_string_buffer() 212 strcpy(pass, "X.X"); in octeon_model_get_string_buffer() 227 strcpy(pass, "1.0"); in octeon_model_get_string_buffer() 230 strcpy(pass, "1.1"); in octeon_model_get_string_buffer() 233 strcpy(pass, "X.X"); in octeon_model_get_string_buffer() 248 strcpy(pass, "1.0"); in octeon_model_get_string_buffer() [all …]
|
D | cvmx-helper-util.c | 192 red_marks.s.pass = pass_thresh; in cvmx_helper_setup_red_queue() 198 (255ul << 24) / (red_marks.s.pass - red_marks.s.drop); in cvmx_helper_setup_red_queue()
|
/linux-4.4.14/drivers/pci/ |
D | hotplug-pci.c | 10 int pass, busnr, start = parent->busn_res.start; in pci_hp_add_bridge() local 22 for (pass = 0; pass < 2; pass++) in pci_hp_add_bridge() 23 busnr = pci_scan_bridge(parent, dev, busnr, pass); in pci_hp_add_bridge()
|
D | probe.c | 804 int pci_scan_bridge(struct pci_bus *bus, struct pci_dev *dev, int max, int pass) in pci_scan_bridge() argument 819 secondary, subordinate, pass); in pci_scan_bridge() 827 if (!pass && in pci_scan_bridge() 850 if (pass) in pci_scan_bridge() 881 if (!pass) { in pci_scan_bridge() 2028 unsigned int devfn, pass, max = bus->busn_res.start; in pci_scan_child_bus() local 2050 for (pass = 0; pass < 2; pass++) in pci_scan_child_bus() 2053 max = pci_scan_bridge(bus, dev, max, pass); in pci_scan_child_bus()
|
/linux-4.4.14/drivers/w1/masters/ |
D | ds1wm.c | 327 unsigned int pass = 0; in ds1wm_search() local 331 ++pass; in ds1wm_search() 332 if (pass > 100) { in ds1wm_search() 342 "pass: %d reset error (or no slaves)\n", pass); in ds1wm_search() 347 "pass: %d r : %0#18llx writing SEARCH_ROM\n", pass, r); in ds1wm_search() 350 "pass: %d entering ASM\n", pass); in ds1wm_search() 353 "pass: %d beginning nibble loop\n", pass); in ds1wm_search() 374 "pass: %d nibble: %d read error\n", pass, i); in ds1wm_search() 395 "pass: %d read error, retrying\n", pass); in ds1wm_search() 400 pass, r_prime, d); in ds1wm_search() [all …]
|
/linux-4.4.14/fs/gfs2/ |
D | lops.h | 69 unsigned int pass) in lops_before_scan() argument 74 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan() 80 unsigned int pass) in lops_scan_elements() argument 86 ld, ptr, pass); in lops_scan_elements() 95 unsigned int pass) in lops_after_scan() argument 100 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
|
D | lops.c | 514 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() argument 516 if (pass != 0) in buf_lo_before_scan() 525 int pass) in buf_lo_scan_elements() argument 535 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_METADATA) in buf_lo_scan_elements() 594 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in buf_lo_after_scan() argument 603 if (pass != 1) in buf_lo_after_scan() 669 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() argument 671 if (pass != 0) in revoke_lo_before_scan() 680 int pass) in revoke_lo_scan_elements() argument 691 if (pass != 0 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_REVOKE) in revoke_lo_scan_elements() [all …]
|
D | recovery.c | 314 unsigned int end, int pass) in foreach_descriptor() argument 356 error = lops_scan_elements(jd, start, ld, ptr, pass); in foreach_descriptor() 460 unsigned int pass; in gfs2_recover_func() local 546 for (pass = 0; pass < 2; pass++) { in gfs2_recover_func() 547 lops_before_scan(jd, &head, pass); in gfs2_recover_func() 549 head.lh_blkno, pass); in gfs2_recover_func() 550 lops_after_scan(jd, error, pass); in gfs2_recover_func()
|
D | incore.h | 59 struct gfs2_log_header_host *head, int pass); 62 int pass); 63 void (*lo_after_scan) (struct gfs2_jdesc *jd, int error, int pass);
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 118 int ret, pass = 0; in validate_freq() local 136 pass = -1; in validate_freq() 155 pass = -1; in validate_freq() 164 pass = -1; in validate_freq() 179 pass = -1; in validate_freq() 192 return pass; in validate_freq()
|
/linux-4.4.14/drivers/pcmcia/ |
D | cardbus.c | 71 unsigned int max, pass; in cb_alloc() local 79 for (pass = 0; pass < 2; pass++) in cb_alloc() 82 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | pci-hotplug.c | 79 int slotno, mode, pass, max; in pcibios_add_pci_devices() local 107 for (pass = 0; pass < 2; pass++) { in pcibios_add_pci_devices() 111 max, pass); in pcibios_add_pci_devices()
|
D | iommu.c | 186 int pass = 0; in iommu_range_alloc() local 221 if ((pass == 0) && handle && *handle && in iommu_range_alloc() 242 if ((start & mask) >= limit || pass > 0) { in iommu_range_alloc() 262 if (likely(pass == 0)) { in iommu_range_alloc() 265 pass++; in iommu_range_alloc() 268 } else if (pass <= tbl->nr_pools) { in iommu_range_alloc() 275 pass++; in iommu_range_alloc()
|
D | pci-common.c | 1255 static void __init pcibios_allocate_resources(int pass) in pcibios_allocate_resources() argument 1279 if (pass == disabled) in pcibios_allocate_resources() 1282 if (pass) in pcibios_allocate_resources()
|
/linux-4.4.14/fs/ntfs/ |
D | lcnalloc.c | 161 u8 pass, done_zones, search_zone, need_writeback = 0, bit; in ntfs_cluster_alloc() local 193 pass = 1; in ntfs_cluster_alloc() 211 pass = 2; in ntfs_cluster_alloc() 220 pass = 2; in ntfs_cluster_alloc() 230 pass = 2; in ntfs_cluster_alloc() 262 done_zones, search_zone, pass, in ntfs_cluster_alloc() 509 ntfs_debug("At zone_pass_done, pass %i.", pass); in ntfs_cluster_alloc() 510 if (pass == 1) { in ntfs_cluster_alloc() 515 pass = 2; in ntfs_cluster_alloc() 551 pass = 1; in ntfs_cluster_alloc() [all …]
|
D | mft.c | 1140 u8 pass, b; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() local 1158 pass = 1; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1167 pass = 2; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1174 "pass_end 0x%llx, data_pos 0x%llx.", pass, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1178 for (; pass <= 2;) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1241 if (++pass == 2) { in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock() 1249 "0x%llx.", pass, (long long)pass_start, in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
|
/linux-4.4.14/lib/ |
D | iommu-common.c | 107 int pass = 0; in iommu_tbl_range_alloc() local 136 if (pass == 0 && handle && *handle && in iommu_tbl_range_alloc() 159 if ((start & mask) >= limit || pass > 0) { in iommu_tbl_range_alloc() 188 if (likely(pass == 0)) { in iommu_tbl_range_alloc() 192 pass++; in iommu_tbl_range_alloc() 194 } else if (!largealloc && pass <= iommu->nr_pools) { in iommu_tbl_range_alloc() 201 pass++; in iommu_tbl_range_alloc()
|
D | Kconfig.kgdb | 49 to pass in a kernel parameter
|
/linux-4.4.14/arch/frv/mb93090-mb00/ |
D | pci-frv.c | 104 static void __init pcibios_allocate_resources(int pass) in pcibios_allocate_resources() argument 123 if (pass == disabled) { in pcibios_allocate_resources() 125 r->start, r->end, r->flags, disabled, pass); in pcibios_allocate_resources() 133 if (!pass) { in pcibios_allocate_resources()
|
/linux-4.4.14/fs/jbd2/ |
D | recovery.c | 43 struct recovery_info *info, enum passtype pass); 421 struct recovery_info *info, enum passtype pass) in do_one_pass() argument 447 if (pass == PASS_SCAN) in do_one_pass() 450 jbd_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass() 472 if (pass != PASS_SCAN) in do_one_pass() 539 if (pass != PASS_REPLAY) { in do_one_pass() 540 if (pass == PASS_SCAN && in do_one_pass() 695 if (pass == PASS_SCAN && in do_one_pass() 745 if (pass == PASS_SCAN && in do_one_pass() 764 if (pass != PASS_REVOKE) { in do_one_pass() [all …]
|
/linux-4.4.14/sound/soc/ |
D | soc-topology.c | 61 unsigned int pass; /* pass number */ member 316 if (tplg->pass != SOC_TPLG_PASS_VENDOR) in soc_tplg_vendor_load() 386 struct snd_soc_dobj *dobj, int pass) in remove_mixer() argument 393 if (pass != SOC_TPLG_PASS_MIXER) in remove_mixer() 409 struct snd_soc_dobj *dobj, int pass) in remove_enum() argument 415 if (pass != SOC_TPLG_PASS_MIXER) in remove_enum() 432 struct snd_soc_dobj *dobj, int pass) in remove_bytes() argument 438 if (pass != SOC_TPLG_PASS_MIXER) in remove_bytes() 451 struct snd_soc_dobj *dobj, int pass) in remove_widget() argument 458 if (pass != SOC_TPLG_PASS_WIDGET) in remove_widget() [all …]
|
/linux-4.4.14/arch/x86/pci/ |
D | i386.c | 248 static void pcibios_allocate_dev_resources(struct pci_dev *dev, int pass) in pcibios_allocate_dev_resources() argument 273 if (pass == disabled) { in pcibios_allocate_dev_resources() 276 idx, r, disabled, pass); in pcibios_allocate_dev_resources() 291 if (!pass) { in pcibios_allocate_dev_resources() 306 static void pcibios_allocate_resources(struct pci_bus *bus, int pass) in pcibios_allocate_resources() argument 312 pcibios_allocate_dev_resources(dev, pass); in pcibios_allocate_resources() 316 pcibios_allocate_resources(child, pass); in pcibios_allocate_resources()
|
/linux-4.4.14/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.c | 127 static void __init pcibios_allocate_resources(int pass) in pcibios_allocate_resources() argument 146 if (pass == disabled) { in pcibios_allocate_resources() 150 disabled, pass); in pcibios_allocate_resources() 162 if (!pass) { in pcibios_allocate_resources()
|
/linux-4.4.14/arch/mips/netlogic/ |
D | Kconfig | 10 This DTB will be used if the firmware does not pass in a DTB 20 This DTB will be used if the firmware does not pass in a DTB 30 This DTB will be used if the firmware does not pass in a DTB 40 This DTB will be used if the firmware does not pass in a DTB 49 This DTB will be used if the firmware does not pass in a DTB
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_rr.c | 63 int pass = 0; in ip_vs_rr_schedule() local 82 pass++; in ip_vs_rr_schedule() 86 } while (pass < 2 && p != &svc->destinations); in ip_vs_rr_schedule()
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | ilsp.doc | 87 pea (%sp) # pass: result addr on stack 88 mov.l %d0,-(%sp) # pass: multiplicand on stack 89 mov.l _multiplier,-(%sp) # pass: multiplier on stack 101 pea (%sp) # pass: result addr on stack 102 mov.l %d0,-(%sp) # pass: dividend hi on stack 103 mov.l %d1,-(%sp) # pass: dividend hi on stack 104 mov.l _divisor,-(%sp) # pass: divisor on stack 120 pea _bounds # pass ptr to bounds 121 mov.l %d0,-(%sp) # pass Rn
|
D | fplsp.doc | 87 fmovm.x &0x01,-(%sp) # pass operand on stack 98 fmov.s %fp1,-(%sp) # pass src operand 99 fmov.s %fp0,-(%sp) # pass dst operand
|
D | TEST.DOC | 128 For _print_string(), the test programs pass a longword address 129 of the string on the stack. For _print_number(), the test programs pass
|
/linux-4.4.14/arch/arm/crypto/ |
D | aesbs-core.S_shipped | 1088 mov r4, r3 @ pass key 1089 mov r5, r10 @ pass # of rounds 1103 mov r4, r3 @ pass key 1104 mov r5, r10 @ pass # of rounds 1105 add r12, r3, #248 @ pass key schedule 1128 mov r4, sp @ pass the key 1172 mov r4, sp @ pass the key 1344 mov r4, r3 @ pass key 1345 mov r5, r10 @ pass # of rounds 1361 mov r4, r3 @ pass key [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | wd7000.c | 1378 short present = 0, biosaddr_ptr, sig_ptr, i, pass; in wd7000_detect() local 1404 for (pass = 0; pass < NUM_CONFIGS; pass++) { in wd7000_detect() 1410 for (i = 0; i < pass; i++) in wd7000_detect() 1414 if (i == pass) { in wd7000_detect() 1434 dprintk("wd7000_detect: pass %d\n", pass + 1); in wd7000_detect() 1442 if (configs[pass].irq < 0) in wd7000_detect() 1448 iobase = configs[pass].iobase; in wd7000_detect() 1485 host->irq = configs[pass].irq; in wd7000_detect() 1486 host->dma = configs[pass].dma; in wd7000_detect() 1489 host->bus_on = configs[pass].bus_on; in wd7000_detect() [all …]
|
D | scsi_scan.c | 566 int pass, count, result; in scsi_probe_lun() local 576 pass = 1; in scsi_probe_lun() 581 pass, try_inquiry_len)); in scsi_probe_lun() 650 if (pass == 1) { in scsi_probe_lun() 663 pass = 2; in scsi_probe_lun() 668 } else if (pass == 2) { in scsi_probe_lun() 677 pass = 3; in scsi_probe_lun()
|
D | NCR5380.c | 795 int i, pass; in NCR5380_init() local 864 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) { in NCR5380_init() 865 switch (pass) { in NCR5380_init()
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_post.c | 728 u16 pass[32][2][2]; in finetuneDQSI() local 742 pass[dqidly][0][0] = 0xff; in finetuneDQSI() 743 pass[dqidly][0][1] = 0x0; in finetuneDQSI() 744 pass[dqidly][1][0] = 0xff; in finetuneDQSI() 745 pass[dqidly][1][1] = 0x0; in finetuneDQSI() 762 if (dlli < pass[dqidly][dqsip][0]) in finetuneDQSI() 763 pass[dqidly][dqsip][0] = (u16) dlli; in finetuneDQSI() 764 if (dlli > pass[dqidly][dqsip][1]) in finetuneDQSI() 765 pass[dqidly][dqsip][1] = (u16) dlli; in finetuneDQSI() 769 pass[dqidly][dqsip][0] = 0xff; in finetuneDQSI() [all …]
|
/linux-4.4.14/tools/net/ |
D | bpf_jit_disasm.c | 164 int ret, flen, proglen, pass, ulen = 0; in get_last_jit_image() local 191 &flen, &proglen, &pass, &base); in get_last_jit_image() 218 proglen, pass, flen); in get_last_jit_image()
|
D | bpf_dbg.c | 1175 static uint32_t pass = 0, fail = 0; in cmd_run() local 1192 pass++; in cmd_run() 1200 rl_printf("bpf passes:%u fails:%u\n", pass, fail); in cmd_run() 1205 pass = fail = 0; in cmd_run()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | qsfp.c | 124 int ret, cnt, pass = 0; in __i2c_read() local 145 if (ret && cnt == 0 && ++pass < I2C_MAX_RETRY) in __i2c_read() 162 if (pass >= I2C_MAX_RETRY && ret) in __i2c_read() 165 else if (pass) in __i2c_read() 166 hfi1_dev_porterr(dd, ppd->port, "I2C retries: %d\n", pass); in __i2c_read()
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_resizer.c | 405 param->f_div.pass[0].o_hsz = h1 - 1; in resizer_calculate_down_scale_f_div_param() 406 param->f_div.pass[0].i_hps = 0; in resizer_calculate_down_scale_f_div_param() 407 param->f_div.pass[0].h_phs = 0; in resizer_calculate_down_scale_f_div_param() 408 param->f_div.pass[0].src_hps = 0; in resizer_calculate_down_scale_f_div_param() 409 param->f_div.pass[0].src_hsz = upper_h1 + o; in resizer_calculate_down_scale_f_div_param() 410 param->f_div.pass[1].o_hsz = h2 - 1; in resizer_calculate_down_scale_f_div_param() 411 param->f_div.pass[1].i_hps = 10 + (val1 * two_power); in resizer_calculate_down_scale_f_div_param() 412 param->f_div.pass[1].h_phs = (val - (val1 << 8)); in resizer_calculate_down_scale_f_div_param() 413 param->f_div.pass[1].src_hps = upper_h1 - o; in resizer_calculate_down_scale_f_div_param() 414 param->f_div.pass[1].src_hsz = upper_h2 + o; in resizer_calculate_down_scale_f_div_param() [all …]
|
D | dm365_resizer.h | 43 struct f_div_pass pass[MAX_PASSES]; member
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_qsfp.c | 51 int ret, cnt, pass = 0; in qsfp_read() local 108 if (ret && cnt == 0 && ++pass < QSFP_MAX_RETRY) in qsfp_read() 138 if (pass >= QSFP_MAX_RETRY && ret) in qsfp_read() 140 else if (pass) in qsfp_read() 141 qib_dev_porterr(dd, ppd->port, "QSFP retries: %d\n", pass); in qsfp_read()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_evict.c | 82 int pass = 0; in i915_gem_evict_something() local 152 if (pass++ == 0) { in i915_gem_evict_something()
|
D | intel_fbdev.c | 363 int pass = 0; in intel_fb_initial_config() local 385 if (pass == 0 && !connector->has_tile) in intel_fb_initial_config() 484 pass++; in intel_fb_initial_config()
|
/linux-4.4.14/Documentation/pcmcia/ |
D | devicetable.txt | 13 If you want to match product ID strings, you also need to pass the crc32 31 to determine the crc32 hash. Simply pass the string you want to evaluate
|
/linux-4.4.14/arch/powerpc/net/ |
D | bpf_jit_comp.c | 562 int pass; in bpf_jit_compile() local 647 for (pass = 1; pass < 3; pass++) { in bpf_jit_compile() 655 pr_info("Pass %d: shrink = %d, seen = 0x%x\n", pass, in bpf_jit_compile() 663 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_jit_compile()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 488 int max, pass; in enable_slot() local 493 for (pass = 0; pass < 2; pass++) { in enable_slot() 499 max = pci_scan_bridge(bus, dev, max, pass); in enable_slot() 500 if (pass && dev->subordinate) { in enable_slot()
|
/linux-4.4.14/drivers/staging/skein/ |
D | TODO | 4 - add / pass test vectors
|
/linux-4.4.14/Documentation/fb/ |
D | sm501.txt | 3 You can pass the following kernel command line options to sm501 videoframebuffer:
|
D | sm712fb.txt | 12 pass to the kernel this command line: "video=sm712fb:0x31B".
|
D | gxfb.txt | 41 You can pass kernel command line options to gxfb with gxfb.<option>.
|
D | lxfb.txt | 41 You can pass kernel command line options to lxfb with lxfb.<option>.
|
D | pvr2fb.txt | 23 You can pass kernel command line options to pvr2fb with
|
D | aty128fb.txt | 50 You can pass kernel command line options to vesafb with
|
D | tgafb.txt | 38 You can pass kernel command line options to tgafb with
|
D | tridentfb.txt | 29 When booting you can pass the video parameter.
|
D | sstfb.txt | 45 in the tools directory (See Tools). The latest solution is pass the 75 You can pass some options to the sstfb module, and via the kernel
|
D | ep93xx-fb.txt | 88 The setup and teardown devices pass the platform_device structure as
|
D | pxafb.txt | 126 4. var->nonstd is used to pass starting (x, y) position and color format,
|
/linux-4.4.14/Documentation/networking/ |
D | netdevices.txt | 27 not pass a socket buffer (skb) to a device to transmit with more data 34 upper layer protocol may pass a large socket buffer to the device 44 drop, truncate, or pass up oversize packets, but dropping oversize
|
D | ltpc.txt | 26 If you load the driver as a module, you can pass the parameters "io=", 110 this, either compile the driver as a module, or pass the parameters
|
D | dmfe.txt | 27 …way it will autodetect the device mode.This is the suggested way to load the module.Or you can pass
|
D | tproxy.txt | 78 Squid 3.HEAD has support built-in. To use it, pass
|
D | timestamping.txt | 150 The option modifies field ee_data to pass an id that is unique 175 New applications are encouraged to pass SOF_TIMESTAMPING_OPT_ID to 181 Then pass option SOF_TIMESTAMPING_OPT_CMSG. This option depends on 327 There is no need to pass this flag in pollfd.events. This flag is
|
D | dm9000.txt | 67 the optional platform data to pass extra configuration data:
|
D | x25-iface.txt | 107 data_indication() method should now transparently pass the
|
D | altera_tse.txt | 146 an integral number of bytes in length and do not pass the CRC test as the frame 151 integral number of bytes in length and do not pass the CRC test as the frame is
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 83 SPI_IOC_RD_MODE, SPI_IOC_WR_MODE ... pass a pointer to a byte which will 91 SPI_IOC_RD_MODE32, SPI_IOC_WR_MODE32 ... pass a pointer to a uin32_t 95 SPI_IOC_RD_LSB_FIRST, SPI_IOC_WR_LSB_FIRST ... pass a pointer to a byte 102 SPI_IOC_RD_BITS_PER_WORD, SPI_IOC_WR_BITS_PER_WORD ... pass a pointer to 106 SPI_IOC_RD_MAX_SPEED_HZ, SPI_IOC_WR_MAX_SPEED_HZ ... pass a pointer to a
|
/linux-4.4.14/arch/s390/kernel/ |
D | entry.S | 374 lgr %r2,%r11 # pass pointer to pt_regs 391 lgr %r2,%r11 # pass pointer to pt_regs 400 lgr %r2,%r11 # pass pointer to pt_regs 410 lgr %r2,%r11 # pass pointer to pt_regs 419 lgr %r2,%r11 # pass pointer to pt_regs 438 lgr %r2,%r11 # pass pointer to pt_regs 521 lgr %r2,%r11 # pass pointer to pt_regs 535 lgr %r2,%r11 # pass pointer to pt_regs 571 lgr %r2,%r11 # pass pointer to pt_regs 705 lgr %r2,%r11 # pass pointer to pt_regs [all …]
|
/linux-4.4.14/Documentation/i2c/muxes/ |
D | i2c-mux-gpio | 76 When registering your i2c-gpio-mux device, you should pass the number 81 pass PLATFORM_DEVID_AUTO as the device ID, and the platform core will
|
/linux-4.4.14/Documentation/w1/masters/ |
D | omap-hdq | 35 be used to calculate the CRC and pass back an appropriate slave ID to the W1 48 pass slave ID as parameter. The driver will auto-detect slaves connected
|
/linux-4.4.14/arch/sparc/net/ |
D | bpf_jit_comp.c | 366 u32 temp[8], *prog, *func, seen = 0, pass; in bpf_jit_compile() local 388 for (pass = 0; pass < 10; pass++) { in bpf_jit_compile() 389 u8 seen_or_pass0 = (pass == 0) ? (SEEN_XREG | SEEN_DATAREF | SEEN_MEM) : seen; in bpf_jit_compile() 797 bpf_jit_dump(flen, proglen, pass + 1, image); in bpf_jit_compile()
|
/linux-4.4.14/Documentation/devicetree/ |
D | 00-INDEX | 1 Documentation for device trees, a data structure by which bootloaders pass
|
/linux-4.4.14/drivers/soc/mediatek/ |
D | mtk-pmic-wrap.c | 531 u32 pass = 0; in pwrap_init_sidly() local 541 pass |= 1 << i; in pwrap_init_sidly() 545 if (dly[pass] < 0) { in pwrap_init_sidly() 547 pass); in pwrap_init_sidly() 551 pwrap_writel(wrp, dly[pass], PWRAP_SIDLY); in pwrap_init_sidly()
|
/linux-4.4.14/drivers/sfi/ |
D | Kconfig | 9 for platform firmware to pass information to the operating system
|
/linux-4.4.14/drivers/net/wireless/ti/ |
D | Kconfig | 21 Small platform data bit needed to pass data to the sdio modules.
|
/linux-4.4.14/security/tomoyo/ |
D | Kconfig | 75 option. For example, if you pass init=/bin/systemd option, you may 76 want to also pass TOMOYO_trigger=/bin/systemd option.
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | Assabet | 256 L3: Fully tested, pass. 267 Playback: Fully tested, pass. 282 LPE: Fully tested, pass. 285 SIR: Fully tested, pass. 286 FIR: Fully tested, pass.
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 584 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 641 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 700 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 761 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 818 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 877 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 938 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 995 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 1054 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 1115 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec [all …]
|
D | pfpsp.S | 922 lea FP_DST(%a6),%a0 # pass: ptr to dst op 940 mov.b FPCR_MODE(%a6),%d0 # pass rnd prec/mode 1268 lea FP_SRC(%a6),%a0 # pass: ptr to src op 1533 lea FP_SRC(%a6),%a0 # pass ptr to src operand 1833 lea FP_DST(%a6),%a0 # pass: ptr to dst op 2090 lea FP_SRC(%a6),%a0 # pass ptr to src operand 2337 lea FP_SRC(%a6),%a0 # pass ptr to src op 2338 mov.w &0x3c01,%d1 # pass denorm threshold 2543 lea FP_SRC(%a6),%a0 # pass: ptr to packed op 2551 lea FP_SRC(%a6),%a0 # pass: ptr to src op [all …]
|
D | fpsp.S | 923 lea FP_DST(%a6),%a0 # pass: ptr to dst op 941 mov.b FPCR_MODE(%a6),%d0 # pass rnd prec/mode 1269 lea FP_SRC(%a6),%a0 # pass: ptr to src op 1534 lea FP_SRC(%a6),%a0 # pass ptr to src operand 1834 lea FP_DST(%a6),%a0 # pass: ptr to dst op 2091 lea FP_SRC(%a6),%a0 # pass ptr to src operand 2338 lea FP_SRC(%a6),%a0 # pass ptr to src op 2339 mov.w &0x3c01,%d1 # pass denorm threshold 2544 lea FP_SRC(%a6),%a0 # pass: ptr to packed op 2552 lea FP_SRC(%a6),%a0 # pass: ptr to src op [all …]
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | test-core.c | 1443 goto pass; in kprobes_test_case_start() 1450 goto pass; in kprobes_test_case_start() 1476 pass: in kprobes_test_case_start() 1529 goto pass; in kprobes_test_case_end() 1583 goto pass; in kprobes_test_case_end() 1593 pass: in kprobes_test_case_end()
|
/linux-4.4.14/drivers/android/ |
D | Kconfig | 19 Android process, using Binder to identify, invoke and pass arguments
|
/linux-4.4.14/Documentation/driver-model/ |
D | design-patterns.txt | 42 Of course it is then necessary to always pass this instance of the 46 pass around a pointer to struct foo like this:
|
/linux-4.4.14/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 647 int *pass = priv_data; in xirc2ps_config_check() local 650 tmp += (*pass ? (p_dev->config_index & 0x20 ? -24 : 8) in xirc2ps_config_check() 765 int pass; in xirc2ps_config() local 779 for (pass=0; pass < 2; pass++) in xirc2ps_config() 781 &pass)) in xirc2ps_config()
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/img/ |
D | pistachio.txt | 37 In accordance with the MIPS UHI specification[1], the bootloader must pass the
|
/linux-4.4.14/arch/score/ |
D | Kconfig.debug | 14 pass arguments to the kernel. For these platforms, you can supply
|
/linux-4.4.14/arch/mips/bmips/ |
D | Kconfig | 6 Legacy bootloaders do not pass a DTB pointer to the kernel, so
|
/linux-4.4.14/drivers/accessibility/ |
D | Kconfig | 27 To actually enable it, you need to pass option
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-impedance-analyzer-ad5933 | 28 that are allowed to pass through the unknown impedance,
|
D | inkernel.txt | 32 must pass the iio_map structures and a pointer to its own iio_dev structure
|
/linux-4.4.14/arch/x86/net/ |
D | bpf_jit_comp.c | 1053 int pass; in bpf_int_jit_compile() local 1080 for (pass = 0; pass < 10 || image; pass++) { in bpf_int_jit_compile() 1106 bpf_jit_dump(prog->len, proglen, pass + 1, image); in bpf_int_jit_compile()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | m920x.c | 402 int i, pass, ret = 0; in m920x_firmware_download() local 422 for (pass = 0; pass < 2; pass++) { in m920x_firmware_download() 433 if (pass == 1) { in m920x_firmware_download()
|
/linux-4.4.14/fs/btrfs/ |
D | check-integrity.c | 664 int pass; in btrfsic_process_superblock() local 701 for (pass = 0; pass < 3; pass++) { in btrfsic_process_superblock() 706 switch (pass) { in btrfsic_process_superblock() 803 int pass; in btrfsic_process_superblock_dev_mirror() local 871 for (pass = 0; pass < 3; pass++) { in btrfsic_process_superblock_dev_mirror() 880 switch (pass) { in btrfsic_process_superblock_dev_mirror() 2297 int pass; in btrfsic_process_written_superblock() local 2327 for (pass = 0; pass < 3; pass++) { in btrfsic_process_written_superblock() 2342 switch (pass) { in btrfsic_process_written_superblock()
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 58 mcount(), the arguments mcount() will pass to the tracer are: 172 be able to skimp on things saved/restored (usually just registers used to pass 193 An arch may pass in a unique value (frame pointer) to both the entering and 200 that calls prepare_ftrace_return(), pass the frame pointer as the 3rd argument. 201 Then in the C version of that function, do what the x86 port does and pass it 204 Similarly, when you call ftrace_return_to_handler(), pass it the frame pointer.
|
D | tracepoints.txt | 27 lightweight hooks that can pass an arbitrary number of parameters,
|
/linux-4.4.14/net/rfkill/ |
D | Kconfig | 45 rfkill_gpio_platform_data structure and pass that to the driver.
|
/linux-4.4.14/Documentation/hwmon/ |
D | max31790 | 22 pass transistor.
|
D | coretemp | 49 If these heuristics don't work for you, you can pass the correct TjMax value
|
/linux-4.4.14/Documentation/arm/VFP/ |
D | release-notes.txt | 31 All the above pass softfloat tests with the following exceptions:
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | irqf_oneshot.cocci | 5 /// So pass the IRQF_ONESHOT flag in this case.
|
/linux-4.4.14/mm/ |
D | migrate.c | 1135 int pass = 0; in migrate_pages() local 1144 for(pass = 0; pass < 10 && retry; pass++) { in migrate_pages() 1153 pass > 2, mode); in migrate_pages() 1156 private, page, pass > 2, mode, in migrate_pages()
|
D | vmscan.c | 1976 int pass; in get_scan_count() local 2112 for (pass = 0; !some_scanned && pass < 2; pass++) { in get_scan_count() 2122 if (!scan && pass && force_scan) in get_scan_count()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | hi6220-clock.txt | 28 the driver need use the sram to pass parameters for frequency change.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-firmware-efi-runtime-map | 12 can reassemble them and pass them into the kexec kernel.
|
/linux-4.4.14/fs/xfs/ |
D | xfs_log_recover.c | 1497 int pass) in xlog_recover_reorder_trans() argument 1518 trans, item, pass); in xlog_recover_reorder_trans() 1534 trans, item, pass); in xlog_recover_reorder_trans() 3353 int pass) in xlog_recover_commit_trans() argument 3368 error = xlog_recover_reorder_trans(log, trans, pass); in xlog_recover_commit_trans() 3373 switch (pass) { in xlog_recover_commit_trans() 3592 int pass) in xlog_recovery_process_trans() argument 3616 error = xlog_recover_commit_trans(log, trans, pass); in xlog_recovery_process_trans() 3698 int pass) in xlog_recover_process_ophdr() argument 3729 ohead->oh_flags, pass); in xlog_recover_process_ophdr() [all …]
|
D | xfs_trace.h | 1963 struct xlog_recover_item *item, int pass), 1964 TP_ARGS(log, trans, item, pass), 1970 __field(int, pass) 1979 __entry->pass = pass; 1987 __entry->pass, 1997 struct xlog_recover_item *item, int pass), \ 1998 TP_ARGS(log, trans, item, pass))
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 72 These entries are used to pass information between the s-Par platform 88 and recovery tool to pass status and result information back to the
|
/linux-4.4.14/arch/s390/net/ |
D | bpf_jit_comp.c | 1278 int pass; in bpf_int_jit_compile() local 1291 for (pass = 1; pass <= 3; pass++) { in bpf_int_jit_compile() 1306 bpf_jit_dump(fp->len, jit.size, pass, jit.prg_buf); in bpf_int_jit_compile()
|
/linux-4.4.14/drivers/input/mouse/ |
D | appletouch.c | 350 int i, pass; in atp_calculate_abs() local 411 for (pass = 0; pass < 4; pass++) { in atp_calculate_abs()
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | vdso | 9 within their rights to crash.) In addition, if you pass a bad
|
/linux-4.4.14/Documentation/ |
D | binfmt_misc.txt | 55 'O' - open-binary. Legacy behavior of binfmt_misc is to pass the full path 57 included, binfmt_misc will open the file for reading and pass its 115 If you want to pass special arguments to your interpreter, you can
|
D | DMA-ISA-LPC.txt | 41 requirements you pass the flag GFP_DMA to kmalloc. 44 allocate the memory during boot-up it's a good idea to also pass
|
D | SM501.txt | 58 The platform device driver uses a set of platform data to pass
|
D | kref.txt | 55 For example, if you allocate some data and then pass it to another 136 /* We are done with obj, so we pass our refcount off
|
D | ldm.txt | 79 partition, it will pass control to another driver, so there is no harm in
|
D | sparse.txt | 102 The optional make variable CF can be used to pass arguments to sparse. The
|
D | DMA-attributes.txt | 29 may be weakly ordered, that is that reads and writes may pass each other.
|
D | DMA-API.txt | 100 are like what you'd pass to dma_alloc_coherent(). The device's hardware 103 crossing restrictions, pass 0 for alloc; passing 4096 says memory allocated 120 in_interrupt, not holding SMP locks), pass GFP_KERNEL to allow 390 without the _attrs suffixes, except that they pass an optional 405 you could pass an attribute DMA_ATTR_FOO when mapping memory
|
D | email-clients.txt | 260 You may have to pass additional flags or change the settings of your 261 editor. Most notably if you are using gvim then you must pass the -f
|
D | pwm.txt | 39 New users should use the pwm_get() function and pass to it the consumer
|
/linux-4.4.14/Documentation/parisc/ |
D | registers | 116 r28,r29: are ret0 and ret1. They are what you pass return values 118 r29 may also be used to pass data back to the caller.
|
/linux-4.4.14/Documentation/arm/ |
D | Booting | 50 As an alternative, the boot loader can pass the relevant 'console=' 98 The boot loader must pass at a minimum the size and location of 126 The boot loader must pass at a minimum the size and location of the
|
D | Setup | 8 This structure is used to pass initialisation parameters from the
|
/linux-4.4.14/drivers/staging/lustre/lustre/ |
D | Kconfig | 40 applications can pass to Lustre kernel module through ioctl interface.
|
/linux-4.4.14/arch/c6x/kernel/ |
D | head.S | 58 ;; pass DTB pointer to machine_init (or zero if none)
|
/linux-4.4.14/Documentation/i2c/ |
D | old-module-parameters | 44 pass the name of the device in question instead of "dummy".
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | Kconfig | 38 To enable debug, pass the debug level to the debug module
|
/linux-4.4.14/Documentation/watchdog/ |
D | wdt.txt | 24 pass IO address and IRQ boot parameters. E.g.:
|
/linux-4.4.14/Documentation/frv/ |
D | gdbstub.txt | 54 command line. That tells the kernel to pass system console messages to 56 debugging the serial drivers that'd otherwise be used to pass console
|
D | features.txt | 279 numbers, the kernel will pass context IDs from one task to another if 291 a process such that the kernel won't pass it on. This can be done by
|
D | booting.txt | 166 above. I tells the kernel to pass the console output to GDB if the
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | k2e-evm.dts | 33 clock-output-names = "refclk-pass";
|
D | k2hk-evm.dts | 32 clock-output-names = "refclk-pass";
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.saa7134 | 33 might have to pass card=<nr> as insmod option, check CARDLIST for
|
D | videobuf | 92 VIDEOBUF_NEEDS_INIT, the driver should pass it to: 111 then pass it to the appropriate free routine(s): 125 One way to ensure that a buffer is no longer under I/O is to pass it to: 253 proper struct videobuf_queue pointer and pass it to videobuf_reqbufs().
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | axc003.dtsi | 76 * DT "invisible" DW APB GPIO block, configured to simply pass thru
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.modules | 68 needs to pass the modules the necessary parameters as arguments, either 90 To make the sound driver use persistent DMA buffers we need to pass the
|
D | ALS | 45 parameter available to pass a different IRQ to the "sb" driver (whose
|
/linux-4.4.14/arch/alpha/kernel/ |
D | pci_iommu.c | 126 int pass = 0; in iommu_arena_find_pages() local 158 if (pass < 1) { in iommu_arena_find_pages() 165 pass++; in iommu_arena_find_pages()
|
/linux-4.4.14/Documentation/security/ |
D | tomoyo.txt | 13 Build the kernel with CONFIG_SECURITY_TOMOYO=y and pass "security=tomoyo" on
|
/linux-4.4.14/include/linux/ |
D | filter.h | 478 u32 pass, void *image) in bpf_jit_dump() argument 481 proglen, pass, image, current->comm, task_pid_nr(current)); in bpf_jit_dump()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_p4.c | 1216 int pass; in p4_pmu_schedule_events() local 1225 pass = 0; in p4_pmu_schedule_events() 1233 if (pass > 2) in p4_pmu_schedule_events() 1257 pass++; in p4_pmu_schedule_events()
|
/linux-4.4.14/Documentation/scsi/ |
D | arcmsr_spec.txt | 395 ** byte 3 : pass word length ( must <= 15 ) 434 ** GUI_CREATE_PASS_THROUGH : Create pass through disk 446 ** GUI_MODIFY_PASS_THROUGH : Modify pass through disk 458 ** GUI_DELETE_PASS_THROUGH : Delete pass through disk
|
D | 00-INDEX | 92 - List of SCSI-parameters to pass to the kernel at module load-time.
|
/linux-4.4.14/Documentation/fmc/ |
D | carrier.txt | 170 didn't pass `busid=', all devices will pass validation. The value 198 likely want to pass the `IRQF_SHARED' flag. 256 If, however, your GPIO pin has a specific known role, you can pass a
|
D | API.txt | 43 an SDB tree. You can pass -1 as sdb_entry to disable such scan.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | scosh.S | 95 fmovemx %fp0-%fp0,(%a0) |pass parameter to setox
|
/linux-4.4.14/drivers/usb/atm/ |
D | Kconfig | 61 pass the vendor ID, product ID, and endpoint numbers for transmission
|
/linux-4.4.14/tools/testing/selftests/ftrace/ |
D | README | 44 * The tests can return some result codes instead of pass or fail by
|
/linux-4.4.14/arch/mn10300/mm/ |
D | tlb-mn10300.S | 164 add -4,sp # need to pass three params
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | CMIPCI.txt | 188 subframes, pass the "soft_ac3=0" module option. This doesn't matter 242 The legacy joystick is supported. To enable the joystick support, pass 244 If the auto-detection fails, try to pass the exact I/O address.
|
D | HD-Audio.txt | 113 slot, pass `probe_mask=1`. For the first and the third slots, pass 137 in the recent kernel, try to pass `enable_msi=0` option to disable 185 re-use the same model. You can pass the `model` option to specify the 194 ALC262 codec chip, pass `model=ultra` for devices that are compatible 483 When CONFIG_SND_HDA_PATCH_LOADER=y is set, you can pass a "patch" as a 558 typically, /lib/firmware. For example, when you pass the option 565 for an HDMI video board, you may pass patch option like below: 739 on the slot 2 of the card 0, pass /dev/snd/hwC0D2 to the first
|
D | compress_offload.txt | 158 So we need to pass this to DSP. This metadata is extracted from ID3/MP4 headers 160 interface to pass this information to the DSP. Also DSP and userspace needs to
|
D | Channel-Mapping-API.txt | 149 to pass an integer value containing the valid channel positions for
|
/linux-4.4.14/drivers/iommu/ |
D | io-pgtable-arm.c | 1047 int i, j, pass = 0, fail = 0; in arm_lpae_do_selftests() local 1062 pass++; in arm_lpae_do_selftests() 1066 pr_info("selftest: completed with %d PASS %d FAIL\n", pass, fail); in arm_lpae_do_selftests()
|
/linux-4.4.14/arch/hexagon/ |
D | Kconfig | 109 to pass arguments to the kernel. For these, you should supply some
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | mtd-physmap.txt | 27 physmap-flash drivers as boot loader pass the mtd partition via the old
|
/linux-4.4.14/drivers/tty/serial/ |
D | Kconfig | 45 your boot loader (lilo or loadlin) about how to pass options to the 73 your boot loader (lilo or loadlin) about how to pass options to the 163 /dev/, and pass "console=ttyATn" to the kernel. 288 your boot loader about how to pass options to the kernel at 310 your boot loader about how to pass options to the kernel at 421 your boot loader (lilo or loadlin) about how to pass options to the 458 your boot loader (lilo or loadlin) about how to pass options to the 483 your boot loader (lilo or loadlin) about how to pass options to the 594 your bootloader about how to pass options to the kernel at boot time.) 891 your boot loader (lilo or loadlin) about how to pass options to the [all …]
|
/linux-4.4.14/Documentation/dmaengine/ |
D | client.txt | 50 Next step is always to pass some specific information to the DMA 58 specific structure. That gives flexibility to client to pass more
|
/linux-4.4.14/arch/openrisc/ |
D | Kconfig | 126 to pass arguments to the kernel. For these architectures, you should
|
/linux-4.4.14/Documentation/serial/ |
D | n_gsm.txt | 14 its serial port. Depending on the modem used, you can pass more or less
|
/linux-4.4.14/Documentation/filesystems/ |
D | quota.txt | 27 Thus quota netlink interface has been designed to pass information about
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | psci.txt | 65 Definition: power_state parameter to pass to the PSCI
|
/linux-4.4.14/Documentation/infiniband/ |
D | user_verbs.txt | 26 contain a 64-bit field used to pass a pointer to an output buffer.
|
/linux-4.4.14/arch/c6x/ |
D | Kconfig | 66 to pass arguments to the kernel. For these architectures, you should
|
/linux-4.4.14/Documentation/powerpc/ |
D | bootwrapper.txt | 61 Firmware cannot pass any configuration data to the 90 requires a version of U-Boot that is able to pass
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 85 Instead, if the thermal zone is registered from the platform code, pass a 94 and then pass `tz_params` as the 5th parameter to
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 913 int pass = 0; in mipsr2_decoder() local 924 inst, epc, pass); in mipsr2_decoder() 2208 if (!err && (pass++ < MIPS_R2_EMUL_TOTAL_PASS)) { in mipsr2_decoder() 2224 if (pass && (err == SIGILL)) in mipsr2_decoder()
|
/linux-4.4.14/Documentation/usb/ |
D | bulk-streams.txt | 34 pass an array of usb_host_endpoints that need to be setup with similar stream
|
D | URB.txt | 65 // (IN) setup stage for CTRL (pass a struct usb_ctrlrequest) 202 Since the context parameter is included in the URB, you can pass
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | exynos-thermal.txt | 13 Exynos5420 (Must pass triminfo base and triminfo clock)
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-emc.txt | 55 pass it on to the kernel.
|
/linux-4.4.14/net/sctp/ |
D | outqueue.c | 1646 goto pass; in sctp_acked() 1665 goto pass; in sctp_acked() 1669 pass: in sctp_acked()
|
/linux-4.4.14/arch/microblaze/pci/ |
D | pci-common.c | 1085 static void __init pcibios_allocate_resources(int pass) in pcibios_allocate_resources() argument 1109 if (pass == disabled) in pcibios_allocate_resources() 1112 if (pass) in pcibios_allocate_resources()
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 14 2) Writing a user pass-through handler 59 kernel, another approach is to create a userspace pass-through 251 Writing a user pass-through handler (with example code)
|
/linux-4.4.14/drivers/net/slip/ |
D | Kconfig | 73 networks that don't pass all control characters or are only seven
|
/linux-4.4.14/Documentation/block/ |
D | writeback_cache_control.txt | 80 to be told to pass through the REQ_FUA bit using:
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | host.fuc | 76 // read message data, and pass to appropriate process
|
/linux-4.4.14/Documentation/firmware_class/ |
D | README | 33 than 256, user should pass 'firmware_class.path=$CUSTOMIZED_PATH'
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 96 million clock cycles to pass before shutting down.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.quirks | 76 Register on page 104). When in this mode, the arbiter does not pass GNT
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.c | 709 struct mvs_tmf_task *tmf, int *pass) in mvs_task_prep() argument 832 ++(*pass); in mvs_task_prep() 858 u32 pass = 0; in mvs_task_exec() local 864 rc = mvs_task_prep(task, mvi, is_tmf, tmf, &pass); in mvs_task_exec() 868 if (likely(pass)) in mvs_task_exec()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 478 pass 536 pass 545 pass 555 pass
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.devices | 133 your boot loader about how to pass options to the kernel at boot
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | pci-msi.txt | 53 the root complex and MSI controller do not pass sideband data with MSI
|
/linux-4.4.14/arch/nios2/ |
D | Kconfig | 109 pass arguments to the kernel. For these platforms, you can supply
|
/linux-4.4.14/Documentation/ide/ |
D | ide.txt | 160 Please pass on any feedback on any of this stuff to the maintainer, 174 When ide.c is used as a module, you can pass command line parameters to the
|
/linux-4.4.14/virt/kvm/ |
D | kvm_main.c | 2155 int pass; in kvm_vcpu_on_spin() local 2166 for (pass = 0; pass < 2 && !yielded && try; pass++) { in kvm_vcpu_on_spin() 2168 if (!pass && i <= last_boosted_vcpu) { in kvm_vcpu_on_spin() 2171 } else if (pass && i > last_boosted_vcpu) in kvm_vcpu_on_spin()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 498 mov r15, r5 ! pass saved registers as arg1
|
/linux-4.4.14/arch/avr32/ |
D | Kconfig | 226 Say Y here and pass the nmi_debug command-line parameter to
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | Kconfig | 45 You need to say Y here if you wish to use the pass-filter and
|
/linux-4.4.14/Documentation/input/ |
D | input.txt | 48 These modules get events from input and pass them where needed via 168 The right way would be to pass the events to keyboard.c directly,
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 160 number to pass to the IRQ system.
|
/linux-4.4.14/Documentation/DocBook/ |
D | libata.xml.db | 157 API-ata-scsi-pass-thru
|
/linux-4.4.14/Documentation/device-mapper/ |
D | log-writes.txt | 4 This target takes 2 devices, one to pass all IO to normally, and one to log all
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | entry.S | 341 mov r0, r2 @ pass address of aborted instruction 476 mov r0, r2 @ pass address of aborted instruction.
|
/linux-4.4.14/net/ |
D | Kconfig | 43 which message to actually pass to the task. 113 that pass through your Linux box.
|
/linux-4.4.14/Documentation/vm/ |
D | transhuge.txt | 140 pass: 144 and how many milliseconds to wait in khugepaged between each pass (you 158 for each pass:
|
/linux-4.4.14/net/core/ |
D | filter.c | 361 int new_flen = 0, pass = 0, target, i; in bpf_convert_filter() local 599 pass++; in bpf_convert_filter() 602 if (pass > 2) in bpf_convert_filter()
|
/linux-4.4.14/Documentation/laptops/ |
D | sony-laptop.txt | 89 pass the option 'debug=1'.
|