/linux-4.4.14/arch/powerpc/kernel/ |
D | eeh_pe.c | 715 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTSTA, 2, &val); in eeh_bridge_check_link() 722 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTCAP, 2, &val); in eeh_bridge_check_link() 724 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTCTL, 2, &val); in eeh_bridge_check_link() 735 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKCTL, 2, &val); in eeh_bridge_check_link() 740 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKCAP, 4, &val); in eeh_bridge_check_link() 753 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKSTA, 2, &val); in eeh_bridge_check_link() 820 eeh_ops->read_config(pdn, PCI_COMMAND, 4, &cmd); in eeh_restore_device_bars()
|
D | eeh.c | 178 eeh_ops->read_config(pdn, PCI_VENDOR_ID, 4, &cfg); in eeh_dump_dev_log() 182 eeh_ops->read_config(pdn, PCI_COMMAND, 4, &cfg); in eeh_dump_dev_log() 188 eeh_ops->read_config(pdn, PCI_SEC_STATUS, 2, &cfg); in eeh_dump_dev_log() 192 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &cfg); in eeh_dump_dev_log() 200 eeh_ops->read_config(pdn, cap, 4, &cfg); in eeh_dump_dev_log() 204 eeh_ops->read_config(pdn, cap+4, 4, &cfg); in eeh_dump_dev_log() 216 eeh_ops->read_config(pdn, cap+4*i, 4, &cfg); in eeh_dump_dev_log() 243 eeh_ops->read_config(pdn, cap+4*i, 4, &cfg); in eeh_dump_dev_log() 906 eeh_ops->read_config(pdn, i * 4, 4, &edev->config_space[i]); in eeh_save_bars()
|
/linux-4.4.14/scripts/kconfig/ |
D | streamline_config.pl | 103 sub read_config { subroutine 126 my @config_file = read_config;
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 849 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset() 856 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in pnv_eeh_bridge_reset() 863 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in pnv_eeh_bridge_reset() 871 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset() 1516 .read_config = pnv_eeh_read_config,
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | dvb_usb.h | 256 int (*read_config) (struct dvb_usb_device *d); member
|
D | dvb_usb_core.c | 870 if (d->props->read_config) { in dvb_usbv2_init() 871 ret = d->props->read_config(d); in dvb_usbv2_init()
|
D | af9035.c | 1946 .read_config = af9035_read_config, 1992 .read_config = af9035_read_config,
|
D | anysee.c | 1400 .read_config = anysee_read_config,
|
D | af9015.c | 1381 .read_config = af9015_read_config,
|
D | rtl28xxu.c | 1828 .read_config = rtl28xxu_read_config,
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | eeh.h | 211 int (*read_config)(struct pci_dn *pdn, int where, int size, u32 *val); member
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 705 .read_config = pseries_eeh_read_config,
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 1148 sub read_config { subroutine 4088 read_config $ktest_config;
|