Home
last modified time | relevance | path

Searched refs:found_sink (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dcec-splitter.h19 bool found_sink; member
H A Dcec-splitter.c284 if (!p->found_sink) in cec_out_report_power_status()
608 if (p->found_sink && ktime_to_ns(p->lost_sink_ts) && in cec_splitter_poll()
614 p->found_sink = false; in cec_splitter_poll()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c954 struct coresight_device *found_sink = NULL; in coresight_find_sink() local
958 found_sink = csdev; in coresight_find_sink()
977 found_sink = coresight_select_best_sink(found_sink, in coresight_find_sink()
985 if (found_sink) in coresight_find_sink()
987 return found_sink; in coresight_find_sink()