/linux-4.4.14/net/dccp/ccids/lib/ |
D | tfrc_equation.c | 597 u32 try, low = 0, high = TFRC_CALC_X_ARRSIZE - 1; in tfrc_binsearch() local 600 try = (low + high) / 2; in tfrc_binsearch() 601 if (fval <= tfrc_calc_x_lookup[try][small]) in tfrc_binsearch() 602 high = try; in tfrc_binsearch() 604 low = try + 1; in tfrc_binsearch()
|
/linux-4.4.14/drivers/pcmcia/ |
D | rsrc_iodyn.c | 110 unsigned int try; in iodyn_find_io() local 135 try = res->end + 1; in iodyn_find_io() 136 if ((*base == 0) || (*base == try)) { in iodyn_find_io() 140 *base = try; in iodyn_find_io() 147 try = res->start - num; in iodyn_find_io() 148 if ((*base == 0) || (*base == try)) { in iodyn_find_io() 153 *base = try; in iodyn_find_io()
|
D | pcmcia_resource.c | 770 unsigned int try, irq; in pcmcia_setup_isa_irq() local 774 for (try = 0; try < 64; try++) { in pcmcia_setup_isa_irq() 775 irq = try % 32; in pcmcia_setup_isa_irq() 785 if ((try < 32) && pcmcia_used_irq[irq]) in pcmcia_setup_isa_irq()
|
D | rsrc_nonstatic.c | 739 unsigned int try; in nonstatic_find_io() local 765 try = res->end + 1; in nonstatic_find_io() 766 if ((*base == 0) || (*base == try)) { in nonstatic_find_io() 774 *base = try; in nonstatic_find_io() 782 try = res->start - num; in nonstatic_find_io() 783 if ((*base == 0) || (*base == try)) { in nonstatic_find_io() 793 *base = try; in nonstatic_find_io()
|
/linux-4.4.14/Documentation/power/ |
D | tricks.txt | 5 If you want to trick swsusp/S3 into working, you might want to try: 18 want to try vesafb later] 20 * try running as few processes as possible, preferably go to single 26 When you make it work, try to find out what exactly was it that broke
|
D | basic-pm-debugging.txt | 6 To check if hibernation works, you can try to hibernate in the "reboot" mode: 19 to hibernate or resume in the "reboot" mode, you should try the "platform" mode: 78 Then, the kernel will try to freeze processes, suspend devices, wait a few 97 should try the test modes starting from "freezer", through "devices", "platform" 124 with these drivers compiled as modules). You may also try to use some special 129 of hibernation is not likely to work. You can try the "shutdown" mode, but that 134 should be reported. In that case you can also try to switch the nonboot CPUs 154 can try to compile more drivers as modules, so that they can be tested 159 unload n/2 of the modules and try again (that would probably involve rebooting 162 load n/2 modules more and try again. [all …]
|
D | drivers-testing.txt | 25 a) Build the driver as a module, load it and try the test modes of hibernation 31 c) Compile the driver directly into the kernel and try the test modes of
|
D | swsusp.txt | 32 . If you feel ACPI works pretty well on your system, you might try 37 to RAM (provided your platform supports it), you can try 326 to be useless to try to suspend to disk while that app is running? 338 usually does the trick. Then it is good idea to try with latest 371 # then try again with image_size set to zero. 372 if [ $RET -ne 0 -a $IMG_SZ -ne 0 ]; then # try again with minimal image size
|
D | video.txt | 28 whitelist, please try to find a working solution, and submit whitelist 114 Dell D600, ATI RV250 vga=normal and X, or try vbestate (6)
|
D | interface.txt | 55 if this turns out to be impossible, it will try to suspend anyway using the
|
D | s2ram.txt | 9 2) If that does not help, try reading tricks.txt and
|
/linux-4.4.14/arch/m32r/kernel/ |
D | smp.c | 714 static void send_IPI_allbutself(int ipi_num, int try) in send_IPI_allbutself() argument 721 send_IPI_mask(&cpumask, ipi_num, try); in send_IPI_allbutself() 744 static void send_IPI_mask(const struct cpumask *cpumask, int ipi_num, int try) in send_IPI_mask() argument 762 send_IPI_mask_phys(&physid_mask, ipi_num, try); in send_IPI_mask() 786 int try) in send_IPI_mask_phys() argument 829 : "r"(ipicr_addr), "r"(mask), "r"(try), "r"(my_physid_mask) in send_IPI_mask_phys()
|
/linux-4.4.14/drivers/bluetooth/ |
D | btuart_cs.c | 572 int *try = priv_data; in btuart_check_config() local 574 if (!try) in btuart_check_config() 613 int try; in btuart_config() local 617 for (try = 0; try < 2; try++) in btuart_config() 618 if (!pcmcia_loop_config(link, btuart_check_config, &try)) in btuart_config()
|
D | bt3c_cs.c | 642 int *try = priv_data; in bt3c_check_config() local 644 if (!try) in bt3c_check_config() 683 unsigned long try; in bt3c_config() local 687 for (try = 0; try < 2; try++) in bt3c_config() 688 if (!pcmcia_loop_config(link, bt3c_check_config, (void *) try)) in bt3c_config()
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | grukdump.c | 125 int try, cch_locked, cbrcnt = 0, dsrcnt = 0, bytes = 0, ret = 0; in gru_dump_context() local 131 for (try = 0; try < CCH_LOCK_ATTEMPTS; try++) { in gru_dump_context()
|
/linux-4.4.14/include/linux/ |
D | lockdep.h | 440 #define LOCK_CONTENDED(_lock, try, lock) \ argument 442 if (!try(_lock)) { \ 454 #define LOCK_CONTENDED(_lock, try, lock) \ argument 466 #define LOCK_CONTENDED_FLAGS(_lock, try, lock, lockfl, flags) \ argument 467 LOCK_CONTENDED((_lock), (try), (lock)) 471 #define LOCK_CONTENDED_FLAGS(_lock, try, lock, lockfl, flags) \ argument
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | serial_cs.c | 399 int *try = priv_data; in simple_config_check() local 404 if ((*try & 0x1) == 0) in simple_config_check() 407 if (p_dev->resource[0]->end != size_table[(*try >> 1)]) in simple_config_check() 442 int i = -ENODEV, try; in simple_config() local 447 for (try = 0; try < 4; try++) in simple_config() 448 if (!pcmcia_loop_config(link, simple_config_check, &try)) in simple_config()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | gp8psk.c | 56 int ret = 0,try = 0; in gp8psk_usb_in_op() local 61 while (ret >= 0 && ret != blen && try < 3) { in gp8psk_usb_in_op() 68 deb_info("reading number %d (ret: %d)\n",try,ret); in gp8psk_usb_in_op() 69 try++; in gp8psk_usb_in_op()
|
/linux-4.4.14/scripts/ |
D | Kbuild.include | 85 # try-run 86 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 89 try-run = $(shell set -e; \ 101 as-option = $(call try-run,\ 107 as-instr = $(call try-run,\ 113 cc-option = $(call try-run,\ 118 cc-option-yn = $(call try-run,\ 128 cc-disable-warning = $(call try-run,\ 148 cc-ldoption = $(call try-run,\ 153 ld-option = $(call try-run,\ [all …]
|
/linux-4.4.14/drivers/net/wan/ |
D | dscc4.c | 1536 try: in dscc4_tx_irq() 1601 goto try; in dscc4_tx_irq() 1618 goto try; in dscc4_tx_irq() 1624 goto try; in dscc4_tx_irq() 1673 goto try; in dscc4_tx_irq() 1679 goto try; in dscc4_tx_irq() 1695 goto try; in dscc4_tx_irq() 1705 try: in dscc4_rx_irq() 1748 goto try; in dscc4_rx_irq() 1753 goto try; in dscc4_rx_irq() [all …]
|
/linux-4.4.14/tools/perf/util/ |
D | record.c | 59 const char *try[] = {"cycles:u", "instructions:u", "cpu-clock:u", NULL}; in perf_probe_api() local 70 ret = perf_do_probe_api(fn, cpu, try[i++]); in perf_probe_api() 73 } while (ret == -EAGAIN && try[i]); in perf_probe_api()
|
/linux-4.4.14/arch/arm/include/debug/ |
D | sa1100.S | 36 @ if Ser3 is inactive, then try Ser1 41 @ if Ser1 is inactive, then try Ser2
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 29 If you run into some kind of deadlock, you can try to dump a call trace 38 can give 0.8.x a try ... 64 If you use some binary-only yunk (like nvidia module) try to reproduce 69 try to shuffle around the PCI cards to give bttv another IRQ or make
|
D | README | 16 Just try "modprobe bttv" and see if that works. 25 cards which have no tuner), try adding this to your modules.conf: 62 If you have some knowledge and spare time, please try to fix this 69 If you have trouble with some specific TV card, try to ask there
|
D | PROBLEMS | 22 try disabling features of your PCI chipset in the BIOS setup. 32 Get the free demo version of Accelerated X from www.xinside.com and try
|
D | Insmod-options | 51 no TV signal, on by default. You might try 152 card and the msp3400.o doesn't work, you might want to try this 162 anymore, try loading this module.
|
D | README.quirks | 7 stability problems you can try if one of these options makes your box
|
/linux-4.4.14/drivers/firewire/ |
D | core-iso.c | 238 int try, new, old = allocate ? BANDWIDTH_AVAILABLE_INITIAL : 0; in manage_bandwidth() local 246 for (try = 0; try < 5; try++) { in manage_bandwidth()
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | tlb_uv.c | 515 struct bau_control *bcp, long try) in uv1_wait_completion() argument 611 struct bau_control *bcp, long try) in uv2_3_wait_completion() argument 680 static int wait_completion(struct bau_desc *bau_desc, struct bau_control *bcp, long try) in wait_completion() argument 695 return uv1_wait_completion(bau_desc, mmr_offset, right_shift, bcp, try); in wait_completion() 697 return uv2_3_wait_completion(bau_desc, mmr_offset, right_shift, bcp, try); in wait_completion() 794 int completion_status, int try) in record_send_stats() argument 802 if ((completion_status == FLUSH_COMPLETE) && (try == 1)) { in record_send_stats() 816 if (completion_status == FLUSH_COMPLETE && try > 1) in record_send_stats() 879 long try = 0; in uv_flush_send_and_wait() local 904 if (try == 0) { in uv_flush_send_and_wait() [all …]
|
/linux-4.4.14/init/ |
D | do_mounts.c | 452 int try, err; in mount_nfs_root() local 464 for (try = 1; ; try++) { in mount_nfs_root() 469 if (try > NFSROOT_RETRY_MAX) in mount_nfs_root()
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | amd-powernow.txt | 8 so it is safe to try each driver in turn when in doubt as to 35 The powernow-k7 driver will try to use the PSB support first, and
|
D | cpu-drivers.txt | 181 - if relation==CPUFREQ_REL_L, try to select a new_freq higher than or equal 183 - if relation==CPUFREQ_REL_H, try to select a new_freq lower than or equal
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran_card.h | 48 int try);
|
/linux-4.4.14/drivers/block/ |
D | swim.c | 389 int try; in swim_track00() local 393 for (try = 0; try < 100; try++) { in swim_track00() 503 int i, try; in floppy_read_sectors() local 514 try = 5; in floppy_read_sectors() 518 if (try-- == 0) in floppy_read_sectors()
|
D | floppy.c | 3646 int try; in floppy_open() local 3671 try = 64; /* Only 48 actually useful */ in floppy_open() 3673 try = 32; /* Only 24 actually useful */ in floppy_open() 3675 tmp = (char *)fd_dma_mem_alloc(1024 * try); in floppy_open() 3677 try >>= 1; /* buffer only one side */ in floppy_open() 3678 INFBOUND(try, 16); in floppy_open() 3679 tmp = (char *)fd_dma_mem_alloc(1024 * try); in floppy_open() 3682 fallback_on_nodma_alloc(&tmp, 2048 * try); in floppy_open() 3689 fd_dma_mem_free((unsigned long)tmp, try * 1024); in floppy_open() 3693 max_buffer_sectors = try; in floppy_open()
|
/linux-4.4.14/Documentation/sound/oss/ |
D | SoundPro | 23 (no CD audio, no line-in, etc), you might want to give this driver a try. 34 it might be possible to do the same thing under Linux. You can try loading 37 you try it, be very careful: the SB16 mixer *mostly* works, but certain 75 messages present in the system log are helpful, try adding 'debug=1'
|
D | ultrasound | 28 If you have problems in recording with GUS MAX, you could try to use
|
D | ALS | 27 with the MPU401 interface surface, try using the standalone MPU401 module,
|
D | README.OSS | 100 implemented there. In general it's a major waste of time to try to improve a 144 good default configuration to use. Please try to use same I/O, DMA and IRQ 183 read the above notice. Then try to find proper directory where and how 184 to install the driver sources. You should not try to install a separately 291 get the above error message whenever you try to record or play. There are 422 (try with the MAD16 driver). 624 NOTE! Don't ever try to use isapnptools with CS4232 since this will just 626 CS4232 working you could try initializing it with DOS (CS4232C.EXE) and 686 me. I could then try to check if your card looks like something familiar. 942 For other not fully SB clones you may try initialization using DOS in [all …]
|
D | AudioExcelDSP16 | 69 It don't support the Audio Excel DSP 16 III (try the SC-6600 code).
|
/linux-4.4.14/tools/perf/config/ |
D | utilities.mak | 181 # try-run 182 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 185 try-run = $(shell set -e; \ 197 cc-option = $(call try-run,\
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-write-eeprom.txt | 45 spusa.root# od -t x1 -Ax /lib/firmware/try.tlv 48 spusa.root# insmod /tmp/fmc-write-eeprom.ko busid=0x0200 file=try.tlv 57 If you want to try reflashing fake EEPROM devices, you can use the
|
/linux-4.4.14/arch/avr32/boards/favr-32/ |
D | Kconfig | 10 Specify the target rate the internal DAC should try to match. This
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.cx88 | 49 (2) You can try to create a new entry yourself, have a look at 57 * the tuner type used by the card. You can try to find one by
|
D | si470x.txt | 81 If you use sox + OSS try: 86 If you use arts try: 89 If you use mplayer try:
|
D | zr364xx.txt | 11 You can try the experience changing the vendor/product ID values (look at the source code). 28 To capture a single image, try this: dd if=/dev/video0 of=test.jpg bs=1M count=1
|
D | cafe_ccic | 11 To try it out: either of these commands will work:
|
D | cpia2_overview.txt | 20 try to make note of all of these cases.
|
/linux-4.4.14/Documentation/ABI/removed/ |
D | o2cb | 8 software to look here, it should try /sys/fs/o2cb instead.
|
/linux-4.4.14/fs/proc/ |
D | kcore.c | 77 size_t try, size; in get_kcore_size() local 84 try = kc_vaddr_to_offset((size_t)m->addr + m->size); in get_kcore_size() 85 if (try > size) in get_kcore_size() 86 size = try; in get_kcore_size()
|
D | Kconfig | 8 you try to access them. Also, you cannot read the files with older
|
/linux-4.4.14/drivers/media/tuners/ |
D | mt20xx.c | 186 int try,lock=0; in mt2032_check_lo_lock() local 189 for(try=0;try<10;try++) { in mt2032_check_lo_lock()
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | sbs_sbs-battery.txt | 10 - sbs,poll-retry-count : The number of times to try looking for new status
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 138 beq hksw @ no - try next source 156 beq hksw @ no - try next source 223 beq mdm @ no - try next source
|
D | sram.S | 56 beq lock @ try again
|
/linux-4.4.14/drivers/memstick/core/ |
D | ms_block.c | 827 int error, try; in msb_erase_block() local 833 for (try = 1; try < 3; try++) { in msb_erase_block() 862 int try, error; in msb_read_page() local 906 for (try = 1; try < 3; try++) { in msb_read_page() 1119 int error, try; in msb_update_block() local 1130 for (try = 0; try < 3; try++) { in msb_update_block() 1157 pr_err("block update error after %d tries, switching to r/o mode", try); in msb_update_block()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm-interface.c | 921 int rc, try; in tpm_pm_suspend() local 944 for (try = 0; try < TPM_RETRY; try++) { in tpm_pm_suspend() 966 else if (try > 0) in tpm_pm_suspend() 968 try * TPM_TIMEOUT_RETRY); in tpm_pm_suspend()
|
/linux-4.4.14/Documentation/scsi/ |
D | link_power_management_policy.txt | 6 min_power Tell the controller to try to make the link use the
|
D | qlogicfas.txt | 38 function. If there are any problems, try setting SLOW_CABLE to 1, and 39 then try changing USE_IRQ and TURBO_PDMA to zero. If you are familiar
|
D | scsi-changer.txt | 88 device [ try "dmesg" if you don't see anything ] and should show up in 92 broken devices. So you can try:
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Bt87x.txt | 34 try to use the audio capture function of your card. If the frequency of 35 recorded data is not right, try to specify the digital_rate option with
|
D | powersave.txt | 20 (the minimum value) isn't recommended because many applications try to
|
D | HD-Audio.txt | 110 Thus, if the second error message appears, try to narrow the probed 137 in the recent kernel, try to pass `enable_msi=0` option to disable 213 headphone jack. In general, you should try a headphone output at 231 In anyway, try a different model option if you have such a problem. 289 to fight against evil, try debugging via hitting the raw HD-audio 457 - multi_io (bool): try probing multi-I/O config (e.g. shared 660 way to try the latest ALSA code is to build from the snapshot 855 the jack assignment, try this program and check whether you can get
|
D | MIXART.txt | 57 Rem : for best audio quality try to keep a 0 attenuation on the PCM
|
D | ALSA-Configuration.txt | 300 control correctly. If you have problems regarding this, try 926 Note 2: If you get click noises on output, try the module option 942 can try "single_cmd=1" module option. This will switch the 1034 driver isn't configured properly or you want to try another 1082 driver isn't configured properly or you want to try another 1277 If there is no sound even though all channels are unmuted, try to 1445 even though the device is detected in lspci. In such a case, try 1453 hard freeze, you can try reset_workaround=1 option. 1457 turned on as default. This option is worth to try if the 1816 sleep_tries - How many times to try sleeping during a wait [all …]
|
/linux-4.4.14/scripts/coccinelle/null/ |
D | badzero.cocci | 96 try let _ = Hashtbl.find negtable f in () 116 try let _ = Hashtbl.find negtable f in ()
|
/linux-4.4.14/sound/usb/usx2y/ |
D | usb_stream.c | 652 int try = 0; in usb_stream_start() local 667 ++try; in usb_stream_start() 707 try = 0; in usb_stream_start() 709 if (try) { in usb_stream_start() 711 if (try < 5) { in usb_stream_start()
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-via | 27 Turn USB support on, and try again.
|
D | i2c-piix4 | 58 try to enable it. THIS IS VERY DANGEROUS! If the BIOS did not set up a 60 crashes, data corruption, etc.). Try this only as a last resort (try BIOS
|
D | i2c-i801 | 117 The first thing to try is the "i2c_ec" ACPI driver. It could be that the 120 don't try to unhide the ICH SMBus. Even if i2c_ec doesn't work, you
|
/linux-4.4.14/Documentation/cma/ |
D | debugfs.txt | 19 would try to allocate 5 pages from the cma-2 area.
|
/linux-4.4.14/Documentation/ko_KR/ |
D | stable_api_nonsense.txt | 11 try to update the original English file first.
|
D | HOWTO | 10 try to update the original English file first.
|
/linux-4.4.14/Documentation/ |
D | bad_memory.txt | 12 2) Buy new modules (best!) or try to exchange the memory
|
D | BUG-HUNTING | 19 Always try the latest kernel from kernel.org and build from source. If you are 85 One directory at time, try moving the working directory to 86 "dir.62" and mv dir.63 dir"time, try
|
D | parport.txt | 229 try to narrow down where the problem area is. 255 If that works fine, try with 'io=0x378 irq=7' (adjust for your 261 the DMA channel, and try with:
|
D | irqflags-tracing.txt | 36 complaint, try to figure out the assembly code we did not cover yet,
|
D | sysfs-rules.txt | 32 system configuration bug you should not try to solve. For test cases, 34 application's behavior, but never try to search for sysfs. Never try
|
D | svga.txt | 88 program will try to ask the BIOS for all possible video mode numbers and test 145 If you add 0x8000 to the mode ID, the program will try to recalculate 202 the machine hangs instead of displaying the menu), try to switch off some of 274 functions as I try to get rid of _all_ hardware probing here.
|
D | stable_api_nonsense.txt | 6 This is being written to try to explain why Linux does not have a binary 84 Trust me, you will go insane over time if you try to support this kind 91 This is a much more "volatile" topic if you talk to people who try to
|
D | init.txt | 46 - try to make the implementation itself more helpful in general,
|
D | DMA-API-HOWTO.txt | 220 is to try for 64-bit addressing, but back down to a 32-bit mask that 542 * delay and try again later or 599 * delay and try again later or 705 * delay and try again later or 787 * delay and try again later or 805 * delay and try again later or 814 * delay and try again later or 841 * delay and try again later or
|
D | Intel-IOMMU.txt | 57 If you encounter issues with graphics devices, you can try adding
|
D | HOWTO | 22 and hints on how to work with the community. It will also try to 399 mail twice, one from the sender and the one from the list, and don't try 412 characters. A good first test is to send the mail to yourself and try 436 If there are no responses to your posting, wait a few days and try 463 development environments. Here are a list of things that you can try to
|
D | applying-patches.txt | 102 options. It can either refuse to apply the changes and abort or it can try 129 patch file is corrupted in some way. In that case you should probably try 148 This often happens if you try to apply a patch that was generated against a 342 # finally let's try and move from 2.6.12.3 to 2.6.13-rc5
|
D | futex-requeue-pi.txt | 17 on a pthread_condvar and letting them try to sort out which task
|
D | kernel-doc-nano-HOWTO.txt | 246 line breaks, so if you try to format some text nicely, as in: 259 a new section heading, which means you should similarly try to avoid text
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-glocks.txt | 77 There is a plan to try and remove the go_lock and go_unlock callbacks 78 if possible, in order to try and speed up the fast path though the locking. 125 try and reduce the overhead of gathering them. They are also 159 "try lock" flag is set. A blocking request covers all the other 176 using a "try lock")
|
D | fiemap.txt | 111 which simply cares not to try operating on non-aligned extents 136 Note that it is *always* undefined to try to update the data 143 clear; user applications must not try reading or writing to the 170 userspace would be highly inefficient, the kernel will try to merge most
|
D | ext4.txt | 54 filesystem back to ext3; so please do not do try this on production 62 important to try multiple workloads; very often a subtle change in a 70 it is often worthwhile to try changing the data journaling mode; '-o 261 stripe=n Number of filesystem blocks that mballoc will try 291 commit time, ext4 will try sleeping for the 470 code will try to write out before move on to
|
D | befs.txt | 56 if the patching step fails (i.e. there are rejected hunks), you can try to
|
D | ocfs2.txt | 64 preferred_slot=0(*) During mount, try to use this filesystem slot first. If
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-hub.c | 532 int try; in set_owner() local 541 for (try = 4; try > 0; --try) { in set_owner() 547 try = 0; in set_owner() 554 if (try > 1) in set_owner()
|
/linux-4.4.14/Documentation/networking/ |
D | netdevices.txt | 72 has to lock by itself when needed. It is recommended to use a try lock 83 o NETDEV_TX_BUSY Cannot transmit packet, try later
|
D | tcp.txt | 44 ones like BIC try to look at other events to provide better 98 When a write is done we try to clear any pending events and piggy back them.
|
D | README.sb1000 | 118 If this doesn't help, try something like `ping -c 5 204.71.200.67' to 189 and try setting the delay to something like 60 microseconds with: 190 '-DSB1000_DELAY=60'. Then do `make' and as root `make install' and try 192 try other numbers. Remember though that the higher the delay, the slower the
|
D | ipsec.txt | 36 One workaround is try to set "level use" for each policy if user observed
|
D | arcnet.txt | 82 You can try my ARCNET page on the World Wide Web at: 228 compiled into the kernel, will (try to) autodetect all the installed cards. 270 are incompatible with the Internet standard. They try to pretend 284 device with Linux. If you use NDIS, then try the 'arc0e' device. 379 Now things start getting confusing. To even try it, you may need to be 509 If you want to try fixing it yourself (I strongly recommend that you mail me 511 want to try some of the debug levels available. For heavy testing on
|
D | cops.txt | 29 If you do not specify any options the driver will try and use the IO = 0x240,
|
D | netconsole.txt | 179 TIP: to find out the MAC address of, say, 10.0.0.2, you may try using: 184 the sender, it is suggested to try specifying the MAC address of the
|
D | cxgb.txt | 291 It may be possible to work outside AMD's recommended PCI-X settings, try 318 etc., you may want to try the runon tool provided by Tim Hockin's 319 procstate utility. You could also try binding the interface to a
|
D | tlan.txt | 107 III. Things to try if you have problems.
|
D | dm9000.txt | 119 try and read the MII PHY state regularly. This is only available
|
D | ltpc.txt | 24 the driver will try to determine them itself.
|
D | decnet.txt | 19 if you want to try out router support (not properly debugged yet) 161 - If this seems to work, then try talking to a node on your local
|
D | e1000e.txt | 217 driver will try other interrupt modes, from least to most compatible. The 228 loading or enabling the driver, try disabling this feature.
|
/linux-4.4.14/Documentation/bus-devices/ |
D | ti-gpmc.txt | 34 in timing structure, in this scenario, try to correlate peripheral 35 timing to the one available. If that doesn't work, try to add a new
|
/linux-4.4.14/Documentation/ja_JP/ |
D | stable_kernel_rules.txt | 10 comment or update of this file, please try to update Original(English)
|
D | stable_api_nonsense.txt | 11 fork. So if you have any comments or updates of this file, please try
|
D | SubmitChecklist | 11 fork. So if you have any comments or updates of this file, please try
|
D | HOWTO | 11 fork. So if you have any comments or updates for this file, please try
|
/linux-4.4.14/Documentation/misc-devices/ |
D | isl29003 | 31 it, so the detection routine will just try to read from the configured I2C
|
/linux-4.4.14/Documentation/namespaces/ |
D | compatibility-list.txt | 22 In both cases, tasks shouldn't try exposing this ID to some
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 161 API-try-to-writeback-inodes-sb-nr 162 API-try-to-writeback-inodes-sb 270 API-jbd2-journal-try-to-free-buffers
|
D | Makefile | 76 LC_CTYPE := $(call try-run, LC_CTYPE=C.UTF-8 $(CHECK_LC_CTYPE),C.UTF-8,C)
|
D | kernel-api.xml.db | 208 API-try-to-release-page 447 API-pci-try-set-mwi 458 API-pci-try-reset-function 461 API-pci-try-reset-slot 464 API-pci-try-reset-bus
|
/linux-4.4.14/Documentation/fb/ |
D | sstfb.txt | 134 try turning off clipping (clipping=0), and/or using slowpci 163 - try to add panning using tweeks with front and back buffer . 164 - try to implement accel on voodoo2, this board can actually do a
|
/linux-4.4.14/arch/alpha/lib/ |
D | ev6-memset.S | 119 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes 296 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes 483 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 21 label="try to connect, handshake"
|
/linux-4.4.14/Documentation/hwmon/ |
D | userspace-tools | 40 If you are server administrator you can try snmpd or mrtgutils.
|
D | ads7828 | 57 some addresses to try to auto-detect it. That means that you will have to
|
D | sht15 | 51 status register to its hardware default value, but the driver will try to
|
D | pcf8591 | 62 try. You have to explicitly instantiate the device at the relevant
|
D | w83793 | 76 is the SmartFanII mode. Temperature channels will try to speed up or
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | uefi.txt | 34 - If some or all EFI runtime services don't work, you can try following
|
/linux-4.4.14/arch/x86/kernel/ |
D | verify_cpu.S | 126 jz verify_cpu_no_longmode # only try to force SSE on AMD
|
/linux-4.4.14/Documentation/parisc/ |
D | debugging | 17 an HPMC instead of a kernel oops. To debug an HPMC, try to find
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_ddcb.c | 277 unsigned int try; in enqueue_ddcb() local 300 for (try = 0; try < 2; try++) { in enqueue_ddcb()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | if_spi.c | 324 int err, try; in spu_wait_for_u32() local 325 for (try = 0; try < 4; ++try) { in spu_wait_for_u32()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-ioctl.c | 245 struct v4l2_decoder_cmd *dc, int try) in ivtv_video_command() argument 263 if (try) break; in ivtv_video_command() 279 if (try) break; in ivtv_video_command() 290 if (try) break; in ivtv_video_command() 304 if (try) break; in ivtv_video_command() 1732 int try = (cmd == VIDEO_TRY_COMMAND); in ivtv_decoder_ioctls() local 1734 if (try) in ivtv_decoder_ioctls() 1738 return ivtv_video_command(itv, id, dc, try); in ivtv_decoder_ioctls()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-capture.c | 872 unsigned int num_planes, bool try) in fimc_get_sensor_frame_desc() argument 882 if (try) in fimc_get_sensor_frame_desc() 921 struct v4l2_format *f, bool try, in __video_try_or_set_format() argument 937 if (try) { in __video_try_or_set_format() 954 if (try && fimc_jpeg_fourcc(pix->pixelformat)) { in __video_try_or_set_format() 964 mf = try ? &mbus_fmt : &fimc->vid_cap.ci_fmt; in __video_try_or_set_format() 971 ret = fimc_pipeline_try_format(ctx, mf, inp_fmt, try); in __video_try_or_set_format() 991 (*out_fmt)->memplanes, try); in __video_try_or_set_format()
|
/linux-4.4.14/Documentation/x86/ |
D | usb-legacy-support.txt | 41 Legacy support in the BIOS. If this alone doesn't help, try also adding
|
D | earlyprintk.txt | 58 each physical port on the system and rebooting. Or you can try 113 c.) On Nvidia Southbridge based systems: the kernel will try to probe
|
D | entry_64.txt | 101 We try to only use IST entries and the paranoid entry code for vectors
|
/linux-4.4.14/fs/ufs/ |
D | Kconfig | 34 Say Y here if you want to try writing to UFS partitions. This is
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/ |
D | Kconfig | 78 use staging/rt3070 or try rt2800usb)
|
/linux-4.4.14/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 1939 u32 try[4]; in smiapp_set_compose_scaler() local 1969 try[ntry] = min; in smiapp_set_compose_scaler() 1972 try[ntry] = max; in smiapp_set_compose_scaler() 1976 try[ntry] = min + 1; in smiapp_set_compose_scaler() 1979 try[ntry] = max + 1; in smiapp_set_compose_scaler() 1988 / try[i] in smiapp_set_compose_scaler() 1995 dev_dbg(&client->dev, "trying factor %d (%d)\n", try[i], i); in smiapp_set_compose_scaler() 1998 scale_m = try[i]; in smiapp_set_compose_scaler() 2009 / try[i] in smiapp_set_compose_scaler() 2013 / try[i] in smiapp_set_compose_scaler() [all …]
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | Kconfig | 22 (smc9332dst), you can also try the driver for "Generic DECchip" 50 (smc9332dst), you can also try the driver for "Generic DECchip"
|
/linux-4.4.14/security/selinux/ |
D | avc.c | 518 int hvalue, try, ecx; in avc_reclaim_node() local 523 for (try = 0, ecx = 0; try < AVC_CACHE_SLOTS; try++) { in avc_reclaim_node()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | firmware.c | 1178 int try = 0; in acquire_hw_mutex() local 1197 (u32)user, (u32)mask, (try == 0) ? "retrying" : "giving up"); in acquire_hw_mutex() 1199 if (try == 0) { in acquire_hw_mutex() 1202 try++; in acquire_hw_mutex()
|
/linux-4.4.14/Documentation/vm/ |
D | balance | 20 That being said, the kernel should try to fulfill requests for direct 85 try to free some pages in the zone (providing GFP_WAIT is set in the request).
|
D | active_mm.txt | 28 and that the scheduler might as well try to avoid wasting time on
|
D | hugetlbpage.txt | 9 Operating systems try to make best use of limited number of TLB resources. 87 This command will try to adjust the number of default sized huge pages in the 118 indicates that the hugetlb subsystem is allowed to try to obtain that
|
/linux-4.4.14/arch/m68k/q40/ |
D | README | 4 You may try http://www.geocities.com/SiliconValley/Bay/2602/ for 13 is not implemented - do not try it! (See below)
|
/linux-4.4.14/drivers/i2c/ |
D | i2c-core.c | 2173 int ret, try; in __i2c_transfer() local 2193 for (ret = 0, try = 0; try <= adap->retries; try++) { in __i2c_transfer() 3027 int try; in i2c_smbus_xfer() local 3045 for (res = 0, try = 0; try <= adapter->retries; try++) { in i2c_smbus_xfer()
|
/linux-4.4.14/Documentation/isdn/ |
D | README.syncppp | 41 (also: ipppd will try to negotiate pointopoint IP as remote IP)
|
D | syncPPP.FAQ | 118 can't understand this ... try to use the ttyI* 184 A: Maybe you try these options .. e.g:
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | head_v10.S | 58 ;; in the flash (since we wont try to copy it to DRAM
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | Kconfig | 60 The driver will try to load the image "3826.eeprom", if the
|
/linux-4.4.14/Documentation/laptops/ |
D | asus-laptop.txt | 154 a) does not lock the laptop (try a boot with noapic / nolapic if it does) 160 Record its value, note any change. If nothing changes, try a broader range,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_i2c.c | 483 int i = 0, inc, try = 0; in gmbus_xfer() local 579 if (ret == -ENXIO && i == 0 && try++ == 0) { in gmbus_xfer()
|
D | intel_hdmi.c | 1377 unsigned int try; in intel_hdmi_detect() local 1384 for (try = 0; !live_status && try < 9; try++) { in intel_hdmi_detect() 1385 if (try) in intel_hdmi_detect()
|
/linux-4.4.14/Documentation/usb/ |
D | iuu_phoenix.txt | 49 For example to have best performance than a simple clockmode=3, try this:
|
D | usb-serial.txt | 66 When the device is connected, try talking to it on the second port 78 try resetting the device, first a hot reset, and then a cold reset if 127 You can also try soft-resetting your PDA before attempting a connection. 253 It will be fine with null modem links, as long as you do not try to link two 463 the above models, you can try out the "generic" interface. This
|
D | rio.txt | 42 connecting to your RIO 500, try turning it on first and then plugging it
|
D | acm.txt | 127 device and try typing 'at'. If it responds with 'OK', then everything is
|
/linux-4.4.14/net/atm/ |
D | Kconfig | 47 ELAN and Ethernet segments. You need LANE if you want to try MPOA.
|
/linux-4.4.14/Documentation/input/ |
D | appletouch.txt | 71 is not perfect. If finger movements are not recognized anymore, try reloading
|
D | userio.txt | 8 This module is intended to try to make the lives of input driver developers
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 136 Some distributions set up /etc/fstab to always try to mount a CDROM 152 this are Sony and Toshiba drives. You will get errors if you try to 200 it so. If you actually try to do I/O to a drive defined at a 259 - If the system locks up when you try to access the CDROM, the most 283 - With the CDROM in the drive and unmounted, try something like
|
/linux-4.4.14/drivers/dma/sh/ |
D | rcar-hpbdma.c | 458 dma_addr_t slave_addr, bool try) in hpb_dmae_set_slave() argument 466 if (try) in hpb_dmae_set_slave()
|
D | shdmac.c | 356 int slave_id, dma_addr_t slave_addr, bool try) in sh_dmae_set_slave() argument 364 if (!try) { in sh_dmae_set_slave()
|
D | sudmac.c | 155 dma_addr_t slave_addr, bool try) in sudmac_set_slave() argument
|
/linux-4.4.14/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi_common.c | 861 int try = TRY_FIFO_CLEAR; in exynos_mipi_dsi_fifo_clear() local 872 } while (--try); in exynos_mipi_dsi_fifo_clear()
|
/linux-4.4.14/drivers/mtd/ |
D | sm_ftl.c | 244 int try = 0; in sm_read_sector() local 264 if (try++) { in sm_read_sector() 272 if (try == 3 || sm_recheck_media(ftl)) in sm_read_sector()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 2571 int i, hwirq, try; in pnv_cxl_alloc_hwirq_ranges() local 2577 try = num; in pnv_cxl_alloc_hwirq_ranges() 2578 while (try) { in pnv_cxl_alloc_hwirq_ranges() 2579 hwirq = msi_bitmap_alloc_hwirqs(&phb->msi_bmp, try); in pnv_cxl_alloc_hwirq_ranges() 2582 try /= 2; in pnv_cxl_alloc_hwirq_ranges() 2584 if (!try) in pnv_cxl_alloc_hwirq_ranges() 2588 irqs->range[i] = try; in pnv_cxl_alloc_hwirq_ranges() 2591 num -= try; in pnv_cxl_alloc_hwirq_ranges()
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | host-generic-pci.txt | 46 otherwise it will not try to assign devices and instead use
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-protocol | 72 probably confuse all other clients on your bus, so don't try this.
|
D | functionality | 128 If you try to access an adapter from a userspace program, you will have
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 29 for userspace to try again with a bigger buffer.
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.machine | 92 experimental. If you plan to try to use the kernel on such a machine 311 If you say Y here kernel will try to collect command 340 kernel will try to probe the RAM size at runtime. This is not
|
/linux-4.4.14/ |
D | REPORTING-BUGS | 31 Instead, try to figure out which kernel subsystem is causing the issue, 142 never follow up on a request to try out a fix.
|
/linux-4.4.14/arch/m32r/ |
D | Kconfig | 353 PCI-based systems don't have any BIOS at all. Linux can also try to 359 kernel will try the direct access method and falls back to the BIOS
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 472 INSTALL_DOC_TARGETS := $(patsubst %,install-%,$(DOC_TARGETS)) try-install-man 568 install: install-bin try-install-man install-traceevent-plugins
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | pcnet_cs.c | 477 int try = (*priv & 0x1); in pcnet_confcheck() local 487 if (try) in pcnet_confcheck() 493 int *has_shmem, int try) in pcnet_try_config() argument 498 int priv = try; in pcnet_try_config()
|
/linux-4.4.14/fs/ntfs/ |
D | Kconfig | 48 When reporting bugs, please try to have available a full dump of
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei-client-bus.txt | 47 Once registered on the ME Client bus, a driver will typically try to do some I/O on
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-fs-ext4 | 98 try to write out before move on to another inode.
|
/linux-4.4.14/sound/ |
D | Kconfig | 39 whether the respective module is loaded or not and try to load the
|
/linux-4.4.14/drivers/atm/ |
D | Kconfig | 105 Burst four words at once in the send direction. You may want to try 113 Burst two words at once in the send direction. You may want to try 145 try this if you have disabled 4W and 8W bursts. Enabling 2W if 4W or
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | cdv_intel_dp.c | 581 int try, precharge; in cdv_intel_dp_aux_ch() local 602 for (try = 0; try < 5; try++) { in cdv_intel_dp_aux_ch()
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 192 all drivers on a segment agree that they can try to recover and if no automatic 305 previously tried a soft reset, it might now try a hard reset (power 336 >>> The current powerpc implementation does not try a power-cycle 381 recover (disconnect them) and try to let other cards on the same segment
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 22 This is done by means of a Hamming code. I'll try to explain it in 158 individually, let us try to rearrange things. 268 every modern microprocessor supports 32 bit operations, so why not try 290 Let's give it a try... 443 loop unrolling. This will eliminate a few if statements. I'll try
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | qcom,spmi-regulator.txt | 110 Description: Maximum number of times to try toggling a voltage switch
|
/linux-4.4.14/Documentation/trace/ |
D | tracepoint-analysis.txt | 253 # (For more details, try: perf report --sort comm,dso,symbol) 280 # (For more details, try: perf report --sort comm,dso,symbol)
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | Kconfig | 46 To put it differently, if this value is 20, UBI will try to reserve
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 138 x32_ld_ok := $(call try-run,\
|
/linux-4.4.14/fs/fat/ |
D | Kconfig | 43 <http://www.tldp.org/docs.html#howto>, or try dmsdosfs in
|
/linux-4.4.14/drivers/tty/serial/ |
D | serial_core.c | 338 unsigned int try; in uart_get_baud_rate() local 362 for (try = 0; try < 2; try++) { in uart_get_baud_rate() 369 if (try == 0 && baud == 38400) in uart_get_baud_rate()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | stv0367.c | 1281 u8 try, u_var1 = 0, u_var2 = 0, u_var3 = 0, u_var4 = 0, mode, guard; in stv0367ter_lock_algo() local 1289 try = 0; in stv0367ter_lock_algo() 1314 if (try == 0) in stv0367ter_lock_algo() 1320 try++; in stv0367ter_lock_algo() 1321 } while ((try < 10) && (ret_flag != FE_TER_LOCKOK)); in stv0367ter_lock_algo()
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 29 * Always try to do a request_sense after 63 * Another try at using ide_[input,output]_data.
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 238 /* Whether to try to fill the input buffer when we reach the 249 * shouldn't try reading from the input source any more. We might 1371 /* yy_get_next_buffer - try to read in a new buffer 1390 { /* Don't try to fill the buffer, so this is an EOF. */ 1540 /* yy_try_NUL_trans - try to make a transition on the NUL character 1601 * try matching the token before
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 227 /* Whether to try to fill the input buffer when we reach the 238 * shouldn't try reading from the input source any more. We might 1038 /* yy_get_next_buffer - try to read in a new buffer 1057 { /* Don't try to fill the buffer, so this is an EOF. */ 1207 /* yy_try_NUL_trans - try to make a transition on the NUL character 1305 * try matching the token before
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 255 /* Whether to try to fill the input buffer when we reach the 266 * shouldn't try reading from the input source any more. We might 1518 /* yy_get_next_buffer - try to read in a new buffer 1537 { /* Don't try to fill the buffer, so this is an EOF. */ 1674 /* yy_try_NUL_trans - try to make a transition on the NUL character 1759 * try matching the token before
|
/linux-4.4.14/tools/perf/Documentation/ |
D | Makefile | 203 try-install-man: $(DO_INSTALL_MAN)
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | synopsys-dw-mshc.txt | 52 is specified and the ciu clock is specified then we'll try to set the ciu
|
/linux-4.4.14/Documentation/frv/ |
D | gdbstub.txt | 113 (*) Pressing Ctrl-C in GDB. This will cause GDB to try and interrupt the
|
/linux-4.4.14/Documentation/blockdev/ |
D | paride.txt | 103 subsystem to try them all for you. 137 By default, each driver will automatically try all parallel ports it 321 in EPP mode, try to use "bidirectional" or "PS/2" mode and 1x speeds only.
|
/linux-4.4.14/Documentation/RCU/ |
D | rcubarrier.txt | 60 We could try placing a synchronize_rcu() in the module-exit code path, 64 One might be tempted to try several back-to-back synchronize_rcu()
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 128 the kernel will try to use DT for device enumeration; if there is no DT 129 present, the kernel will try to use ACPI tables, but only if they are present. 141 is used, the kernel will disable ACPI and try to use DT to boot instead; the 377 DO try to structure the driver so that it is data-driven. That is, set up
|