Home
last modified time | relevance | path

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

/linux-6.15/drivers/dpll/
H A Ddpll_netlink.c1413 struct dpll_device *dpll_match = NULL, *dpll; in dpll_device_find() local
1424 if (dpll_match) { in dpll_device_find()
1428 dpll_match = dpll; in dpll_device_find()
1431 if (!dpll_match) { in dpll_device_find()
1436 return dpll_match; in dpll_device_find()