Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 200 of 374) sorted by relevance

12

/linux-4.4.14/arch/mips/include/asm/sibyte/
Dsb1250_defs.h111 #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/
Dselftest.c54 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/
Docteon-model.c63 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 …]
Dcvmx-helper-util.c192 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/
Dhotplug-pci.c10 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()
Dprobe.c804 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/
Dds1wm.c327 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/
Dlops.h69 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()
Dlops.c514 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 …]
Drecovery.c314 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()
Dincore.h59 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/
Dvalid-adjtimex.c118 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/
Dcardbus.c71 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/
Dpci-hotplug.c79 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()
Diommu.c186 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()
Dpci-common.c1255 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/
Dlcnalloc.c161 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 …]
Dmft.c1140 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/
Diommu-common.c107 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()
DKconfig.kgdb49 to pass in a kernel parameter
/linux-4.4.14/arch/frv/mb93090-mb00/
Dpci-frv.c104 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/
Drecovery.c43 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/
Dsoc-topology.c61 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/
Di386.c248 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/
Dpci-asb2305.c127 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/
DKconfig10 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/
Dip_vs_rr.c63 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/
Dilsp.doc87 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
Dfplsp.doc87 fmovm.x &0x01,-(%sp) # pass operand on stack
98 fmov.s %fp1,-(%sp) # pass src operand
99 fmov.s %fp0,-(%sp) # pass dst operand
DTEST.DOC128 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/
Daesbs-core.S_shipped1088 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/
Dwd7000.c1378 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 …]
Dscsi_scan.c566 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()
DNCR5380.c795 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/
Dast_post.c728 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/
Dbpf_jit_disasm.c164 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()
Dbpf_dbg.c1175 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/
Dqsfp.c124 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/
Ddm365_resizer.c405 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 …]
Ddm365_resizer.h43 struct f_div_pass pass[MAX_PASSES]; member
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_qsfp.c51 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/
Di915_gem_evict.c82 int pass = 0; in i915_gem_evict_something() local
152 if (pass++ == 0) { in i915_gem_evict_something()
Dintel_fbdev.c363 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/
Ddevicetable.txt13 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/
Dbpf_jit_comp.c562 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/
Dacpiphp_glue.c488 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/
DTODO4 - add / pass test vectors
/linux-4.4.14/Documentation/fb/
Dsm501.txt3 You can pass the following kernel command line options to sm501 videoframebuffer:
Dsm712fb.txt12 pass to the kernel this command line: "video=sm712fb:0x31B".
Dgxfb.txt41 You can pass kernel command line options to gxfb with gxfb.<option>.
Dlxfb.txt41 You can pass kernel command line options to lxfb with lxfb.<option>.
Dpvr2fb.txt23 You can pass kernel command line options to pvr2fb with
Daty128fb.txt50 You can pass kernel command line options to vesafb with
Dtgafb.txt38 You can pass kernel command line options to tgafb with
Dtridentfb.txt29 When booting you can pass the video parameter.
Dsstfb.txt45 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
Dep93xx-fb.txt88 The setup and teardown devices pass the platform_device structure as
Dpxafb.txt126 4. var->nonstd is used to pass starting (x, y) position and color format,
/linux-4.4.14/Documentation/networking/
Dnetdevices.txt27 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
Dltpc.txt26 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
Ddmfe.txt27 …way it will autodetect the device mode.This is the suggested way to load the module.Or you can pass
Dtproxy.txt78 Squid 3.HEAD has support built-in. To use it, pass
Dtimestamping.txt150 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
Ddm9000.txt67 the optional platform data to pass extra configuration data:
Dx25-iface.txt107 data_indication() method should now transparently pass the
Daltera_tse.txt146 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/
Dspidev83 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/
Dentry.S374 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/
Di2c-mux-gpio76 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/
Domap-hdq35 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/
Dbpf_jit_comp.c366 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/
D00-INDEX1 Documentation for device trees, a data structure by which bootloaders pass
/linux-4.4.14/drivers/soc/mediatek/
Dmtk-pmic-wrap.c531 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/
DKconfig9 for platform firmware to pass information to the operating system
/linux-4.4.14/drivers/net/wireless/ti/
DKconfig21 Small platform data bit needed to pass data to the sdio modules.
/linux-4.4.14/security/tomoyo/
DKconfig75 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/
DAssabet256 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/
Dfplsp.S584 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 …]
Dpfpsp.S922 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 …]
Dfpsp.S923 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/
Dtest-core.c1443 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/
DKconfig19 Android process, using Binder to identify, invoke and pass arguments
/linux-4.4.14/Documentation/driver-model/
Ddesign-patterns.txt42 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/
Dxirc2ps_cs.c647 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/
Dpistachio.txt37 In accordance with the MIPS UHI specification[1], the bootloader must pass the
/linux-4.4.14/arch/score/
DKconfig.debug14 pass arguments to the kernel. For these platforms, you can supply
/linux-4.4.14/arch/mips/bmips/
DKconfig6 Legacy bootloaders do not pass a DTB pointer to the kernel, so
/linux-4.4.14/drivers/accessibility/
DKconfig27 To actually enable it, you need to pass option
/linux-4.4.14/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-impedance-analyzer-ad593328 that are allowed to pass through the unknown impedance,
Dinkernel.txt32 must pass the iio_map structures and a pointer to its own iio_dev structure
/linux-4.4.14/arch/x86/net/
Dbpf_jit_comp.c1053 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/
Dm920x.c402 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/
Dcheck-integrity.c664 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/
Dftrace-design.txt58 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.
Dtracepoints.txt27 lightweight hooks that can pass an arbitrary number of parameters,
/linux-4.4.14/net/rfkill/
DKconfig45 rfkill_gpio_platform_data structure and pass that to the driver.
/linux-4.4.14/Documentation/hwmon/
Dmax3179022 pass transistor.
Dcoretemp49 If these heuristics don't work for you, you can pass the correct TjMax value
/linux-4.4.14/Documentation/arm/VFP/
Drelease-notes.txt31 All the above pass softfloat tests with the following exceptions:
/linux-4.4.14/scripts/coccinelle/misc/
Dirqf_oneshot.cocci5 /// So pass the IRQF_ONESHOT flag in this case.
/linux-4.4.14/mm/
Dmigrate.c1135 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()
Dvmscan.c1976 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/
Dhi6220-clock.txt28 the driver need use the sram to pass parameters for frequency change.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-firmware-efi-runtime-map12 can reassemble them and pass them into the kexec kernel.
/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c1497 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 …]
Dxfs_trace.h1963 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/
Dproc-entries.txt72 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/
Dbpf_jit_comp.c1278 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/
Dappletouch.c350 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/
Dvdso9 within their rights to crash.) In addition, if you pass a bad
/linux-4.4.14/Documentation/
Dbinfmt_misc.txt55 '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
DDMA-ISA-LPC.txt41 requirements you pass the flag GFP_DMA to kmalloc.
44 allocate the memory during boot-up it's a good idea to also pass
DSM501.txt58 The platform device driver uses a set of platform data to pass
Dkref.txt55 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
Dldm.txt79 partition, it will pass control to another driver, so there is no harm in
Dsparse.txt102 The optional make variable CF can be used to pass arguments to sparse. The
DDMA-attributes.txt29 may be weakly ordered, that is that reads and writes may pass each other.
DDMA-API.txt100 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
Demail-clients.txt260 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
Dpwm.txt39 New users should use the pwm_get() function and pass to it the consumer
/linux-4.4.14/Documentation/parisc/
Dregisters116 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/
DBooting50 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
DSetup8 This structure is used to pass initialisation parameters from the
/linux-4.4.14/drivers/staging/lustre/lustre/
DKconfig40 applications can pass to Lustre kernel module through ioctl interface.
/linux-4.4.14/arch/c6x/kernel/
Dhead.S58 ;; pass DTB pointer to machine_init (or zero if none)
/linux-4.4.14/Documentation/i2c/
Dold-module-parameters44 pass the name of the device in question instead of "dummy".
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
DKconfig38 To enable debug, pass the debug level to the debug module
/linux-4.4.14/Documentation/watchdog/
Dwdt.txt24 pass IO address and IRQ boot parameters. E.g.:
/linux-4.4.14/Documentation/frv/
Dgdbstub.txt54 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
Dfeatures.txt279 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
Dbooting.txt166 above. I tells the kernel to pass the console output to GDB if the
/linux-4.4.14/arch/arm/boot/dts/
Dk2e-evm.dts33 clock-output-names = "refclk-pass";
Dk2hk-evm.dts32 clock-output-names = "refclk-pass";
/linux-4.4.14/Documentation/video4linux/
DREADME.saa713433 might have to pass card=<nr> as insmod option, check CARDLIST for
Dvideobuf92 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/
Daxc003.dtsi76 * DT "invisible" DW APB GPIO block, configured to simply pass thru
/linux-4.4.14/Documentation/sound/oss/
DREADME.modules68 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
DALS45 parameter available to pass a different IRQ to the "sb" driver (whose
/linux-4.4.14/arch/alpha/kernel/
Dpci_iommu.c126 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/
Dtomoyo.txt13 Build the kernel with CONFIG_SECURITY_TOMOYO=y and pass "security=tomoyo" on
/linux-4.4.14/include/linux/
Dfilter.h478 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/
Dperf_event_p4.c1216 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/
Darcmsr_spec.txt395 ** 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
D00-INDEX92 - List of SCSI-parameters to pass to the kernel at module load-time.
/linux-4.4.14/Documentation/fmc/
Dcarrier.txt170 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
DAPI.txt43 an SDB tree. You can pass -1 as sdb_entry to disable such scan.
/linux-4.4.14/arch/m68k/fpsp040/
Dscosh.S95 fmovemx %fp0-%fp0,(%a0) |pass parameter to setox
/linux-4.4.14/drivers/usb/atm/
DKconfig61 pass the vendor ID, product ID, and endpoint numbers for transmission
/linux-4.4.14/tools/testing/selftests/ftrace/
DREADME44 * The tests can return some result codes instead of pass or fail by
/linux-4.4.14/arch/mn10300/mm/
Dtlb-mn10300.S164 add -4,sp # need to pass three params
/linux-4.4.14/Documentation/sound/alsa/
DCMIPCI.txt188 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.
DHD-Audio.txt113 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
Dcompress_offload.txt158 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
DChannel-Mapping-API.txt149 to pass an integer value containing the valid channel positions for
/linux-4.4.14/drivers/iommu/
Dio-pgtable-arm.c1047 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/
DKconfig109 to pass arguments to the kernel. For these, you should supply some
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dmtd-physmap.txt27 physmap-flash drivers as boot loader pass the mtd partition via the old
/linux-4.4.14/drivers/tty/serial/
DKconfig45 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/
Dclient.txt50 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/
DKconfig126 to pass arguments to the kernel. For these architectures, you should
/linux-4.4.14/Documentation/serial/
Dn_gsm.txt14 its serial port. Depending on the modem used, you can pass more or less
/linux-4.4.14/Documentation/filesystems/
Dquota.txt27 Thus quota netlink interface has been designed to pass information about
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dpsci.txt65 Definition: power_state parameter to pass to the PSCI
/linux-4.4.14/Documentation/infiniband/
Duser_verbs.txt26 contain a 64-bit field used to pass a pointer to an output buffer.
/linux-4.4.14/arch/c6x/
DKconfig66 to pass arguments to the kernel. For these architectures, you should
/linux-4.4.14/Documentation/powerpc/
Dbootwrapper.txt61 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/
Dpower_allocator.txt85 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/
Dmips-r2-to-r6-emul.c913 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/
Dbulk-streams.txt34 pass an array of usb_host_endpoints that need to be setup with similar stream
DURB.txt65 // (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/
Dexynos-thermal.txt13 Exynos5420 (Must pass triminfo base and triminfo clock)
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-emc.txt55 pass it on to the kernel.
/linux-4.4.14/net/sctp/
Doutqueue.c1646 goto pass; in sctp_acked()
1665 goto pass; in sctp_acked()
1669 pass: in sctp_acked()
/linux-4.4.14/arch/microblaze/pci/
Dpci-common.c1085 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/
Dtcmu-design.txt14 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/
DKconfig73 networks that don't pass all control characters or are only seven
/linux-4.4.14/Documentation/block/
Dwriteback_cache_control.txt80 to be told to pass through the REQ_FUA bit using:
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dhost.fuc76 // read message data, and pass to appropriate process
/linux-4.4.14/Documentation/firmware_class/
DREADME33 than 256, user should pass 'firmware_class.path=$CUSTOMIZED_PATH'
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dst,sta350.txt96 million clock cycles to pass before shutting down.
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.quirks76 Register on page 104). When in this mode, the arbiter does not pass GNT
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_sas.c709 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/
Dperf-script-python.txt478 pass
536 pass
545 pass
555 pass
/linux-4.4.14/arch/m68k/
DKconfig.devices133 your boot loader about how to pass options to the kernel at boot
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dpci-msi.txt53 the root complex and MSI controller do not pass sideband data with MSI
/linux-4.4.14/arch/nios2/
DKconfig109 pass arguments to the kernel. For these platforms, you can supply
/linux-4.4.14/Documentation/ide/
Dide.txt160 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/
Dkvm_main.c2155 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/
Dentry.S498 mov r15, r5 ! pass saved registers as arg1
/linux-4.4.14/arch/avr32/
DKconfig226 Say Y here and pass the nmi_debug command-line parameter to
/linux-4.4.14/drivers/isdn/i4l/
DKconfig45 You need to say Y here if you wish to use the pass-filter and
/linux-4.4.14/Documentation/input/
Dinput.txt48 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/
DGPIO.txt160 number to pass to the IRQ system.
/linux-4.4.14/Documentation/DocBook/
Dlibata.xml.db157 API-ata-scsi-pass-thru
/linux-4.4.14/Documentation/device-mapper/
Dlog-writes.txt4 This target takes 2 devices, one to pass all IO to normally, and one to log all
/linux-4.4.14/arch/unicore32/kernel/
Dentry.S341 mov r0, r2 @ pass address of aborted instruction
476 mov r0, r2 @ pass address of aborted instruction.
/linux-4.4.14/net/
DKconfig43 which message to actually pass to the task.
113 that pass through your Linux box.
/linux-4.4.14/Documentation/vm/
Dtranshuge.txt140 pass:
144 and how many milliseconds to wait in khugepaged between each pass (you
158 for each pass:
/linux-4.4.14/net/core/
Dfilter.c361 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/
Dsony-laptop.txt89 pass the option 'debug=1'.

12