Re: How to implement the callback to application functions in a driver



Drivers cannot callback into the application. There are usually MUCH better
ways to solve whatever problem it is you think this is the solution to.
What's the big picture of what you are trying to do?

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com


.



Relevant Pages

  • Re: Driver load ordering
    ... but random serially or could they be loading in parallel? ... > Drivers with the same "order" value are loaded in the order they are ... > smaillet at EmbeddedFusion dot com ... Prev by Date: ...
    (microsoft.public.windowsce.platbuilder)
  • Re: [1/1] connector: Kernel connector - userspace <-> kernelspace "linker".
    ... >> Can and should we work towards using this as interface for drivers that ... > Unified interface can be used for any type of modules. ... > Remember pwc - closed part can register callback and open part can ... > from just extended ioctl. ...
    (Linux-Kernel)
  • API change for bus_dma
    ... As I work towards locking down storage drivers, ... bus_dmamap_loadand the associated callback mechanism. ... in cases such as PAE where busdma might have to use bounce ...
    (freebsd-arch)
  • Re: [linux-pm] driver power operations (was Re: suspend2 merge)
    ... the point I actually wanted to make is that many drivers don't care ... In that case we can have two callbacks for the hibernation (I'd prefer to say ... 'hibernation' instead of 'suspend to disk' from now on), one 'quiesce' callback ... before quiescing devices ...
    (Linux-Kernel)
  • Re: Can I request an IRQ-to-SYSINTR mapping for an ISA device?
    ... Drivers should NOT rely on the OAL having pre-set IRQ-SYSINTR mapping. ... otherwise look for the IRQ value and request a sysintr for that IRQ ... smaillet at EmbeddedFusion dot com ...
    (microsoft.public.windowsce.platbuilder)