Searched refs:to_core (Results 1 – 2 of 2) sorted by relevance
94 struct geni_icc_path to_core; member839 icc_put(wrapper->to_core.path); in geni_remove_earlycon_icc_vote()840 wrapper->to_core.path = NULL; in geni_remove_earlycon_icc_vote()888 wrapper->to_core.path = devm_of_icc_get(dev, "qup-core"); in geni_se_probe()889 if (IS_ERR(wrapper->to_core.path)) in geni_se_probe()890 return PTR_ERR(wrapper->to_core.path); in geni_se_probe()902 ret = icc_set_bw(wrapper->to_core.path, GENI_DEFAULT_BW, in geni_se_probe()
412 static inline struct cx88_core *to_core(struct v4l2_device *v4l2_dev) in to_core() function