Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/host/
H A Dufshcd-pltfrm.c114 struct device_node *parse_np = of_parse_phandle(np, phandle_name, index); in phandle_exists() local
116 if (parse_np) in phandle_exists()
117 of_node_put(parse_np); in phandle_exists()
119 return parse_np != NULL; in phandle_exists()