All of lore.kernel.org
 help / color / mirror / Atom feed
* How can I find out what is the driver for device node '/dev/video11'
@ 2014-01-08 18:50 m silverstri
  2014-01-08 18:56 ` Devin Heitmueller
  0 siblings, 1 reply; 7+ messages in thread
From: m silverstri @ 2014-01-08 18:50 UTC (permalink / raw)
  To: linux-media

In linux kernel, a device (e.g. codec) can register as a file (e.g.
/dev/video11).

How can I find out from the code which driver is registered as
'/dev/video11'. i.e. what is the driver will be invoked when I
open('/dev/video11', O_RDWR,0) in my user space code?

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-01-08 21:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08 18:50 How can I find out what is the driver for device node '/dev/video11' m silverstri
2014-01-08 18:56 ` Devin Heitmueller
2014-01-08 19:03   ` m silverstri
2014-01-08 19:08     ` Devin Heitmueller
2014-01-08 19:15       ` m silverstri
2014-01-08 21:19         ` Sylwester Nawrocki
2014-01-08 21:43           ` m silverstri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.