Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/
H A Ddpaa_of.c167 d->lphandle = NULL; in linear_dir()
183 if (d->lphandle) in linear_dir()
186 d->lphandle = f; in linear_dir()
188 if (d->lphandle) in linear_dir()
191 d->lphandle = f; in linear_dir()
367 if (d->lphandle && (d->lphandle->len == 4) && in of_find_node_by_phandle()
368 !memcmp(d->lphandle->buf, &ph, 4)) in of_find_node_by_phandle()
H A Ddpaa_of.h93 struct dt_file *lphandle; member