Lines Matching refs:stream
246 * - Prevent leaking of kernel space in stream on 64 bits.
443 /* We may need a function to send a stream of events to user space.
500 * Wrapper to add an Wireless Event to a stream of events.
502 char *iwe_stream_add_event(struct iw_request_info *info, char *stream,
506 iwe_stream_add_event_check(struct iw_request_info *info, char *stream,
509 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len);
511 if (res == stream)
519 * stream of events.
521 char *iwe_stream_add_point(struct iw_request_info *info, char *stream,
525 iwe_stream_add_point_check(struct iw_request_info *info, char *stream,
528 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra);
530 if (res == stream)
537 * Wrapper to add a value to a Wireless Event in a stream of events.