/Linux-v4.19/drivers/staging/mt7621-pci/ |
D | pci-mt7621.c | 200 read_config(struct mt7621_pcie *pcie, unsigned int dev, u32 reg) in read_config() function 503 val = read_config(pcie, 0, 0x70c); in mt7621_pci_probe() 506 val = read_config(pcie, 1, 0x70c); in mt7621_pci_probe() 509 val = read_config(pcie, 2, 0x70c); in mt7621_pci_probe() 656 val = read_config(pcie, 2, 0x4); in mt7621_pci_probe() 658 val = read_config(pcie, 2, 0x70c); in mt7621_pci_probe() 665 val = read_config(pcie, 1, 0x4); in mt7621_pci_probe() 667 val = read_config(pcie, 1, 0x70c); in mt7621_pci_probe() 672 val = read_config(pcie, 0, 0x4); in mt7621_pci_probe() 674 val = read_config(pcie, 0, 0x70c); in mt7621_pci_probe()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | eeh.c | 179 eeh_ops->read_config(pdn, PCI_VENDOR_ID, 4, &cfg); in eeh_dump_dev_log() 183 eeh_ops->read_config(pdn, PCI_COMMAND, 4, &cfg); in eeh_dump_dev_log() 189 eeh_ops->read_config(pdn, PCI_SEC_STATUS, 2, &cfg); in eeh_dump_dev_log() 193 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &cfg); in eeh_dump_dev_log() 201 eeh_ops->read_config(pdn, cap, 4, &cfg); in eeh_dump_dev_log() 205 eeh_ops->read_config(pdn, cap+4, 4, &cfg); in eeh_dump_dev_log() 217 eeh_ops->read_config(pdn, cap+4*i, 4, &cfg); in eeh_dump_dev_log() 244 eeh_ops->read_config(pdn, cap+4*i, 4, &cfg); in eeh_dump_dev_log() 749 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCTL, in eeh_restore_vf_config() 757 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCAP2, in eeh_restore_vf_config() [all …]
|
D | eeh_pe.c | 729 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTSTA, 2, &val); in eeh_bridge_check_link() 736 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTCAP, 2, &val); in eeh_bridge_check_link() 738 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTCTL, 2, &val); in eeh_bridge_check_link() 749 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKCTL, 2, &val); in eeh_bridge_check_link() 754 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKCAP, 4, &val); in eeh_bridge_check_link() 767 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKSTA, 2, &val); in eeh_bridge_check_link() 835 eeh_ops->read_config(pdn, PCI_COMMAND, 4, &cmd); in eeh_restore_device_bars()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 869 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset() 876 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 883 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 891 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset() 963 eeh_ops->read_config(pdn, pos, 2, &status); in pnv_eeh_wait_for_pending() 984 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCAP, 4, ®); in pnv_eeh_do_flr() 994 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCTL, in pnv_eeh_do_flr() 1002 eeh_ops->read_config(pdn, edev->pcie_cap + PCI_EXP_DEVCTL, in pnv_eeh_do_flr() 1022 eeh_ops->read_config(pdn, edev->af_cap + PCI_AF_CAP, 1, &cap); in pnv_eeh_do_af_flr() 1709 .read_config = pnv_eeh_read_config,
|
/Linux-v4.19/scripts/kconfig/ |
D | streamline_config.pl | 104 sub read_config { subroutine 127 my @config_file = read_config;
|
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/ |
D | dvb_usb.h | 260 int (*read_config) (struct dvb_usb_device *d); member
|
D | dvb_usb_core.c | 868 if (d->props->read_config) { in dvb_usbv2_init() 869 ret = d->props->read_config(d); in dvb_usbv2_init()
|
D | af9035.c | 1989 .read_config = af9035_read_config, 2035 .read_config = af9035_read_config,
|
D | anysee.c | 1396 .read_config = anysee_read_config,
|
D | af9015.c | 1434 .read_config = af9015_read_config,
|
D | rtl28xxu.c | 1845 .read_config = rtl28xxu_read_config,
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | eeh.h | 217 int (*read_config)(struct pci_dn *pdn, int where, int size, u32 *val); member
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 856 .read_config = pseries_eeh_read_config,
|
/Linux-v4.19/tools/testing/ktest/ |
D | ktest.pl | 1176 sub read_config { subroutine 4043 read_config $ktest_config;
|