Are the methods for checking and removing drivers in the linux kernel parallel across multiple devices?

Can anyone shed some light on a series of transforms .probe

and .remove

drivers <? t →

For example, if there are 10 PCIe cards connected to the server and there is a generic driver to detect (probe) these 10 devices, what is the name of the probe function? Is it being called in parallel for all devices, or is it done one after the other - which means the second probe call won't happen until the first probe call for the first device returns?

Thanks, Prathamesh

+3
linux linux-kernel linux-device-driver device-driver


source to share


No one has answered this question yet

Check out similar questions:

312
Execute combine multiple Linux commands on one line
110
IOCTL Linux Device Driver
five
Concurrency in Linux network drivers: probe () VS ndo_open (), ndo_start_xmit () VS NAPI poll ()
4
pci_Driver.probe is not called
2
Linux kernel driver: complete "shutdown" when device is removed
2
Linux driver for non-hot plug PCI device
1
how to use a single platform driver for multiple devices
1
How to check the driver in the Linux kernel
0
Linux PCI driver stops working after DMA
0
PCIe with multiple devices in the core



All Articles
Loading...
X
Show
Funny
Dev
Pics