Lines Matching refs:sc_ops
79 struct genfb_ops sc_ops; member
342 memcpy(&scp->sc_ops, ops, sizeof(struct genfb_ops)); in genfb_attach()
504 if (scp->sc_ops.genfb_ioctl) { in genfb_ioctl()
505 error = scp->sc_ops.genfb_ioctl(sc, vs, in genfb_ioctl()
584 if (scp->sc_ops.genfb_ioctl) in genfb_ioctl()
585 ret = scp->sc_ops.genfb_ioctl(sc, vs, cmd, data, flag, l); in genfb_ioctl()
614 if (scp->sc_ops.genfb_mmap) in genfb_mmap()
615 return scp->sc_ops.genfb_mmap(sc, vs, offset, prot); in genfb_mmap()
963 if (sc && sc->sc_private && sc->sc_private->sc_ops.genfb_borrow) in genfb_borrow()
964 return sc->sc_private->sc_ops.genfb_borrow(sc, addr, hdlp); in genfb_borrow()
1007 if (scp->sc_ops.genfb_enable_polling) in genfb_enable_polling()
1008 (*scp->sc_ops.genfb_enable_polling)(sc); in genfb_enable_polling()
1022 if (scp->sc_ops.genfb_disable_polling) in genfb_disable_polling()
1023 (*scp->sc_ops.genfb_disable_polling)(sc); in genfb_disable_polling()