Home
last modified time | relevance | path

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

1234

/linux/include/net/
H A Diw_handler.h464 char *ends, struct iw_event *iwe, int event_len);
468 char *ends, struct iw_event *iwe, int event_len) in iwe_stream_add_event_check() argument
470 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len); in iwe_stream_add_event_check()
483 char *ends, struct iw_event *iwe, char *extra);
487 char *ends, struct iw_event *iwe, char *extra) in iwe_stream_add_point_check() argument
489 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check()
503 char *value, char *ends, struct iw_event *iwe,
/linux/tools/perf/util/
H A Dstat-display.c501 char buf[64], *vals, *ends; in print_metric_csv() local
508 ends = vals = skip_spaces(buf); in print_metric_csv()
509 while (isdigit(*ends) || *ends == '.') in print_metric_csv()
510 ends++; in print_metric_csv()
511 *ends = 0; in print_metric_csv()
626 char buf[64], *vals, *ends; in print_metric_only_csv() local
632 ends = vals = skip_spaces(buf); in print_metric_only_csv()
633 while (isdigit(*ends) || *ends == '.') in print_metric_only_csv()
634 ends++; in print_metric_only_csv()
635 *ends = 0; in print_metric_only_csv()
[all …]
/linux/net/wireless/
H A Dwext-core.c1155 char *ends, struct iw_event *iwe, int event_len) in iwe_stream_add_event() argument
1162 if (likely((stream + event_len) < ends)) { in iwe_stream_add_event()
1176 char *ends, struct iw_event *iwe, char *extra) in iwe_stream_add_point() argument
1183 if (likely((stream + event_len) < ends)) { in iwe_stream_add_point()
1199 char *value, char *ends, struct iw_event *iwe, in iwe_stream_add_value() argument
1208 if (likely((value + event_len) < ends)) { in iwe_stream_add_value()
/linux/arch/arm/boot/dts/ti/omap/
H A 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/tools/testing/selftests/firmware/
H A Dsettings1 # The async firmware timeout is set to 1 second (but ends up being effectively
/linux/arch/mips/
H A DKbuild8 # everything ends up here
/linux/Documentation/userspace-api/media/dvb/
H A 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/Documentation/driver-api/media/
H A 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/Documentation/arch/powerpc/
H A Delfnote.rst28 by the ultravisor. If the kernel is not ultravisor-capable, but it ends up
/linux/Documentation/bpf/
H A 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
H A 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/drivers/net/wireless/intersil/p54/
H A DKconfig9 This module does nothing by itself - the USB/PCI/SPI front-ends
/linux/Documentation/doc-guide/
H A Dmaintainer-profile.rst32 changelog; this way, we ensure that the documentation ends up in the correct
/linux/scripts/coccinelle/iterators/
H A Duse_after_iter.cocci3 /// variable ends up pointing to an address at an offset from the list head,
/linux/Documentation/driver-api/cxl/linux/
H A Doverview.rst88 * If hmem, journey ends here.
/linux/Documentation/kbuild/
H A DKconfig.recursion-issue-0229 # CORE_BELL_A then CORE_BELL_A ends up becoming a common BELL feature which
/linux/Documentation/i2c/
H A Di2c-address-translators.rst30 devices on the child bus ends up in invoking the driver code to select
/linux/Documentation/admin-guide/
H A Dpstore-blk.rst54 name of partitioned disk ends with a digit.
82 space except other pstore front-ends.
/linux/drivers/net/slip/
H A DKconfig52 on both ends. Ask your access provider if you are not sure and
/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst16 time between when an MMC request ends and another MMC request begins.
/linux/Documentation/dev-tools/
H A Dsparse.rst35 ends up looking just like integers to gcc.
/linux/Documentation/process/
H A 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
/linux/Documentation/arch/x86/x86_64/
H A Dfred.rst73 segment’s descriptor cache. With LKGS, it ends up with avoiding
/linux/drivers/gpu/drm/msm/
H A DNOTES67 Each connector probably ends up being a separate device, just for the
/linux/Documentation/sound/
H A Dutimers.rst100 when synchronizing two sound applications on both ends of the virtual

1234