Lines Matching refs:value
30 void *value;
429 * printk("U32 value: %x\n", u);
438 * printk("String value: %s\n", s);
892 !memcmp(p1->value, p2->value, (size_t)p1->length);
935 * @phandle_name: Name of property holding a phandle value
965 * errno value.
1013 * errno value.
1071 * @np: device node from which the property value is to be read.
1079 * property does not have a value.
1090 * @np: device node from which the property value is to be read.
1098 * property does not have a value.
1109 * @np: device node from which the property value is to be read.
1117 * property does not have a value.
1128 * @np: device node from which the property value is to be read.
1136 * property does not have a value.
1147 * @np: device node from which the property value is to be read.
1167 * @np: device node from which the property value is to be read.
1174 * exist, -ENODATA if property does not have a value, and -EILSEQ if the string
1186 * @np: device node from which the property value is to be read.
1190 * return value is 0.
1193 * terminated string value (pointer to data, not a copy) in the list of strings
1197 * property does not have a value, and -EILSEQ if the string is not
1212 * @np: device node from which the property value is to be read.
1245 * @np: device node from which the property value is to be read.
1247 * @out_values: pointer to return value, modified only if return value is 0.
1250 * Search for a property in a device node and read 8-bit value(s) from
1257 * -ENODATA if property does not have a value, and -EOVERFLOW if the
1260 * The out_values is modified only if a valid u8 value can be decoded.
1277 * @np: device node from which the property value is to be read.
1279 * @out_values: pointer to return value, modified only if return value is 0.
1282 * Search for a property in a device node and read 16-bit value(s) from
1289 * -ENODATA if property does not have a value, and -EOVERFLOW if the
1292 * The out_values is modified only if a valid u16 value can be decoded.
1310 * @np: device node from which the property value is to be read.
1312 * @out_values: pointer to return value, modified only if return value is 0.
1315 * Search for a property in a device node and read 32-bit value(s) from
1319 * -ENODATA if property does not have a value, and -EOVERFLOW if the
1322 * The out_values is modified only if a valid u32 value can be decoded.
1340 * @np: device node from which the property value is to be read.
1342 * @out_values: pointer to return value, modified only if return value is 0.
1345 * Search for a property in a device node and read 64-bit value(s) from
1349 * -ENODATA if property does not have a value, and -EOVERFLOW if the
1352 * The out_values is modified only if a valid u64 value can be decoded.
1642 OF_OVERLAY_INIT = 0, /* kzalloc() of ovcs sets this value */