Home
last modified time | relevance | path

Searched refs:try (Results 1 – 200 of 430) sorted by relevance

123

/linux-4.4.14/net/dccp/ccids/lib/
Dtfrc_equation.c597 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/
Drsrc_iodyn.c110 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()
Dpcmcia_resource.c770 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()
Drsrc_nonstatic.c739 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/
Dtricks.txt5 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
Dbasic-pm-debugging.txt6 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 …]
Ddrivers-testing.txt25 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
Dswsusp.txt32 . 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
Dvideo.txt28 whitelist, please try to find a working solution, and submit whitelist
114 Dell D600, ATI RV250 vga=normal and X, or try vbestate (6)
Dinterface.txt55 if this turns out to be impossible, it will try to suspend anyway using the
Ds2ram.txt9 2) If that does not help, try reading tricks.txt and
/linux-4.4.14/arch/m32r/kernel/
Dsmp.c714 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/
Dbtuart_cs.c572 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()
Dbt3c_cs.c642 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/
Dgrukdump.c125 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/
Dlockdep.h440 #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/
Dserial_cs.c399 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/
Dgp8psk.c56 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/
DKbuild.include85 # 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/
Ddscc4.c1536 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/
Drecord.c59 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/
Dsa1100.S36 @ if Ser3 is inactive, then try Ser1
41 @ if Ser1 is inactive, then try Ser2
/linux-4.4.14/Documentation/video4linux/bttv/
DREADME.freeze29 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
DREADME16 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
DPROBLEMS22 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
DInsmod-options51 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.
DREADME.quirks7 stability problems you can try if one of these options makes your box
/linux-4.4.14/drivers/firewire/
Dcore-iso.c238 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/
Dtlb_uv.c515 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/
Ddo_mounts.c452 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/
Damd-powernow.txt8 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
Dcpu-drivers.txt181 - 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/
Dzoran_card.h48 int try);
/linux-4.4.14/drivers/block/
Dswim.c389 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()
Dfloppy.c3646 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/
DSoundPro23 (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'
Dultrasound28 If you have problems in recording with GUS MAX, you could try to use
DALS27 with the MPU401 interface surface, try using the standalone MPU401 module,
DREADME.OSS100 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 …]
DAudioExcelDSP1669 It don't support the Audio Excel DSP 16 III (try the SC-6600 code).
/linux-4.4.14/tools/perf/config/
Dutilities.mak181 # 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/
Dfmc-write-eeprom.txt45 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/
DKconfig10 Specify the target rate the internal DAC should try to match. This
/linux-4.4.14/Documentation/video4linux/
DREADME.cx8849 (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
Dsi470x.txt81 If you use sox + OSS try:
86 If you use arts try:
89 If you use mplayer try:
Dzr364xx.txt11 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
Dcafe_ccic11 To try it out: either of these commands will work:
Dcpia2_overview.txt20 try to make note of all of these cases.
/linux-4.4.14/Documentation/ABI/removed/
Do2cb8 software to look here, it should try /sys/fs/o2cb instead.
/linux-4.4.14/fs/proc/
Dkcore.c77 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()
DKconfig8 you try to access them. Also, you cannot read the files with older
/linux-4.4.14/drivers/media/tuners/
Dmt20xx.c186 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/
Dsbs_sbs-battery.txt10 - sbs,poll-retry-count : The number of times to try looking for new status
/linux-4.4.14/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S138 beq hksw @ no - try next source
156 beq hksw @ no - try next source
223 beq mdm @ no - try next source
Dsram.S56 beq lock @ try again
/linux-4.4.14/drivers/memstick/core/
Dms_block.c827 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/
Dtpm-interface.c921 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/
Dlink_power_management_policy.txt6 min_power Tell the controller to try to make the link use the
Dqlogicfas.txt38 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
Dscsi-changer.txt88 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/
DBt87x.txt34 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
Dpowersave.txt20 (the minimum value) isn't recommended because many applications try to
DHD-Audio.txt110 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
DMIXART.txt57 Rem : for best audio quality try to keep a 0 attenuation on the PCM
DALSA-Configuration.txt300 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/
Dbadzero.cocci96 try let _ = Hashtbl.find negtable f in ()
116 try let _ = Hashtbl.find negtable f in ()
/linux-4.4.14/sound/usb/usx2y/
Dusb_stream.c652 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/
Di2c-via27 Turn USB support on, and try again.
Di2c-piix458 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
Di2c-i801117 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/
Ddebugfs.txt19 would try to allocate 5 pages from the cma-2 area.
/linux-4.4.14/Documentation/ko_KR/
Dstable_api_nonsense.txt11 try to update the original English file first.
DHOWTO10 try to update the original English file first.
/linux-4.4.14/Documentation/
Dbad_memory.txt12 2) Buy new modules (best!) or try to exchange the memory
DBUG-HUNTING19 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
Dparport.txt229 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:
Dirqflags-tracing.txt36 complaint, try to figure out the assembly code we did not cover yet,
Dsysfs-rules.txt32 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
Dsvga.txt88 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.
Dstable_api_nonsense.txt6 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
Dinit.txt46 - try to make the implementation itself more helpful in general,
DDMA-API-HOWTO.txt220 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
DIntel-IOMMU.txt57 If you encounter issues with graphics devices, you can try adding
DHOWTO22 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
Dapplying-patches.txt102 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
Dfutex-requeue-pi.txt17 on a pthread_condvar and letting them try to sort out which task
Dkernel-doc-nano-HOWTO.txt246 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/
Dgfs2-glocks.txt77 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")
Dfiemap.txt111 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
Dext4.txt54 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
Dbefs.txt56 if the patching step fails (i.e. there are rejected hunks), you can try to
Docfs2.txt64 preferred_slot=0(*) During mount, try to use this filesystem slot first. If
/linux-4.4.14/drivers/usb/host/
Dehci-hub.c532 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/
Dnetdevices.txt72 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
Dtcp.txt44 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.
DREADME.sb1000118 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
Dipsec.txt36 One workaround is try to set "level use" for each policy if user observed
Darcnet.txt82 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
Dcops.txt29 If you do not specify any options the driver will try and use the IO = 0x240,
Dnetconsole.txt179 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
Dcxgb.txt291 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
Dtlan.txt107 III. Things to try if you have problems.
Ddm9000.txt119 try and read the MII PHY state regularly. This is only available
Dltpc.txt24 the driver will try to determine them itself.
Ddecnet.txt19 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
De1000e.txt217 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/
Dti-gpmc.txt34 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/
Dstable_kernel_rules.txt10 comment or update of this file, please try to update Original(English)
Dstable_api_nonsense.txt11 fork. So if you have any comments or updates of this file, please try
DSubmitChecklist11 fork. So if you have any comments or updates of this file, please try
DHOWTO11 fork. So if you have any comments or updates for this file, please try
/linux-4.4.14/Documentation/misc-devices/
Disl2900331 it, so the detection routine will just try to read from the configured I2C
/linux-4.4.14/Documentation/namespaces/
Dcompatibility-list.txt22 In both cases, tasks shouldn't try exposing this ID to some
/linux-4.4.14/Documentation/DocBook/
Dfilesystems.xml.db161 API-try-to-writeback-inodes-sb-nr
162 API-try-to-writeback-inodes-sb
270 API-jbd2-journal-try-to-free-buffers
DMakefile76 LC_CTYPE := $(call try-run, LC_CTYPE=C.UTF-8 $(CHECK_LC_CTYPE),C.UTF-8,C)
Dkernel-api.xml.db208 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/
Dsstfb.txt134 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/
Dev6-memset.S119 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/
Ddrbd-connection-state-overview.dot21 label="try to connect, handshake"
/linux-4.4.14/Documentation/hwmon/
Duserspace-tools40 If you are server administrator you can try snmpd or mrtgutils.
Dads782857 some addresses to try to auto-detect it. That means that you will have to
Dsht1551 status register to its hardware default value, but the driver will try to
Dpcf859162 try. You have to explicitly instantiate the device at the relevant
Dw8379376 is the SmartFanII mode. Temperature channels will try to speed up or
/linux-4.4.14/Documentation/x86/x86_64/
Duefi.txt34 - If some or all EFI runtime services don't work, you can try following
/linux-4.4.14/arch/x86/kernel/
Dverify_cpu.S126 jz verify_cpu_no_longmode # only try to force SSE on AMD
/linux-4.4.14/Documentation/parisc/
Ddebugging17 an HPMC instead of a kernel oops. To debug an HPMC, try to find
/linux-4.4.14/drivers/misc/genwqe/
Dcard_ddcb.c277 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/
Dif_spi.c324 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/
Divtv-ioctl.c245 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/
Dfimc-capture.c872 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/
Dusb-legacy-support.txt41 Legacy support in the BIOS. If this alone doesn't help, try also adding
Dearlyprintk.txt58 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
Dentry_64.txt101 We try to only use IST entries and the paranoid entry code for vectors
/linux-4.4.14/fs/ufs/
DKconfig34 Say Y here if you want to try writing to UFS partitions. This is
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/
DKconfig78 use staging/rt3070 or try rt2800usb)
/linux-4.4.14/drivers/media/i2c/smiapp/
Dsmiapp-core.c1939 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/
DKconfig22 (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/
Davc.c518 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/
Dfirmware.c1178 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/
Dbalance20 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).
Dactive_mm.txt28 and that the scheduler might as well try to avoid wasting time on
Dhugetlbpage.txt9 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/
DREADME4 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/
Di2c-core.c2173 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/
DREADME.syncppp41 (also: ipppd will try to negotiate pointopoint IP as remote IP)
DsyncPPP.FAQ118 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/
Dhead_v10.S58 ;; in the flash (since we wont try to copy it to DRAM
/linux-4.4.14/drivers/net/wireless/p54/
DKconfig60 The driver will try to load the image "3826.eeprom", if the
/linux-4.4.14/Documentation/laptops/
Dasus-laptop.txt154 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/
Dintel_i2c.c483 int i = 0, inc, try = 0; in gmbus_xfer() local
579 if (ret == -ENXIO && i == 0 && try++ == 0) { in gmbus_xfer()
Dintel_hdmi.c1377 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/
Diuu_phoenix.txt49 For example to have best performance than a simple clockmode=3, try this:
Dusb-serial.txt66 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
Drio.txt42 connecting to your RIO 500, try turning it on first and then plugging it
Dacm.txt127 device and try typing 'at'. If it responds with 'OK', then everything is
/linux-4.4.14/net/atm/
DKconfig47 ELAN and Ethernet segments. You need LANE if you want to try MPOA.
/linux-4.4.14/Documentation/input/
Dappletouch.txt71 is not perfect. If finger movements are not recognized anymore, try reloading
Duserio.txt8 This module is intended to try to make the lives of input driver developers
/linux-4.4.14/Documentation/cdrom/
Dide-cd136 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/
Drcar-hpbdma.c458 dma_addr_t slave_addr, bool try) in hpb_dmae_set_slave() argument
466 if (try) in hpb_dmae_set_slave()
Dshdmac.c356 int slave_id, dma_addr_t slave_addr, bool try) in sh_dmae_set_slave() argument
364 if (!try) { in sh_dmae_set_slave()
Dsudmac.c155 dma_addr_t slave_addr, bool try) in sudmac_set_slave() argument
/linux-4.4.14/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi_common.c861 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/
Dsm_ftl.c244 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/
Dpci-ioda.c2571 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/
Dhost-generic-pci.txt46 otherwise it will not try to assign devices and instead use
/linux-4.4.14/Documentation/i2c/
Di2c-protocol72 probably confuse all other clients on your bus, so don't try this.
Dfunctionality128 If you try to access an adapter from a userspace program, you will have
/linux-4.4.14/Documentation/virtual/kvm/devices/
Ds390_flic.txt29 for userspace to try again with a bigger buffer.
/linux-4.4.14/arch/m68k/
DKconfig.machine92 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/
DREPORTING-BUGS31 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/
DKconfig353 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/
DMakefile.perf472 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/
Dpcnet_cs.c477 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/
DKconfig48 When reporting bugs, please try to have available a full dump of
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei-client-bus.txt47 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/
Dsysfs-fs-ext498 try to write out before move on to another inode.
/linux-4.4.14/sound/
DKconfig39 whether the respective module is loaded or not and try to load the
/linux-4.4.14/drivers/atm/
DKconfig105 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/
Dcdv_intel_dp.c581 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/
Dpci-error-recovery.txt192 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/
Dnand_ecc.txt22 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/
Dqcom,spmi-regulator.txt110 Description: Maximum number of times to try toggling a voltage switch
/linux-4.4.14/Documentation/trace/
Dtracepoint-analysis.txt253 # (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/
DKconfig46 To put it differently, if this value is 20, UBI will try to reserve
/linux-4.4.14/arch/x86/
DMakefile138 x32_ld_ok := $(call try-run,\
/linux-4.4.14/fs/fat/
DKconfig43 <http://www.tldp.org/docs.html#howto>, or try dmsdosfs in
/linux-4.4.14/drivers/tty/serial/
Dserial_core.c338 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/
Dstv0367.c1281 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/
DChangeLog.ide-cd.1994-200429 * Always try to do a request_sense after
63 * Another try at using ide_[input,output]_data.
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped238 /* 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/
Dlex.lex.c_shipped227 /* 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/
Dzconf.lex.c_shipped255 /* 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/
DMakefile203 try-install-man: $(DO_INSTALL_MAN)
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dsynopsys-dw-mshc.txt52 is specified and the ciu clock is specified then we'll try to set the ciu
/linux-4.4.14/Documentation/frv/
Dgdbstub.txt113 (*) Pressing Ctrl-C in GDB. This will cause GDB to try and interrupt the
/linux-4.4.14/Documentation/blockdev/
Dparide.txt103 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/
Drcubarrier.txt60 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/
Darm-acpi.txt128 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

123