Lines Matching defs:data
64 * @priv: Private data.
173 * @cookie: Interrupt handler private data.
210 dev_err(dev, "%s: Can't get interrupt data\n", __func__);
231 * @cookie: Interrupt handler private data.
248 * @cookie: Interrupt handler private data.
276 * @cookie: Interrupt handler private data.
302 * @data: Private data provided at callback registration, the context.
306 static void ocxlflash_xsl_fault(void *data, u64 addr, u64 dsisr)
308 struct ocxlflash_context *ctx = data;
572 * @buf: Buffer to get the VPD data.
1004 * @buf: Buffer to receive the data.
1008 * Return: size of the data read on success, -errno on failure
1265 * @data: Private data provided at interrupt registration, the context.
1269 static irqreturn_t ocxlflash_afu_irq(int irq, void *data)
1271 struct ocxlflash_context *ctx = data;