Lines Matching defs:data
112 /* The NX unit accepts data only on 4K page boundaries */
255 case 66: /* Input data contains an illegal template field */
256 case 67: /* Template indicates data past the end of the input stream */
257 dev_dbg(dev, "%s: Bad data for decompression (code:%d)\n",
269 "data returned is unusable, contact support.\n"
280 * nx842_pseries_compress - Compress data using the 842 algorithm
287 * compressed data. If there is an error then @outlen will be 0 and an
409 * nx842_pseries_decompress - Decompress data using the 842 algorithm
415 * this function @outlen contains the length of the decompressed data.
431 * -EINVAL Bad input data encountered when attempting decompress
636 * data length, scatter list elements pairs that follow – each being
638 * a. One cell data byte length
646 * In this example, compression supports 0x1000 (4,096) data byte length
648 * 0x1000 (4,096) data byte length and 0x1f3 (510) total scatter list
696 dev_err(devdata->dev, "%s: hardware max data size (%u) is "
843 * @data: struct of_reconfig_data pointer
851 void *data)
853 struct of_reconfig_data *upd = data;