Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Deeh_pe.c715 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()
Deeh.c178 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/
Dstreamline_config.pl103 sub read_config { subroutine
126 my @config_file = read_config;
/linux-4.4.14/arch/powerpc/platforms/powernv/
Deeh-powernv.c849 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/
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.c1946 .read_config = af9035_read_config,
1992 .read_config = af9035_read_config,
Danysee.c1400 .read_config = anysee_read_config,
Daf9015.c1381 .read_config = af9015_read_config,
Drtl28xxu.c1828 .read_config = rtl28xxu_read_config,
/linux-4.4.14/arch/powerpc/include/asm/
Deeh.h211 int (*read_config)(struct pci_dn *pdn, int where, int size, u32 *val); member
/linux-4.4.14/arch/powerpc/platforms/pseries/
Deeh_pseries.c705 .read_config = pseries_eeh_read_config,
/linux-4.4.14/tools/testing/ktest/
Dktest.pl1148 sub read_config { subroutine
4088 read_config $ktest_config;