Searched refs:probe_hw (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2800soc.c | 185 .probe_hw = rt2800mmio_probe_hw,
|
| H A D | rt2800pci.c | 340 .probe_hw = rt2800mmio_probe_hw,
|
| H A D | rt2x00.h | 530 int (*probe_hw) (struct rt2x00_dev *rt2x00dev); member
|
| H A D | rt2800usb.c | 677 .probe_hw = rt2800usb_probe_hw,
|
| H A D | rt2x00dev.c | 1412 retval = rt2x00dev->ops->lib->probe_hw(rt2x00dev); in rt2x00lib_probe_dev()
|
| H A D | rt2400pci.c | 1734 .probe_hw = rt2400pci_probe_hw,
|
| H A D | rt2500usb.c | 1820 .probe_hw = rt2500usb_probe_hw,
|
| H A D | rt2500pci.c | 2033 .probe_hw = rt2500pci_probe_hw,
|
| H A D | rt73usb.c | 2317 .probe_hw = rt73usb_probe_hw,
|
| H A D | rt61pci.c | 2902 .probe_hw = rt61pci_probe_hw,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 281 probe_hw(const char *dev, struct xf86_platform_device *platform_dev) in probe_hw() function 453 if (probe_hw(path, dev)) { in ms_platform_probe() 498 if (probe_hw(dev, NULL)) { in Probe()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 77874 probe_hw opens the hardware in the order we want it: 77878 the device move the code to a open_hw() function and let probe_hw
|