Lines Matching defs:data
65 * @priv: Private data.
174 * @cookie: Interrupt handler private data.
211 dev_err(dev, "%s: Can't get interrupt data\n", __func__);
232 * @cookie: Interrupt handler private data.
249 * @cookie: Interrupt handler private data.
277 * @cookie: Interrupt handler private data.
303 * @data: Private data provided at callback registration, the context.
307 static void ocxlflash_xsl_fault(void *data, u64 addr, u64 dsisr)
309 struct ocxlflash_context *ctx = data;
575 * @buf: Buffer to get the VPD data.
1007 * @buf: Buffer to receive the data.
1011 * Return: size of the data read on success, -errno on failure
1268 * @data: Private data provided at interrupt registration, the context.
1272 static irqreturn_t ocxlflash_afu_irq(int irq, void *data)
1274 struct ocxlflash_context *ctx = data;