Home
last modified time | relevance | path

Searched full:broken (Results 1 – 25 of 1875) sorted by relevance

12345678910>>...75

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dethernet-phy.yaml80 broken-turn-around:
102 eee-broken-100tx:
106 broken and request the ethernet to stop advertising it.
108 eee-broken-1000t:
112 broken and request the ethernet to stop advertising it.
114 eee-broken-10gt:
118 broken and request the ethernet to stop advertising it.
120 eee-broken-1000kx:
124 broken and request the ethernet to stop advertising it.
126 eee-broken-10gkx4:
[all …]
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dsandbox-phy.c17 bool broken; member
27 if (priv->broken) in sandbox_phy_power_on()
42 if (priv->broken) in sandbox_phy_power_off()
83 priv->broken = dev_read_bool(dev, "broken"); in sandbox_phy_probe()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-psutil/
H A D0001-fix-failure-test-cases.patch39 + @unittest.skip("broken on OE since kernel config maye not be enabled")
63 + @unittest.skip("Broken for oe")
71 + @unittest.skip("Broken for oe")
77 + @unittest.skip("Broken for oe")
125 @unittest.skipIf(PYPY, "broken on PYPY")
139 @unittest.skipIf(SUNOS, "broken on SUNOS")
140 @unittest.skipIf(AIX, "broken on AIX")
141 @unittest.skipIf(PYPY, "broken on PYPY")
162 + @unittest.skip("Broken for oe")
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ata/
H A Dpata-arasan.txt21 - arasan,broken-udma: if present, UDMA mode is unusable
22 - arasan,broken-mwdma: if present, MWDMA mode is unusable
23 - arasan,broken-pio: if present, PIO mode is unusable
25 required unless both UDMA and MWDMA mode are broken
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A DKconfig144 bool "Support for LCN-PHY devices (BROKEN)"
145 depends on B43 && BROKEN
149 Say N, this is BROKEN and crashes driver.
152 bool "Support for AC-PHY (802.11ac) devices (BROKEN)"
153 depends on B43 && B43_BCMA && BROKEN
158 Say N, this is BROKEN and crashes driver.
/OK3568_Linux_fs/buildroot/package/tcl/
H A D0001-dont-build-compat.patch4 Turn off building compatibility layers for old/broken versions of
7 to not have broken behavior.
21 - [tcl_cv_]$1[_unbroken]=broken,[tcl_cv_]$1[_unbroken]=unknown))
22 + [tcl_cv_]$1[_unbroken]=broken,[tcl_cv_]$1[_unbroken]=ok))
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch18 for broken symlinks; laccess() on a broken symlink will succeed with
22 clear if or why it needs to return success for broken symlinks. Maybe
54 + behaviour for broken symlinks; laccess() on a broken symlink will succeed
58 + or why it needs to return success for broken symlinks. Maybe just historical
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch18 for broken symlinks; laccess() on a broken symlink will succeed with
22 clear if or why it needs to return success for broken symlinks. Maybe
52 + behaviour for broken symlinks; laccess() on a broken symlink will succeed
56 + or why it needs to return success for broken symlinks. Maybe just historical
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28-var2.dts23 eee-broken-1000t;
24 eee-broken-100tx;
29 eee-broken-1000t;
30 eee-broken-100tx;
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-fpu.c45 static sig_atomic_t fail, broken; variable
57 broken = 1; in signal_usr1()
67 broken = 1; in signal_usr1()
92 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk_fpu()
104 return (broken); in tm_signal_context_chk_fpu()
H A Dtm-signal-context-chk-gpr.c37 static sig_atomic_t fail, broken; variable
59 broken = 1; in signal_usr1()
69 broken = 1; in signal_usr1()
94 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk_gpr()
106 return broken; in tm_signal_context_chk_gpr()
H A Dtm-signal-context-chk-vmx.c38 static sig_atomic_t fail, broken; variable
67 broken = 1; in signal_usr1()
85 broken = 1; in signal_usr1()
117 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk()
129 return (broken); in tm_signal_context_chk()
H A Dtm-signal-context-chk-vsx.c39 static sig_atomic_t fail, broken; variable
112 broken = 1; in signal_usr1()
136 broken = 1; in signal_usr1()
166 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk()
178 return (broken); in tm_signal_context_chk()
/OK3568_Linux_fs/kernel/arch/mips/ath25/
H A Dboard.c37 static inline bool check_board_data(const void __iomem *addr, bool broken) in check_board_data() argument
43 if (!broken) in check_board_data()
46 /* broken board data detected, use radio data to find the in check_board_data()
58 const bool broken) in find_board_config() argument
65 if (check_board_data(addr, broken)) in find_board_config()
143 pr_warn("WARNING: broken board data detected\n"); in ath25_find_config()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dmmc-card.txt13 -broken-hpi : Use this to indicate that the mmc-card has a broken hpi
28 broken-hpi;
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy-core.c307 u32 broken = 0; in of_set_phy_eee_broken() local
315 if (of_property_read_bool(node, "eee-broken-100tx")) in of_set_phy_eee_broken()
316 broken |= MDIO_EEE_100TX; in of_set_phy_eee_broken()
317 if (of_property_read_bool(node, "eee-broken-1000t")) in of_set_phy_eee_broken()
318 broken |= MDIO_EEE_1000T; in of_set_phy_eee_broken()
319 if (of_property_read_bool(node, "eee-broken-10gt")) in of_set_phy_eee_broken()
320 broken |= MDIO_EEE_10GT; in of_set_phy_eee_broken()
321 if (of_property_read_bool(node, "eee-broken-1000kx")) in of_set_phy_eee_broken()
322 broken |= MDIO_EEE_1000KX; in of_set_phy_eee_broken()
323 if (of_property_read_bool(node, "eee-broken-10gkx4")) in of_set_phy_eee_broken()
[all …]
/OK3568_Linux_fs/kernel/drivers/fsi/
H A Dfsi-sbefifo.c124 bool broken; member
334 /* Mark broken first, will be cleared if reset succeeds */ in sbefifo_request_reset()
335 sbefifo->broken = true; in sbefifo_request_reset()
356 sbefifo->broken = false; in sbefifo_request_reset()
380 /* If broken, we don't need to look at status, go straight to reset */ in sbefifo_cleanup_hw()
381 if (sbefifo->broken) in sbefifo_cleanup_hw()
389 sbefifo->broken = true; in sbefifo_cleanup_hw()
398 sbefifo->broken = true; in sbefifo_cleanup_hw()
407 sbefifo->broken = true; in sbefifo_cleanup_hw()
411 sbefifo->broken = false; in sbefifo_cleanup_hw()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-temperature-max318566 such as those caused by broken thermocouple wires.
10 '1' An open circuit such as broken thermocouple wires
12 '0' No open circuit or broken thermocouple wires are detected
/OK3568_Linux_fs/u-boot/include/
H A Drtc.h108 * If the RTC appears to be broken (e.g. it is not counting up in seconds)
240 * rtc_to_tm() - Convert a time_t value into a broken-out time
248 * @time: Place to put the broken-out time
254 * rtc_mktime() - Convert a broken-out time into a time_t value
261 * @time: Broken-out time to convert
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dcsrc-r4k.c51 * Older QEMUs have a broken implementation of RDHWR for the CP0 count in rdhwr_count_usable()
53 * use it in the VDSO if it is broken. This workaround can be removed in rdhwr_count_usable()
65 pr_warn("Not using R4K clocksource in VDSO due to broken RDHWR\n"); in rdhwr_count_usable()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/
H A D0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch24 dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it.
25 dnl * It may also be broken in AIX.
34 possibly broken posix_fallocate
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/
H A Dperformance.patch43 - # If neither matched, then we have a broken ls. This can happen
45 - # broken ls alias from the environment. This has actually
47 - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dcpwd.c82 bool broken; member
278 if (p->broken) { in cpwd_stoptimer()
294 if (p->broken) in cpwd_starttimer()
331 if (p->broken && in cpwd_getstatus()
559 /* CP1400s seem to have broken PLD implementations-- the in cpwd_probe()
564 p->broken = (str_prop && !strcmp(str_prop, WD_BADMODEL)); in cpwd_probe()
596 if (p->broken) { in cpwd_probe()
633 if (p->broken) in cpwd_remove()
H A DiTCO_vendor_support.c39 /* Broken BIOS */
47 "0 (none), 1=SuperMicro Pent3, 911=Broken SMI BIOS");
102 * Some Intel motherboards have a broken BIOS implementation: i.e.
119 * broken code by disabling Global SMI.
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pine64-lts.dts13 broken-cd; /* card detect is broken on *some* boards */

12345678910>>...75