/linux-5.19.10/arch/powerpc/kernel/ |
D | eeh_pe.c | 649 eeh_ops->read_config(edev, cap + PCI_EXP_SLTSTA, 2, &val); in eeh_bridge_check_link() 656 eeh_ops->read_config(edev, cap + PCI_EXP_SLTCAP, 2, &val); in eeh_bridge_check_link() 658 eeh_ops->read_config(edev, cap + PCI_EXP_SLTCTL, 2, &val); in eeh_bridge_check_link() 669 eeh_ops->read_config(edev, cap + PCI_EXP_LNKCTL, 2, &val); in eeh_bridge_check_link() 674 eeh_ops->read_config(edev, cap + PCI_EXP_LNKCAP, 4, &val); in eeh_bridge_check_link() 687 eeh_ops->read_config(edev, cap + PCI_EXP_LNKSTA, 2, &val); in eeh_bridge_check_link() 753 eeh_ops->read_config(edev, PCI_COMMAND, 4, &cmd); in eeh_restore_device_bars()
|
D | eeh.c | 182 eeh_ops->read_config(edev, PCI_VENDOR_ID, 4, &cfg); in eeh_dump_dev_log() 186 eeh_ops->read_config(edev, PCI_COMMAND, 4, &cfg); in eeh_dump_dev_log() 192 eeh_ops->read_config(edev, PCI_SEC_STATUS, 2, &cfg); in eeh_dump_dev_log() 196 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &cfg); in eeh_dump_dev_log() 204 eeh_ops->read_config(edev, cap, 4, &cfg); in eeh_dump_dev_log() 208 eeh_ops->read_config(edev, cap+4, 4, &cfg); in eeh_dump_dev_log() 220 eeh_ops->read_config(edev, cap+4*i, 4, &cfg); in eeh_dump_dev_log() 247 eeh_ops->read_config(edev, cap+4*i, 4, &cfg); in eeh_dump_dev_log() 901 eeh_ops->read_config(edev, i * 4, 4, &edev->config_space[i]); in eeh_save_bars()
|
/linux-5.19.10/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 818 eeh_ops->read_config(edev, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset() 825 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 832 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 840 eeh_ops->read_config(edev, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset() 917 eeh_ops->read_config(edev, pos, 2, &status); in pnv_eeh_wait_for_pending() 938 eeh_ops->read_config(edev, edev->pcie_cap + PCI_EXP_DEVCAP, 4, ®); in pnv_eeh_do_flr() 948 eeh_ops->read_config(edev, edev->pcie_cap + PCI_EXP_DEVCTL, in pnv_eeh_do_flr() 956 eeh_ops->read_config(edev, edev->pcie_cap + PCI_EXP_DEVCTL, in pnv_eeh_do_flr() 976 eeh_ops->read_config(edev, edev->af_cap + PCI_AF_CAP, 1, &cap); in pnv_eeh_do_af_flr() 1637 .read_config = pnv_eeh_read_config,
|
/linux-5.19.10/scripts/kconfig/ |
D | streamline_config.pl | 102 sub read_config { subroutine 125 my @config_file = read_config;
|
/linux-5.19.10/drivers/pci/controller/ |
D | pcie-mt7621.c | 148 static u32 read_config(struct mt7621_pcie *pcie, unsigned int dev, u32 reg) in read_config() function 423 val = read_config(pcie, slot, PCIE_FTS_NUM); in mt7621_pcie_enable_port()
|
/linux-5.19.10/drivers/media/usb/dvb-usb-v2/ |
D | dvb_usb.h | 252 int (*read_config) (struct dvb_usb_device *d); member
|
D | dvb_usb_core.c | 856 if (d->props->read_config) { in dvb_usbv2_init() 857 ret = d->props->read_config(d); in dvb_usbv2_init()
|
D | af9035.c | 2011 .read_config = af9035_read_config, 2057 .read_config = af9035_read_config,
|
D | anysee.c | 1372 .read_config = anysee_read_config,
|
D | af9015.c | 1425 .read_config = af9015_read_config,
|
D | rtl28xxu.c | 1872 .read_config = rtl28xxu_read_config,
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | eeh.h | 225 int (*read_config)(struct eeh_dev *edev, int where, int size, u32 *val); member
|
/linux-5.19.10/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 796 .read_config = pseries_eeh_read_config,
|
/linux-5.19.10/tools/testing/ktest/ |
D | ktest.pl | 1258 sub read_config { subroutine 4233 read_config $ktest_config;
|
/linux-5.19.10/drivers/scsi/elx/libefc_sli/ |
D | sli4.c | 3188 struct sli4_cmd_read_config *read_config = buf; in sli_cmd_read_config() local 3192 read_config->hdr.command = SLI4_MBX_CMD_READ_CONFIG; in sli_cmd_read_config()
|