Home
last modified time | relevance | path

Searched refs:broken (Results 1 – 25 of 125) sorted by relevance

12345

/linux-2.6.39/drivers/watchdog/
Dcpwd.c80 bool broken; member
276 if (p->broken) { in cpwd_stoptimer()
292 if (p->broken) in cpwd_starttimer()
329 if (p->broken && in cpwd_getstatus()
582 p->broken = (str_prop && !strcmp(str_prop, WD_BADMODEL)); in cpwd_probe()
614 if (p->broken) { in cpwd_probe()
658 if (p->broken) in cpwd_remove()
/linux-2.6.39/drivers/w1/slaves/
Dw1_therm.c91 u8 broken; member
238 w1_therm_families[i].broken = 1; in w1_therm_init()
249 if (!w1_therm_families[i].broken) in w1_therm_fini()
/linux-2.6.39/drivers/virtio/
Dvirtio_ring.c66 (_vq)->broken = true; \
80 bool broken; member
297 if (unlikely(vq->broken)) { in virtqueue_get_buf()
395 if (unlikely(vq->broken)) in vring_interrupt()
432 vq->broken = false; in vring_new_virtqueue()
/linux-2.6.39/Documentation/power/
Dapm-acpi.txt17 once. Some people with broken ACPI or broken APM implementations
/linux-2.6.39/Documentation/fb/
Darkfb.txt34 broken for unknown reason, so its usefulness is limited.
65 * character attributes (and cursor) in text mode are broken
Dinternals.txt68 The pixel value is broken up into red, green, and blue fields.
73 The pixel value is broken up into red, green, and blue fields, each of which
Ds3fb.txt43 support is broken on S3 Trio64 V2/DX.
78 * text mode broken on S3 Trio64 V2/DX
Dpvr2fb.txt39 Note: the 640x240 mode is currently broken, and should not be
/linux-2.6.39/arch/arm/nwfpe/
Dsoftfloat-macros137 than 128, the result will be 0. The result is broken into two 64-bit pieces
173 nonzero. The result is broken into two 64-bit pieces which are stored at
213 at most 128 nonzero bits; these are broken into two 64-bit pieces which are
284 of `count' must be less than 64. The result is broken into two 64-bit
303 The value of `count' must be less than 64. The result is broken into three
340 any carry out is lost. The result is broken into two 64-bit pieces which
360 modulo 2^192, so any carry out is lost. The result is broken into three
399 2^128, so any borrow out (carry out) is lost. The result is broken into two
419 result is broken into three 64-bit pieces which are stored at the locations
455 Multiplies `a' by `b' to obtain a 128-bit product. The product is broken
[all …]
/linux-2.6.39/drivers/parport/
DBUGS-parport6 o parport_pc_ecp_read_block_pio() is broken. parport will revert to the
/linux-2.6.39/arch/m68k/hp300/
DREADME.hp3009 The serial console is probably broken at the moment but the Topcat/HIL keyboard
/linux-2.6.39/Documentation/
Dinit.txt10 C) broken console device
27 /lib/ld-linux.so.2 missing or broken. Use readelf -d <INIT>|grep NEEDED
/linux-2.6.39/drivers/mmc/host/
Dsdhci.c684 int broken, i; in sdhci_prepare_data() local
687 broken = 0; in sdhci_prepare_data()
690 broken = 1; in sdhci_prepare_data()
693 broken = 1; in sdhci_prepare_data()
696 if (unlikely(broken)) { in sdhci_prepare_data()
714 int broken, i; in sdhci_prepare_data() local
717 broken = 0; in sdhci_prepare_data()
725 broken = 1; in sdhci_prepare_data()
728 broken = 1; in sdhci_prepare_data()
731 if (unlikely(broken)) { in sdhci_prepare_data()
/linux-2.6.39/drivers/staging/gma500/
DTODO19 - Works on systems where the VESA BIOS is bust or the tables are broken
/linux-2.6.39/drivers/net/arm/
Dether3.h168 int broken; /* 0 = ok, 1 = something went wrong */ member
/linux-2.6.39/Documentation/dvb/
Dbt8xx.txt81 2c) Probing the cards with broken PCI subsystem ID
85 probing the cards with broken PCI subsystem ID
/linux-2.6.39/arch/alpha/
DKconfig.debug26 Say Y if you have a broken bootloader. Say N if you do not, or if
/linux-2.6.39/fs/minix/
Dminix.h94 #error Minix file system byte order broken
/linux-2.6.39/arch/arm/mach-ixp2000/
DKconfig63 bool "Support broken PCI I/O on older IXP2000s"
/linux-2.6.39/Documentation/video4linux/bttv/
DInsmod-options41 no_overlay=0 Enable overlay on broken hardware. There
47 no_overlay=1 Disable overlay. It should be used by broken
/linux-2.6.39/Documentation/cris/
DREADME114 Axis flash: JEDEC Device ID is 0xC4. Assuming broken CFI table.
115 Axis flash: Swapping erase regions for broken CFI table.
/linux-2.6.39/drivers/pci/
Dprobe.c686 int broken = 0; in pci_scan_bridge() local
700 broken = 1; in pci_scan_bridge()
710 !is_cardbus && !broken) { in pci_scan_bridge()
747 if (pcibios_assign_all_busses() || broken) in pci_scan_bridge()
/linux-2.6.39/Documentation/hwmon/
Dthmc5053 In case the BIOS is broken and the mode is set incorrectly, you can force
/linux-2.6.39/Documentation/sh/
Dnew-machine.txt18 include/asm-sh/. For the new kernel, things are broken out by board type,
70 | `-- This is also broken out per CPU family, so each family can
136 * Presume all FooTech boards have the same broken timer,
/linux-2.6.39/Documentation/ide/
DChangeLog.ide-cd.1994-200439 * PLAYAUDIO12 is broken on the Aztech; work around it.
71 * `DCI-2S10' drives are broken too.
80 * 3.07 Jan 29, 1996 -- More twiddling for broken drives: Sony 55D,

12345