Home
last modified time | relevance | path

Searched refs:read_config (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Deeh_pe.c693 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()
Deeh.c180 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/
Dstreamline_config.pl103 sub read_config { subroutine
126 my @config_file = read_config;
/linux-4.1.27/arch/powerpc/platforms/powernv/
Deeh-powernv.c862 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/
Ddvb_usb.h256 int (*read_config) (struct dvb_usb_device *d); member
Ddvb_usb_core.c870 if (d->props->read_config) { in dvb_usbv2_init()
871 ret = d->props->read_config(d); in dvb_usbv2_init()
Daf9035.c1932 .read_config = af9035_read_config,
1978 .read_config = af9035_read_config,
Danysee.c1400 .read_config = anysee_read_config,
Drtl28xxu.c1685 .read_config = rtl28xxu_read_config,
Daf9015.c1381 .read_config = af9015_read_config,
/linux-4.1.27/arch/powerpc/include/asm/
Deeh.h214 int (*read_config)(struct pci_dn *pdn, int where, int size, u32 *val); member
/linux-4.1.27/arch/powerpc/platforms/pseries/
Deeh_pseries.c713 .read_config = pseries_eeh_read_config,
/linux-4.1.27/tools/testing/ktest/
Dktest.pl1148 sub read_config { subroutine
4088 read_config $ktest_config;