Home
last modified time | relevance | path

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

12345678910>>...17

/linux-6.15/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()
93 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk_fpu()
105 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()
95 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk_gpr()
107 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()
118 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk()
130 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()
167 while (i < MAX_ATTEMPT && !broken) { in tm_signal_context_chk()
179 return (broken); in tm_signal_context_chk()
/linux-6.15/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
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dmaxlinear,gpy2xx.yaml17 maxlinear,use-broken-interrupts:
19 Interrupts are broken on some GPY2xx PHYs in that they keep the
31 maxlinear,use-broken-interrupts: [ interrupts ]
44 maxlinear,use-broken-interrupts;
H A Dethernet-phy.yaml89 broken-turn-around:
125 eee-broken-100tx:
129 broken and request the ethernet to stop advertising it.
131 eee-broken-1000t:
135 broken and request the ethernet to stop advertising it.
137 eee-broken-10gt:
141 broken and request the ethernet to stop advertising it.
143 eee-broken-1000kx:
147 broken and request the ethernet to stop advertising it.
149 eee-broken-10gkx4:
[all …]
/linux-6.15/drivers/xen/
H 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.15/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()
58 const bool broken) in find_board_config() argument
65 if (check_board_data(addr, broken)) in find_board_config()
/linux-6.15/tools/perf/
H A Dbuiltin-lock.c406 p->broken |= st->broken; in combine_lock_stats()
613 goto broken; in report_lock_acquire_event()
619 broken: in report_lock_acquire_event()
622 ls->broken = 1; in report_lock_acquire_event()
686 ls->broken = 1; in report_lock_acquired_event()
744 ls->broken = 1; in report_lock_contended_event()
808 ls->broken = 1; in report_lock_release_event()
1255 int broken = 0; in print_bad_events() local
1291 if (st->broken) in print_result()
1748 total += broken; in print_footer_stdio()
[all …]
/linux-6.15/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-pine64-lts.dts24 broken-cd; /* card detect is broken on *some* boards */
/linux-6.15/drivers/watchdog/
H 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()
562 p->broken = (str_prop && !strcmp(str_prop, WD_BADMODEL)); in cpwd_probe()
594 if (p->broken) { in cpwd_probe()
631 if (p->broken) in cpwd_remove()
/linux-6.15/Documentation/devicetree/bindings/mmc/
H A Dmmc-card.yaml27 broken-hpi:
30 Use this to indicate that the mmc-card has a broken hpi
66 broken-hpi;
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Dusb-xhci.yaml24 quirk-broken-port-ped:
25 description: Set if the controller has broken port disable mechanism
/linux-6.15/drivers/fsi/
H A Dfsi-sbefifo.c126 bool broken; member
350 sbefifo->broken = true; in sbefifo_request_reset()
371 sbefifo->broken = false; in sbefifo_request_reset()
396 if (sbefifo->broken) in sbefifo_cleanup_hw()
404 sbefifo->broken = true; in sbefifo_cleanup_hw()
413 sbefifo->broken = true; in sbefifo_cleanup_hw()
422 sbefifo->broken = true; in sbefifo_cleanup_hw()
426 sbefifo->broken = false; in sbefifo_cleanup_hw()
594 sbefifo->broken = true; in sbefifo_read_response()
608 sbefifo->broken = true; in sbefifo_read_response()
/linux-6.15/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28-var4.dts24 eee-broken-1000t;
25 eee-broken-100tx;
H A Dfsl-ls1028a-kontron-sl28-var2.dts23 eee-broken-1000t;
24 eee-broken-100tx;
H A Dfsl-ls1028a-kontron-sl28-var1.dts30 eee-broken-1000t;
31 eee-broken-100tx;
/linux-6.15/arch/arm/boot/dts/allwinner/
H A Dsun8i-v3s-netcube-kumquat.dts136 broken-cd;
144 broken-cd;
152 /* Disable external 32k osc as it is broken on current revision */
222 /* Disable external 32k osc as it is broken on current revision */
/linux-6.15/arch/arm/boot/dts/st/
H A Dstm32mp157a-iot-box.dts40 broken-cd;
57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
/linux-6.15/Documentation/kbuild/
H A DKconfig.select-break1 # Select broken dependency issue
21 mainmenu "Simple example to demo kconfig select broken dependency issue"
/linux-6.15/Documentation/litmus-tests/
H A DREADME44 DCL-broken.litmus
53 RM-broken.litmus
66 The counterpart to RM-broken.litmus, showing P0()'s two loads from
/linux-6.15/arch/arm/boot/dts/marvell/
H A Dmmp2-olpc-xo-1-75.dts160 broken-cd;
169 broken-cd;
182 broken-cd;
/linux-6.15/arch/arm/nwfpe/
H 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.15/Documentation/power/
H A Dapm-acpi.rst19 once. Some people with broken ACPI or broken APM implementations

12345678910>>...17