| /linux/drivers/hid/intel-thc-hid/intel-thc/ |
| H A D | intel-thc-dma.c | 563 struct thc_dma_configuration *read_config, in read_dma_buffer() argument 571 if (prd_table_index >= read_config->prd_tbl_num) { in read_dma_buffer() 576 prd_tbl = &read_config->prd_tbls[prd_table_index]; in read_dma_buffer() 578 if (mes_len > read_config->max_packet_size) { in read_dma_buffer() 581 mes_len, read_config->max_packet_size); in read_dma_buffer() 585 sg = read_config->sgls[prd_table_index]; in read_dma_buffer() 597 struct thc_dma_configuration *read_config) in update_write_pointer() argument 599 u8 write_ptr = dma_get_write_pointer(dev, read_config); in update_write_pointer() 602 dma_set_write_pointer(dev, THC_POINTER_WRAPAROUND, read_config); in update_write_pointer() 604 dma_set_write_pointer(dev, 0, read_config); in update_write_pointer() [all …]
|
| /linux/arch/powerpc/kernel/ |
| H A 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() 688 eeh_ops->read_config(edev, cap + PCI_EXP_LNKSTA, 2, &val); in eeh_bridge_check_link() 754 eeh_ops->read_config(edev, PCI_COMMAND, 4, &cmd); in eeh_restore_device_bars()
|
| H A 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() 910 eeh_ops->read_config(edev, i * 4, 4, &edev->config_space[i]); in eeh_save_bars()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | eeh-powernv.c | 817 eeh_ops->read_config(edev, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset() 824 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 831 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 839 eeh_ops->read_config(edev, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset() 915 eeh_ops->read_config(edev, pos, 2, &status); in pnv_eeh_wait_for_pending() 936 eeh_ops->read_config(edev, edev->pcie_cap + PCI_EXP_DEVCAP, 4, ®); in pnv_eeh_do_flr() 946 eeh_ops->read_config(edev, edev->pcie_cap + PCI_EXP_DEVCTL, in pnv_eeh_do_flr() 954 eeh_ops->read_config(edev, edev->pcie_cap + PCI_EXP_DEVCTL, in pnv_eeh_do_flr() 974 eeh_ops->read_config(edev, edev->af_cap + PCI_AF_CAP, 1, &cap); in pnv_eeh_do_af_flr() 1635 .read_config = pnv_eeh_read_config,
|
| /linux/scripts/kconfig/ |
| H A D | streamline_config.pl | 102 sub read_config { subroutine 125 my @config_file = read_config;
|
| /linux/arch/powerpc/include/asm/ |
| H A D | eeh.h | 225 int (*read_config)(struct eeh_dev *edev, int where, int size, u32 *val); member
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A 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()
|
| /linux/tools/testing/ktest/ |
| H A D | ktest.pl | 1293 sub read_config { subroutine 4391 read_config $ktest_config;
|
| /linux/drivers/scsi/elx/libefc_sli/ |
| H A D | sli4.c | 3184 struct sli4_cmd_read_config *read_config = buf; in sli_cmd_read_config() local 3188 read_config->hdr.command = SLI4_MBX_CMD_READ_CONFIG; in sli_cmd_read_config()
|