linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pci probe
@ 2007-05-14 19:03 Manu Abraham
  2007-05-15 13:15 ` Manu Abraham
  0 siblings, 1 reply; 7+ messages in thread
From: Manu Abraham @ 2007-05-14 19:03 UTC (permalink / raw)
  To: linux-kernel

Hi,

I do have a device that's a multifunction device. Eventhough a MFD, it
just has one Interrupt which is shared by by a Configuration space for
each function. ie, INTA is shared between them functions.

In such a case, i am wondering, (since pci_probe returns a pointer to
one PCI function alone and i need to use both the functions in one
module alone rather than using a module for each function and that the
functions are quite similar for them to be used in different modules,
such that a separate probe/ISR etc is used) whether using pci_get_device
would be a better alternative to do manual searching for the functions
in such a case.


Thanks,
Manu

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

end of thread, other threads:[~2007-06-13  7:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-14 19:03 pci probe Manu Abraham
2007-05-15 13:15 ` Manu Abraham
2007-05-16  7:18   ` Greg KH
2007-05-16 12:29     ` Manu Abraham
2007-05-29 22:27       ` Greg KH
2007-06-07 20:00         ` Markus Rechberger
2007-06-13  7:39         ` Manu Abraham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).