Lines Matching defs:stream
246 * - Prevent leaking of kernel space in stream on 64 bits.
450 /* We may need a function to send a stream of events to user space.
507 * Wrapper to add an Wireless Event to a stream of events.
509 char *iwe_stream_add_event(struct iw_request_info *info, char *stream,
513 iwe_stream_add_event_check(struct iw_request_info *info, char *stream,
516 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len);
518 if (res == stream)
526 * stream of events.
528 char *iwe_stream_add_point(struct iw_request_info *info, char *stream,
532 iwe_stream_add_point_check(struct iw_request_info *info, char *stream,
535 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra);
537 if (res == stream)
544 * Wrapper to add a value to a Wireless Event in a stream of events.