/linux/Documentation/devicetree/bindings/net/ |
A D | ethernet-phy.yaml | 80 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 …]
|
/linux/tools/testing/selftests/powerpc/tm/ |
A D | tm-signal-context-chk-fpu.c | 45 static sig_atomic_t fail, broken; variable 57 broken = 1; in signal_usr1() 67 broken = 1; in signal_usr1() 93 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk_fpu() 105 return (broken); in tm_signal_context_chk_fpu()
|
A D | tm-signal-context-chk-gpr.c | 37 static sig_atomic_t fail, broken; variable 59 broken = 1; in signal_usr1() 69 broken = 1; in signal_usr1() 95 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk_gpr() 107 return broken; in tm_signal_context_chk_gpr()
|
A D | tm-signal-context-chk-vmx.c | 38 static sig_atomic_t fail, broken; variable 67 broken = 1; in signal_usr1() 85 broken = 1; in signal_usr1() 118 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk() 130 return (broken); in tm_signal_context_chk()
|
A D | tm-signal-context-chk-vsx.c | 39 static sig_atomic_t fail, broken; variable 112 broken = 1; in signal_usr1() 136 broken = 1; in signal_usr1() 167 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk() 179 return (broken); in tm_signal_context_chk()
|
/linux/Documentation/devicetree/bindings/ata/ |
A D | pata-arasan.txt | 21 - 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
|
/linux/Documentation/devicetree/bindings/mmc/ |
A D | mmc-card.yaml | 23 broken-hpi: 26 Use this to indicate that the mmc-card has a broken hpi 44 broken-hpi;
|
/linux/arch/mips/ath25/ |
A D | board.c | 37 static inline bool check_board_data(const void __iomem *addr, bool broken) in check_board_data() argument 43 if (!broken) in check_board_data() 58 const bool broken) in find_board_config() argument 65 if (check_board_data(addr, broken)) in find_board_config()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-bus-iio-temperature-max31856 | 6 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
|
/linux/drivers/watchdog/ |
A D | cpwd.c | 82 bool broken; member 277 if (p->broken) { in cpwd_stoptimer() 293 if (p->broken) in cpwd_starttimer() 330 if (p->broken && in cpwd_getstatus() 563 p->broken = (str_prop && !strcmp(str_prop, WD_BADMODEL)); in cpwd_probe() 595 if (p->broken) { in cpwd_probe() 632 if (p->broken) in cpwd_remove()
|
/linux/drivers/net/phy/ |
A D | phy-core.c | 308 u32 broken = 0; in of_set_phy_eee_broken() local 317 broken |= MDIO_EEE_100TX; in of_set_phy_eee_broken() 319 broken |= MDIO_EEE_1000T; in of_set_phy_eee_broken() 321 broken |= MDIO_EEE_10GT; in of_set_phy_eee_broken() 323 broken |= MDIO_EEE_1000KX; in of_set_phy_eee_broken() 325 broken |= MDIO_EEE_10GKX4; in of_set_phy_eee_broken() 327 broken |= MDIO_EEE_10GKR; in of_set_phy_eee_broken() 329 phydev->eee_broken_modes = broken; in of_set_phy_eee_broken()
|
/linux/drivers/fsi/ |
A D | fsi-sbefifo.c | 124 bool broken; member 344 sbefifo->broken = true; in sbefifo_request_reset() 365 sbefifo->broken = false; in sbefifo_request_reset() 390 if (sbefifo->broken) in sbefifo_cleanup_hw() 398 sbefifo->broken = true; in sbefifo_cleanup_hw() 407 sbefifo->broken = true; in sbefifo_cleanup_hw() 416 sbefifo->broken = true; in sbefifo_cleanup_hw() 420 sbefifo->broken = false; in sbefifo_cleanup_hw() 585 sbefifo->broken = true; in sbefifo_read_response() 599 sbefifo->broken = true; in sbefifo_read_response()
|
/linux/arch/arm64/boot/dts/allwinner/ |
A D | sun50i-a64-pine64-lts.dts | 24 broken-cd; /* card detect is broken on *some* boards */
|
/linux/Documentation/devicetree/bindings/usb/ |
A D | usb-xhci.yaml | 24 quirk-broken-port-ped: 25 description: Set if the controller has broken port disable mechanism
|
/linux/arch/arm64/boot/dts/freescale/ |
A D | fsl-ls1028a-kontron-sl28-var4.dts | 24 eee-broken-1000t; 25 eee-broken-100tx;
|
A D | fsl-ls1028a-kontron-sl28-var2.dts | 23 eee-broken-1000t; 24 eee-broken-100tx;
|
A D | fsl-ls1028a-kontron-sl28-var1.dts | 30 eee-broken-1000t; 31 eee-broken-100tx;
|
/linux/arch/arm/boot/dts/ |
A D | stm32mp157a-iot-box.dts | 40 broken-cd; 57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
|
A D | mmp2-olpc-xo-1-75.dts | 160 broken-cd; 169 broken-cd; 182 broken-cd;
|
/linux/Documentation/kbuild/ |
A D | Kconfig.select-break | 1 # Select broken dependency issue 21 mainmenu "Simple example to demo kconfig select broken dependency issue"
|
/linux/arch/arm/nwfpe/ |
A D | softfloat-macros | 137 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 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 486 obtain a 192-bit product. The product is broken into three 64-bit pieces [all …]
|
/linux/Documentation/power/ |
A D | apm-acpi.rst | 19 once. Some people with broken ACPI or broken APM implementations
|
/linux/Documentation/fb/ |
A D | arkfb.rst | 34 broken for unknown reason, so its usefulness is limited. 65 * character attributes (and cursor) in text mode are broken
|
/linux/Documentation/devicetree/bindings/iommu/ |
A D | arm,smmu-v3.yaml | 60 hisilicon,broken-prefetch-cmd: 64 cavium,cn9900-broken-page1-regspace:
|
/linux/drivers/virtio/ |
A D | virtio_ring.c | 60 (_vq)->broken = true; \ 101 bool broken; member 499 if (unlikely(vq->broken)) { in virtqueue_add_split() 759 if (unlikely(vq->broken)) { in virtqueue_get_buf_ctx_split() 1188 if (unlikely(vq->broken)) { in virtqueue_add_packed() 1708 vq->broken = false; in vring_create_virtqueue_packed() 1943 if (unlikely(vq->broken)) in virtqueue_notify() 1948 vq->broken = true; in virtqueue_notify() 2070 if (unlikely(vq->broken)) in virtqueue_poll() 2154 if (unlikely(vq->broken)) in vring_interrupt() [all …]
|