Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd-pltfrm.c113 struct device_node *parse_np = of_parse_phandle(np, phandle_name, index); in phandle_exists() local
115 if (parse_np) in phandle_exists()
116 of_node_put(parse_np); in phandle_exists()
118 return parse_np != NULL; in phandle_exists()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds