/linux-4.1.27/arch/powerpc/kernel/ |
D | eeh_pe.c | 693 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTSTA, 2, &val); in eeh_bridge_check_link() 700 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTCAP, 2, &val); in eeh_bridge_check_link() 702 eeh_ops->read_config(pdn, cap + PCI_EXP_SLTCTL, 2, &val); in eeh_bridge_check_link() 713 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKCTL, 2, &val); in eeh_bridge_check_link() 718 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKCAP, 4, &val); in eeh_bridge_check_link() 731 eeh_ops->read_config(pdn, cap + PCI_EXP_LNKSTA, 2, &val); in eeh_bridge_check_link() 798 eeh_ops->read_config(pdn, PCI_COMMAND, 4, &cmd); in eeh_restore_device_bars()
|
D | eeh.c | 180 eeh_ops->read_config(pdn, PCI_VENDOR_ID, 4, &cfg); in eeh_dump_dev_log() 184 eeh_ops->read_config(pdn, PCI_COMMAND, 4, &cfg); in eeh_dump_dev_log() 190 eeh_ops->read_config(pdn, PCI_SEC_STATUS, 2, &cfg); in eeh_dump_dev_log() 194 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &cfg); in eeh_dump_dev_log() 202 eeh_ops->read_config(pdn, cap, 4, &cfg); in eeh_dump_dev_log() 206 eeh_ops->read_config(pdn, cap+4, 4, &cfg); in eeh_dump_dev_log() 218 eeh_ops->read_config(pdn, cap+4*i, 4, &cfg); in eeh_dump_dev_log() 245 eeh_ops->read_config(pdn, cap+4*i, 4, &cfg); in eeh_dump_dev_log() 907 eeh_ops->read_config(pdn, i * 4, 4, &edev->config_space[i]); in eeh_save_bars()
|
/linux-4.1.27/scripts/kconfig/ |
D | streamline_config.pl | 103 sub read_config { subroutine 126 my @config_file = read_config;
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 862 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset() 869 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in pnv_eeh_bridge_reset() 876 eeh_ops->read_config(pdn, PCI_BRIDGE_CONTROL, 2, &ctrl); in pnv_eeh_bridge_reset() 884 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset() 1520 .read_config = pnv_eeh_read_config,
|
/linux-4.1.27/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 | 1932 .read_config = af9035_read_config, 1978 .read_config = af9035_read_config,
|
D | anysee.c | 1400 .read_config = anysee_read_config,
|
D | rtl28xxu.c | 1685 .read_config = rtl28xxu_read_config,
|
D | af9015.c | 1381 .read_config = af9015_read_config,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | eeh.h | 214 int (*read_config)(struct pci_dn *pdn, int where, int size, u32 *val); member
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 713 .read_config = pseries_eeh_read_config,
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 1148 sub read_config { subroutine 4088 read_config $ktest_config;
|