Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c806 struct coresight_device *found_sink = NULL; in coresight_find_sink() local
810 found_sink = csdev; in coresight_find_sink()
829 found_sink = coresight_select_best_sink(found_sink, in coresight_find_sink()
837 if (found_sink) in coresight_find_sink()
839 return found_sink; in coresight_find_sink()
/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()
H A Dextron-da-hd-4k-plus.c629 port->port.found_sink = true; in extron_irq_work_handler()
1116 port->port.found_sink ? "found" : "no", in extron_adap_status_port()