Home
last modified time | relevance | path

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

1234

/linux-6.1.9/include/net/
Diw_handler.h510 char *ends, struct iw_event *iwe, int event_len);
514 char *ends, struct iw_event *iwe, int event_len) in iwe_stream_add_event_check() argument
516 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check()
529 char *ends, struct iw_event *iwe, char *extra);
533 char *ends, struct iw_event *iwe, char *extra) in iwe_stream_add_point_check() argument
535 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check()
549 char *value, char *ends, struct iw_event *iwe,
/linux-6.1.9/tools/perf/util/
Dstat-display.c289 char buf[64], *vals, *ends; in print_metric_csv() local
296 ends = vals = skip_spaces(buf); in print_metric_csv()
297 while (isdigit(*ends) || *ends == '.') in print_metric_csv()
298 ends++; in print_metric_csv()
299 *ends = 0; in print_metric_csv()
380 char buf[64], *vals, *ends; in print_metric_only_csv() local
387 ends = vals = skip_spaces(buf); in print_metric_only_csv()
388 while (isdigit(*ends) || *ends == '.') in print_metric_only_csv()
389 ends++; in print_metric_only_csv()
390 *ends = 0; in print_metric_only_csv()
[all …]
/linux-6.1.9/arch/arm/boot/dts/
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-6.1.9/tools/testing/selftests/firmware/
Dsettings1 # The async firmware timeout is set to 1 second (but ends up being effectively
/linux-6.1.9/net/wireless/
Dwext-core.c1128 char *ends, struct iw_event *iwe, int event_len) in iwe_stream_add_event() argument
1135 if (likely((stream + event_len) < ends)) { in iwe_stream_add_event()
1149 char *ends, struct iw_event *iwe, char *extra) in iwe_stream_add_point() argument
1156 if (likely((stream + event_len) < ends)) { in iwe_stream_add_point()
1172 char *value, char *ends, struct iw_event *iwe, in iwe_stream_add_value() argument
1181 if (likely((value + event_len) < ends)) { in iwe_stream_add_value()
/linux-6.1.9/arch/mips/
DKbuild14 # everything ends up here
/linux-6.1.9/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-6.1.9/Documentation/powerpc/
Delfnote.rst28 by the ultravisor. If the kernel is not ultravisor-capable, but it ends up
/linux-6.1.9/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-6.1.9/Documentation/devicetree/bindings/spi/
Dfsl-spi.txt49 - fsl,csaft: chip select negation time in bits after frame ends
/linux-6.1.9/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
/linux-6.1.9/drivers/net/wireless/intersil/p54/
DKconfig9 This module does nothing by itself - the USB/PCI/SPI front-ends
/linux-6.1.9/net/sctp/
DKconfig32 homing at either or both ends of an association."
/linux-6.1.9/Documentation/devicetree/bindings/phy/
Dphy-rockchip-naneng-combphy.yaml49 should be used by both ends of the PCIe link.
/linux-6.1.9/scripts/coccinelle/iterators/
Duse_after_iter.cocci3 /// variable ends up pointing to an address at an offset from the list head,
/linux-6.1.9/Documentation/kbuild/
DKconfig.recursion-issue-0229 # CORE_BELL_A then CORE_BELL_A ends up becoming a common BELL feature which
/linux-6.1.9/Documentation/core-api/
Dgfp_mask-from-fs-io.rst47 called when the critical section ends. All that ideally along with an
/linux-6.1.9/Documentation/usb/
Dusbip_protocol.rst174 | | | | ends with the previous "number of exported |
264 | | | | otherwise the reply ends with the status field. |
/linux-6.1.9/drivers/net/slip/
DKconfig52 on both ends. Ask your access provider if you are not sure and
/linux-6.1.9/Documentation/driver-api/mmc/
Dmmc-async-req.rst16 time between when an MMC request ends and another MMC request begins.
/linux-6.1.9/Documentation/dev-tools/
Dsparse.rst35 ends up looking just like integers to gcc.
/linux-6.1.9/Documentation/admin-guide/
Dpstore-blk.rst54 name of partitioned disk ends with a digit.
82 space except other pstore front-ends.
/linux-6.1.9/drivers/gpu/drm/msm/
DNOTES67 Each connector probably ends up being a separate device, just for the
/linux-6.1.9/Documentation/mm/
Dactive_mm.rst86 would have thought it, but the alpha actually ends up having one of the
/linux-6.1.9/Documentation/process/
Dmanagement-style.rst166 right), the harder it ends up being to apologize afterwards.
171 - spread the "love" out so evenly that nobody really ends up feeling
258 ends up going overboard and hiding the problem, and as they say, "On the

1234