Home
last modified time | relevance | path

Searched refs:ends (Results 1 – 25 of 110) sorted by relevance

12345

/Linux-v6.6/include/net/
Diw_handler.h503 char *ends, struct iw_event *iwe, int event_len);
507 char *ends, struct iw_event *iwe, int event_len) in iwe_stream_add_event_check() argument
509 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check()
522 char *ends, struct iw_event *iwe, char *extra);
526 char *ends, struct iw_event *iwe, char *extra) in iwe_stream_add_point_check() argument
528 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check()
542 char *value, char *ends, struct iw_event *iwe,
/Linux-v6.6/tools/perf/util/
Dstat-display.c435 char buf[64], *vals, *ends; in print_metric_csv() local
442 ends = vals = skip_spaces(buf); in print_metric_csv()
443 while (isdigit(*ends) || *ends == '.') in print_metric_csv()
444 ends++; in print_metric_csv()
445 *ends = 0; in print_metric_csv()
575 char buf[64], *vals, *ends; in print_metric_only_csv() local
582 ends = vals = skip_spaces(buf); in print_metric_only_csv()
583 while (isdigit(*ends) || *ends == '.') in print_metric_only_csv()
584 ends++; in print_metric_only_csv()
585 *ends = 0; in print_metric_only_csv()
[all …]
/Linux-v6.6/drivers/gpu/drm/ci/xfails/
Drockchip-rk3399-skips.txt4 # Too unstable, machine ends up hanging after lots of Oopses
Dmsm-sc7180-flakes.txt2 # Test ends up reading CRC from frame before cursor update
Dmsm-sdm845-flakes.txt3 # Test ends up reading CRC from frame before cursor update
Drockchip-rk3288-skips.txt4 # Too unstable, machine ends up hanging after lots of Oopses
/Linux-v6.6/arch/arm/boot/dts/ti/omap/
Dam335x-bonegreen-wireless.dts113 /* in case it isn't, wilink8 ends up in one of the test modes that */
116 /* introduces a pullup on the line and wilink8 ends up in a bad state. */
/Linux-v6.6/net/wireless/
Dwext-core.c1150 char *ends, struct iw_event *iwe, int event_len) in iwe_stream_add_event() argument
1157 if (likely((stream + event_len) < ends)) { in iwe_stream_add_event()
1171 char *ends, struct iw_event *iwe, char *extra) in iwe_stream_add_point() argument
1178 if (likely((stream + event_len) < ends)) { in iwe_stream_add_point()
1194 char *value, char *ends, struct iw_event *iwe, in iwe_stream_add_value() argument
1203 if (likely((value + event_len) < ends)) { in iwe_stream_add_value()
/Linux-v6.6/tools/testing/selftests/firmware/
Dsettings1 # The async firmware timeout is set to 1 second (but ends up being effectively
/Linux-v6.6/arch/mips/
DKbuild14 # everything ends up here
/Linux-v6.6/Documentation/userspace-api/media/dvb/
Dfrontend_f_open.rst57 In a system with multiple front-ends, it is usually the case that
67 powered up, and that other front-ends may have been powered down to make
/Linux-v6.6/Documentation/powerpc/
Delfnote.rst28 by the ultravisor. If the kernel is not ultravisor-capable, but it ends up
/Linux-v6.6/Documentation/driver-api/media/
Ddtv-demux.rst22 can be used to select one of the DVB front-ends as a TS source for a demux,
25 The demux kABI only controls front-ends regarding to their connections with
/Linux-v6.6/Documentation/devicetree/bindings/spi/
Dfsl-spi.txt49 - fsl,csaft: chip select negation time in bits after frame ends
/Linux-v6.6/Documentation/bpf/
Dbpf_prog_run.rst108 immediately. If a packet ends up being passed to the regular networking stack
109 (because the XDP program returns ``XDP_PASS``, or because it ends up being
Dgraph_ds_impl.rst150 ends, we can safely access the graph node through ``n`` even after it was used
168 * If not released before program ends, verifier considers program invalid
192 verifier after a critical section ends. This is necessary to ensure the "will
/Linux-v6.6/drivers/net/wireless/intersil/p54/
DKconfig9 This module does nothing by itself - the USB/PCI/SPI front-ends
/Linux-v6.6/net/sctp/
DKconfig32 homing at either or both ends of an association."
/Linux-v6.6/scripts/coccinelle/iterators/
Duse_after_iter.cocci3 /// variable ends up pointing to an address at an offset from the list head,
/Linux-v6.6/Documentation/kbuild/
DKconfig.recursion-issue-0229 # CORE_BELL_A then CORE_BELL_A ends up becoming a common BELL feature which
/Linux-v6.6/Documentation/core-api/
Dgfp_mask-from-fs-io.rst47 called when the critical section ends. All that ideally along with an
/Linux-v6.6/Documentation/usb/
Dusbip_protocol.rst174 | | | | ends with the previous "number of exported |
264 | | | | otherwise the reply ends with the status field. |
/Linux-v6.6/Documentation/i2c/
Di2c-address-translators.rst30 devices on the child bus ends up in invoking the driver code to select
/Linux-v6.6/Documentation/dev-tools/
Dsparse.rst35 ends up looking just like integers to gcc.
/Linux-v6.6/Documentation/driver-api/mmc/
Dmmc-async-req.rst16 time between when an MMC request ends and another MMC request begins.

12345