/linux-2.4.37.9/drivers/pcmcia/ |
D | rsrc_mgr.c | 453 ioaddr_t try; in find_io_region() local 457 try = (m->base & ~(align-1)) + *base; in find_io_region() 458 for (try = (try >= m->base) ? try : try+align; in find_io_region() 459 (try >= m->base) && (try+num <= m->base+m->num); in find_io_region() 460 try += align) { in find_io_region() 461 if (request_io_resource(try, num, name, s->cap.cb_dev) == 0) { in find_io_region() 462 *base = try; in find_io_region() 474 u_long try; in find_mem_region() local 481 try = (m->base & ~(align-1)) + *base; in find_mem_region() 482 for (try = (try >= m->base) ? try : try+align; in find_mem_region() [all …]
|
D | cs.c | 783 ioaddr_t try, align; in alloc_io_space() local 822 try = s->io[i].BasePort + s->io[i].NumPorts; in alloc_io_space() 823 if ((*base == 0) || (*base == try)) in alloc_io_space() 824 if (find_io_region(&try, num, 0, name, s) == 0) { in alloc_io_space() 825 *base = try; in alloc_io_space() 831 try = s->io[i].BasePort - num; in alloc_io_space() 832 if ((*base == 0) || (*base == try)) in alloc_io_space() 833 if (find_io_region(&try, num, 0, name, s) == 0) { in alloc_io_space() 834 s->io[i].BasePort = *base = try; in alloc_io_space() 1889 u_int try, mask = req->IRQInfo2 & s->cap.irq_mask; in pcmcia_request_irq() local [all …]
|
/linux-2.4.37.9/drivers/usb/ |
D | mdc800.c | 955 #define try(A) if ((A) == 0) goto cleanup_on_fail; macro 962 try (mdc800=kmalloc (sizeof (struct mdc800_data), GFP_KERNEL)); in usb_mdc800_init() 978 try (mdc800->irq_urb_buffer=kmalloc (8, GFP_KERNEL)); in usb_mdc800_init() 979 try (mdc800->write_urb_buffer=kmalloc (8, GFP_KERNEL)); in usb_mdc800_init() 980 try (mdc800->download_urb_buffer=kmalloc (64, GFP_KERNEL)); in usb_mdc800_init() 982 try (mdc800->irq_urb=usb_alloc_urb (0)); in usb_mdc800_init() 983 try (mdc800->download_urb=usb_alloc_urb (0)); in usb_mdc800_init() 984 try (mdc800->write_urb=usb_alloc_urb (0)); in usb_mdc800_init()
|
/linux-2.4.37.9/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 | 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 | 42 no TV signal, on by default. You might try 147 card and the msp3400.o doesn't work, you might want to try this 157 anymore, try loading this module.
|
D | README | 71 cards which have no tuner), try adding this to your modules.conf: 121 If you have some knowledge and spare time, please try to fix this 128 If you have trouble with some specific TV card, try to ask there
|
/linux-2.4.37.9/drivers/net/wan/ |
D | dscc4.c | 1521 try: in dscc4_tx_irq() 1587 goto try; in dscc4_tx_irq() 1604 goto try; in dscc4_tx_irq() 1610 goto try; in dscc4_tx_irq() 1658 goto try; in dscc4_tx_irq() 1664 goto try; in dscc4_tx_irq() 1680 goto try; in dscc4_tx_irq() 1690 try: in dscc4_rx_irq() 1733 goto try; in dscc4_rx_irq() 1738 goto try; in dscc4_rx_irq() [all …]
|
/linux-2.4.37.9/Documentation/sound/ |
D | Maestro3 | 11 I will try and maintain the most recent stable version of the driver 81 try tweaking this value. 90 try and power down the chip when the system is suspended, and power 91 it up with it is resumed. It will also try and power down the chip
|
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'
|
/linux-2.4.37.9/fs/proc/ |
D | kcore.c | 121 unsigned long try, size; in get_kcore_size() local 132 try = (unsigned long)m->addr + m->size; in get_kcore_size() 133 if (try > size) in get_kcore_size() 134 size = try; in get_kcore_size()
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | optcd | 49 If you get a throughput significantly below 300 kb/s, try tweaking 52 I'd appreciate success/failure reports. If you find a bug, try
|
/linux-2.4.37.9/drivers/mtd/chips/ |
D | sharp.c | 350 int try; in sharp_write_oneword() local 356 for(try=0;try<10;try++){ in sharp_write_oneword()
|
/linux-2.4.37.9/drivers/bluetooth/ |
D | btuart_cs.c | 713 int i, j, try, last_ret, last_fn; in btuart_config() local 742 for (try = 0; try < 2; try++) { in btuart_config() 752 link->io.IOAddrLines = (try == 0) ? 16 : cf->io.flags & CISTPL_IO_LINES_MASK; in btuart_config()
|
D | bt3c_cs.c | 791 int i, j, try, last_ret, last_fn; in bt3c_config() local 820 for (try = 0; try < 2; try++) { in bt3c_config() 830 link->io.IOAddrLines = (try == 0) ? 16 : cf->io.flags & CISTPL_IO_LINES_MASK; in bt3c_config()
|
/linux-2.4.37.9/drivers/char/pcmcia/ |
D | serial_cs.c | 299 int i, j, try; in simple_config() local 328 for (try = 0; try < 2; try++) { in simple_config() 339 link->io.IOAddrLines = (try == 0) ? in simple_config()
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | bootsect.S | 126 movw $disksizes, %si # table of sizes to try 132 jae got_sectors # If all else fails, try 9 139 jc probe_loop # try next value 228 # no 64kB boundaries are crossed. We try to load it as fast as
|
D | setup.S | 371 # Try three different memory detection schemes. First, try 372 # e820h, which lets us assemble a memory map, then try e801h,
|
/linux-2.4.37.9/arch/i386/boot/ |
D | bootsect.S | 126 movw $disksizes, %si # table of sizes to try 132 jae got_sectors # If all else fails, try 9 139 jc probe_loop # try next value 228 # no 64kB boundaries are crossed. We try to load it as fast as
|
/linux-2.4.37.9/drivers/media/video/ |
D | tuner.c | 479 int try,lock=0; in mt2032_check_lo_lock() local 481 for(try=0;try<10;try++) { in mt2032_check_lo_lock()
|
/linux-2.4.37.9/Documentation/networking/ |
D | DLINK.txt | 120 stops on the adapter, try to do "ifconfig" and "route" once 134 address of 00:80:c8:... is not shown, try to add another 139 - You experience "timeout" messages: first try to add another 141 at DE600_SLOW_DOWN in the "tuning" section, _then_ try to
|
/linux-2.4.37.9/drivers/char/ftape/ |
D | README.PCI | 43 [If upgrading the bios doesn't solve the problem you could try 75 To see if you're having the GAT problem, try making a backup
|
/linux-2.4.37.9/Documentation/ |
D | BUG-HUNTING | 32 One directory at time, try moving the working directory to 33 "dir.62" and mv dir.63 dir"time, try
|
/linux-2.4.37.9/Documentation/kbuild/ |
D | bug-list.txt | 13 on, do a 'make dep' followed by 'make clean' before you try anything
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | pci.c | 396 unsigned long try, size; in pci_relocate_bridge_resource() local 425 try = pr->end + 1; in pci_relocate_bridge_resource() 427 try &= ~0xfffUL; in pci_relocate_bridge_resource() 429 try &= ~0xfffffUL; in pci_relocate_bridge_resource() 430 res->start = try - size - 1; in pci_relocate_bridge_resource() 431 res->end = try - 1; in pci_relocate_bridge_resource() 432 if (try <= size || res->start < pr->start) in pci_relocate_bridge_resource() 438 try = conflict->start; in pci_relocate_bridge_resource()
|