Searched refs:prev_prop (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Demul_chirp.c608 const device_property *prev_prop = device_find_property(phandle, previous); local
609 if (prev_prop == NULL) {
618 next_prop = prev_prop; /* The first property. */
621 next_prop = device_next_property(prev_prop);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Demul_chirp.c608 const device_property *prev_prop = device_find_property(phandle, previous); local
609 if (prev_prop == NULL) {
618 next_prop = prev_prop; /* The first property. */
621 next_prop = device_next_property(prev_prop);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Demul_chirp.c608 const device_property *prev_prop = device_find_property(phandle, previous); local
609 if (prev_prop == NULL) {
618 next_prop = prev_prop; /* The first property. */
621 next_prop = device_next_property(prev_prop);

Completed in 120 milliseconds