Searched refs:pdev (Results 26 - 50 of 58) sorted by relevance

123

/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_main.c316 vbox->vram = pci_iomap(dev->pdev, 0, 0);
355 pci_iounmap(dev->pdev, vbox->vram);
374 pci_iounmap(dev->pdev, vbox->vram);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dbnx2.c1633 pci_read_config_word(bp->pdev, bp->pm_cap + PCI_PM_CTRL, &pmcsr);
1635 pci_write_config_word(bp->pdev, bp->pm_cap + PCI_PM_CTRL,
1882 pci_read_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD,
1884 pci_write_config_word(bp->pdev, bp->pcix_cap + PCI_X_CMD,
2118 bnx2_init_board(struct pci_device *pdev, struct nic *nic) argument
2129 adjust_pci_device(pdev);
2131 nic->ioaddr = pdev->ioaddr & ~3;
2135 bp->pm_cap = pci_find_capability(pdev, PCI_CAP_ID_PM);
2142 bp->pcix_cap = pci_find_capability(pdev, PCI_CAP_ID_PCIX);
2149 bp->pdev
2615 bnx2_probe(struct nic *nic, struct pci_device *pdev) argument
[all...]
H A Dskge.c221 * pci_read_config_dword(skge->hw->pdev, PCI_DEV_REG2, &reg2);
225 * static u32 skge_vpd_read(struct pci_dev *pdev, int cap, u16 offset)
229 * pci_write_config_word(pdev, cap + PCI_VPD_ADDR, offset);
232 * pci_read_config_word(pdev, cap + PCI_VPD_ADDR, &offset);
235 * pci_read_config_dword(pdev, cap + PCI_VPD_DATA, &val);
239 * static void skge_vpd_write(struct pci_dev *pdev, int cap, u16 offset, u32 val)
241 * pci_write_config_dword(pdev, cap + PCI_VPD_DATA, val);
242 * pci_write_config_word(pdev, cap + PCI_VPD_ADDR,
246 * pci_read_config_word(pdev, cap + PCI_VPD_ADDR, &offset);
254 * struct pci_dev *pdev
2336 skge_probe(struct pci_device *pdev) argument
2411 skge_remove(struct pci_device *pdev) argument
[all...]
H A Dsky2.c932 static void sky2_rx_map_iob(struct pci_device *pdev __unused,
1055 if (pci_find_capability(hw->pdev, PCI_CAP_ID_EXP))
1086 sky2_rx_map_iob(hw->pdev, re, sky2->rx_data_size);
1559 sky2_rx_map_iob(sky2->hw->pdev, re, hdr_space);
2030 cap = pci_find_capability(hw->pdev, PCI_CAP_ID_EXP);
2189 dev->dev = &hw->pdev->dev;
2262 static int sky2_probe(struct pci_device *pdev) argument
2269 adjust_pci_device(pdev);
2278 hw->pdev = pdev;
2356 sky2_remove(struct pci_device *pdev) argument
[all...]
H A Dforcedeth.c1784 * @v pdev PCI device
1790 forcedeth_probe ( struct pci_device *pdev )
1800 pdev->id->name, pdev->id->vendor, pdev->id->device );
1814 pci_set_drvdata ( pdev, netdev );
1815 netdev->dev = &pdev->dev;
1821 priv->pci_dev = pdev;
1823 priv->driver_data = pdev->id->driver_data;
1825 adjust_pci_device ( pdev );
[all...]
H A Djme.c102 if (jme->pdev->device == PCI_DEVICE_ID_JMICRON_JMC250)
904 if (is_buggy250(jme->pdev->device, jme->chiprev)) {
1203 jme->pdev = pci;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Xinput.h186 int xf86NewInputDevice(IDevPtr idev, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Xinput.h157 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Xinput.h157 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Xinput.h159 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Xinput.h177 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Xinput.h177 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Xinput.h177 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c107 #define vbpci_printk(level, pdev, format, arg...) \
109 pdev ? " " : "", pdev ? pci_name(pdev) : "", \
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_reset.c292 struct pci_device *pdev = ah->ah_sc->pdev; local
373 if (pci_find_capability(pdev, PCI_CAP_ID_EXP))
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_config.h475 * @pdev: Physical device handle
486 struct pci_device *pdev; member in struct:__vxge_hw_device
611 struct pci_device *pdev,
644 struct pci_device *pdev,
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/
H A Dtg3_phy.c19 tp->phy_addr = PCI_FUNC(tp->pdev->busdevfn) + 1;
627 DBGCP(&tp->pdev->dev, "%s\n", __func__);
947 DBGC(&tp->pdev->dev, "lookup by subsys failed\n");
959 ((tp->pdev->device == TG3PCI_DEVICE_TIGON3_5718 &&
1533 pci_read_config_word(tp->pdev,
1542 pci_write_config_word(tp->pdev,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Xinput.h185 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Xinput.h186 int xf86NewInputDevice(InputInfoPtr pInfo, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Xinput.h199 int xf86NewInputDevice(IDevPtr idev, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Xinput.h199 int xf86NewInputDevice(IDevPtr idev, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Xinput.h200 int xf86NewInputDevice(IDevPtr idev, DeviceIntPtr *pdev, BOOL is_auto);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/rtl818x/
H A Drtl818x.h300 struct pci_device *pdev; member in struct:rtl818x_priv
/vbox/src/VBox/RDP/client-1.8.3/vrdp/
H A Drdpusb.c361 vrdp_usb_status (int rc, VUSBDEV *pdev) argument
363 if (!rc || usbProxyFromVusbDev(pdev)->fDetached)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k.h444 struct pci_device *pdev; member in struct:ath_softc

Completed in 335 milliseconds

123