Searched refs:prop_len (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/iicbus/
H A Dmax6690.c182 int i = 0, j, len = 0, prop_len, prev_len = 0; local
189 prop_len = OF_getprop(child, "hwsensor-location", location,
191 while (len < prop_len) {
202 prop_len = OF_getprop(child, "hwsensor-id", id, sizeof(id));
207 prop_len = OF_getprop(child, "hwsensor-zone", id, sizeof(id));
H A Dad7417.c316 int i = 0, j, len = 0, prop_len, prev_len = 0; local
323 prop_len = OF_getprop(child, "hwsensor-location", location,
325 while (len < prop_len) {
339 prop_len = OF_getprop(child, "hwsensor-type", type, sizeof(type));
340 while (len < prop_len) {
351 prop_len = OF_getprop(child, "hwsensor-id", id, sizeof(id));
356 prop_len = OF_getprop(child, "hwsensor-zone", id, sizeof(id));
/freebsd-10-stable/sys/powerpc/powermac/
H A Dfcu.c455 int i = 0, j, len = 0, prop_len, prev_len = 0; local
462 prop_len = OF_getprop(child, "hwctrl-location", location,
464 while (len < prop_len) {
479 prop_len = OF_getprop(child, "hwctrl-type", type, sizeof(type));
480 while (len < prop_len) {
491 prop_len = OF_getprop(child, "hwctrl-id", id, sizeof(id));
496 prop_len = OF_getprop(child, "hwctrl-zone", id, sizeof(id));
/freebsd-10-stable/sys/arm/ti/twl/
H A Dtwl_clks.c509 int len = 0, prop_len; local
532 prop_len = OF_getprop(child, "external-clocks", rnames, sizeof(rnames));
533 while (len < prop_len) {
536 if ((len >= prop_len) || (name[0] == '\0'))
H A Dtwl_vreg.c886 int len = 0, prop_len; local
908 prop_len = OF_getprop(child, "voltage-regulators", rnames, sizeof(rnames));
909 while (len < prop_len) {
912 if ((len >= prop_len) || (name[0] == '\0'))

Completed in 114 milliseconds