Lines Matching defs:ops
233 struct parport_operations *ops;
242 ops = kmemdup(&parport_gsc_ops, sizeof(struct parport_operations),
244 if (!ops) {
245 printk(KERN_DEBUG "parport (0x%lx): no memory for ops!\n",
256 p->ops = ops;
262 kfree(ops);
268 PARPORT_DMA_NONE, ops))) {
270 kfree (ops);
371 struct parport_operations *ops = p->ops;
377 kfree (ops); /* hope no-one cached it */