Searched refs:cec_is_registered (Results 1 – 2 of 2) sorted by relevance
42 if (!cec_is_registered(adap)) in cec_poll()511 if (!cec_is_registered(adap)) in cec_ioctl()658 if (cec_is_registered(adap) && list_empty(&devnode->fhs) && in cec_release()
279 static inline bool cec_is_registered(const struct cec_adapter *adap) in cec_is_registered() function