Home
last modified time | relevance | path

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

12345678910>>...14

/linux-6.3-rc2/tools/testing/selftests/powerpc/tm/
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()
93 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk_fpu()
105 return (broken); in tm_signal_context_chk_fpu()
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()
95 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk_gpr()
107 return broken; in tm_signal_context_chk_gpr()
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()
118 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk()
130 return (broken); in tm_signal_context_chk()
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()
167 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk()
179 return (broken); in tm_signal_context_chk()
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dethernet-phy.yaml89 broken-turn-around:
111 eee-broken-100tx:
115 broken and request the ethernet to stop advertising it.
117 eee-broken-1000t:
121 broken and request the ethernet to stop advertising it.
123 eee-broken-10gt:
127 broken and request the ethernet to stop advertising it.
129 eee-broken-1000kx:
133 broken and request the ethernet to stop advertising it.
135 eee-broken-10gkx4:
[all …]
A Dmaxlinear,gpy2xx.yaml17 maxlinear,use-broken-interrupts:
19 Interrupts are broken on some GPY2xx PHYs in that they keep the
30 maxlinear,use-broken-interrupts: [ interrupts ]
43 maxlinear,use-broken-interrupts;
/linux-6.3-rc2/Documentation/devicetree/bindings/ata/
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
/linux-6.3-rc2/Documentation/devicetree/bindings/mmc/
A Dmmc-card.yaml23 broken-hpi:
26 Use this to indicate that the mmc-card has a broken hpi
44 broken-hpi;
/linux-6.3-rc2/drivers/xen/
A Dgrant-dma-ops.c26 bool broken; member
92 if (unlikely(data->broken)) in xen_grant_dma_alloc()
127 if (unlikely(data->broken)) in xen_grant_dma_free()
135 data->broken = true; in xen_grant_dma_free()
185 if (unlikely(data->broken)) in xen_grant_dma_map_page()
218 if (unlikely(data->broken)) in xen_grant_dma_unmap_page()
226 data->broken = true; in xen_grant_dma_unmap_page()
/linux-6.3-rc2/arch/mips/ath25/
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()
58 const bool broken) in find_board_config() argument
65 if (check_board_data(addr, broken)) in find_board_config()
/linux-6.3-rc2/arch/arm64/boot/dts/allwinner/
A Dsun50i-a64-pine64-lts.dts24 broken-cd; /* card detect is broken on *some* boards */
/linux-6.3-rc2/drivers/watchdog/
A Dcpwd.c82 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-6.3-rc2/tools/perf/
A Dbuiltin-lock.c415 p->broken |= st->broken; in combine_lock_stats()
681 goto broken; in report_lock_acquire_event()
687 broken: in report_lock_acquire_event()
690 ls->broken = 1; in report_lock_acquire_event()
754 ls->broken = 1; in report_lock_acquired_event()
812 ls->broken = 1; in report_lock_contended_event()
876 ls->broken = 1; in report_lock_release_event()
1172 ls->broken = 1; in report_lock_contention_begin_event()
1319 int broken = 0; in print_bad_events() local
1355 if (st->broken) in print_result()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/
A Dusb-xhci.yaml24 quirk-broken-port-ped:
25 description: Set if the controller has broken port disable mechanism
/linux-6.3-rc2/drivers/net/phy/
A Dphy-core.c387 u32 broken = 0; in of_set_phy_eee_broken() local
396 broken |= MDIO_EEE_100TX; in of_set_phy_eee_broken()
398 broken |= MDIO_EEE_1000T; in of_set_phy_eee_broken()
400 broken |= MDIO_EEE_10GT; in of_set_phy_eee_broken()
402 broken |= MDIO_EEE_1000KX; in of_set_phy_eee_broken()
404 broken |= MDIO_EEE_10GKX4; in of_set_phy_eee_broken()
406 broken |= MDIO_EEE_10GKR; in of_set_phy_eee_broken()
408 phydev->eee_broken_modes = broken; in of_set_phy_eee_broken()
/linux-6.3-rc2/drivers/fsi/
A Dfsi-sbefifo.c126 bool broken; member
348 sbefifo->broken = true; in sbefifo_request_reset()
369 sbefifo->broken = false; in sbefifo_request_reset()
394 if (sbefifo->broken) in sbefifo_cleanup_hw()
402 sbefifo->broken = true; in sbefifo_cleanup_hw()
411 sbefifo->broken = true; in sbefifo_cleanup_hw()
420 sbefifo->broken = true; in sbefifo_cleanup_hw()
424 sbefifo->broken = false; in sbefifo_cleanup_hw()
592 sbefifo->broken = true; in sbefifo_read_response()
606 sbefifo->broken = true; in sbefifo_read_response()
/linux-6.3-rc2/arch/arm64/boot/dts/freescale/
A Dfsl-ls1028a-kontron-sl28-var4.dts24 eee-broken-1000t;
25 eee-broken-100tx;
A Dfsl-ls1028a-kontron-sl28-var1.dts30 eee-broken-1000t;
31 eee-broken-100tx;
A Dfsl-ls1028a-kontron-sl28-var2.dts23 eee-broken-1000t;
24 eee-broken-100tx;
/linux-6.3-rc2/arch/arm/boot/dts/
A Dstm32mp157a-iot-box.dts40 broken-cd;
57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
A Dmmp2-olpc-xo-1-75.dts160 broken-cd;
169 broken-cd;
182 broken-cd;
/linux-6.3-rc2/Documentation/kbuild/
A DKconfig.select-break1 # Select broken dependency issue
21 mainmenu "Simple example to demo kconfig select broken dependency issue"
/linux-6.3-rc2/drivers/virtio/
A Dvirtio_ring.c61 (_vq)->broken = true; \
167 bool broken; member
544 if (unlikely(vq->broken)) { in virtqueue_add_split()
804 if (unlikely(vq->broken)) { in virtqueue_get_buf_ctx_split()
2032 vq->broken = true; in vring_create_virtqueue_packed()
2034 vq->broken = false; in vring_create_virtqueue_packed()
2256 if (unlikely(vq->broken)) in virtqueue_notify()
2261 vq->broken = true; in virtqueue_notify()
2383 if (unlikely(vq->broken)) in virtqueue_poll()
2528 vq->broken = true; in __vring_new_virtqueue()
[all …]
/linux-6.3-rc2/arch/arm/nwfpe/
A 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
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-6.3-rc2/Documentation/power/
A Dapm-acpi.rst19 once. Some people with broken ACPI or broken APM implementations

Completed in 44 milliseconds

12345678910>>...14