Lines Matching defs:value
917 dwp = win->value;
1038 * ddw_read_ext - Get the value of an DDW extension
1039 * @np: device node from which the extension value is to be read.
1041 * @value: pointer to return value, modified when extension is available.
1043 * Checks if "ibm,ddw-extensions" exists for this node, and get the value
1045 * It can be used only to check if a property exists, passing value == NULL.
1050 * -ENODATA if "ibm,ddw-extensions" does not have a value, and
1054 u32 *value)
1067 if (!value)
1068 value = &count;
1070 return of_property_read_u32_index(np, propname, extnum, value);
1264 win64->value = ddwprop;
1266 if (!win64->name || !win64->value) {
1268 kfree(win64->value);
1447 "couldn't allocate property, property name, or value\n");
1458 window = ddw_list_new_entry(pdn, win64->value);
1467 win64->value, tce_setrange_multi_pSeriesLP_walk);
1473 clean_dma_window(pdn, win64->value);
1534 kfree(win64->value);