Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 1249) sorted by relevance

12345678910>>...50

/linux-6.6.21/drivers/net/ethernet/marvell/octeon_ep/
Doctep_config.h53 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) argument
54 #define CFG_GET_IQ_NUM_DESC(cfg) ((cfg)->iq.num_descs) argument
55 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type) argument
56 #define CFG_GET_IQ_PKIND(cfg) ((cfg)->iq.pkind) argument
57 #define CFG_GET_IQ_INSTR_SIZE(cfg) (64) argument
58 #define CFG_GET_IQ_DB_MIN(cfg) ((cfg)->iq.db_min) argument
59 #define CFG_GET_IQ_INTR_THRESHOLD(cfg) ((cfg)->iq.intr_threshold) argument
61 #define CFG_GET_OQ_NUM_DESC(cfg) ((cfg)->oq.num_descs) argument
62 #define CFG_GET_OQ_BUF_SIZE(cfg) ((cfg)->oq.buf_size) argument
63 #define CFG_GET_OQ_REFILL_THRESHOLD(cfg) ((cfg)->oq.refill_threshold) argument
[all …]
/linux-6.6.21/drivers/media/platform/samsung/exynos4-is/
Dfimc-lite-reg.c23 u32 cfg; in flite_hw_reset() local
42 u32 cfg = readl(dev->regs + FLITE_REG_CISTATUS); in flite_hw_clear_pending_irq() local
56 u32 cfg = readl(dev->regs + FLITE_REG_CISTATUS2); in flite_hw_clear_last_capture_end() local
63 u32 cfg, intsrc; in flite_hw_set_interrupt_mask() local
85 u32 cfg = readl(dev->regs + FLITE_REG_CIIMGCPT); in flite_hw_capture_start() local
92 u32 cfg = readl(dev->regs + FLITE_REG_CIIMGCPT); in flite_hw_capture_stop() local
103 u32 cfg = readl(dev->regs + FLITE_REG_CIGCTRL); in flite_hw_set_test_pattern() local
131 u32 cfg; in flite_hw_set_source_format() local
161 u32 cfg; in flite_hw_set_window_offset() local
179 u32 cfg = readl(dev->regs + FLITE_REG_CIGENERAL); in flite_hw_set_camera_port() local
[all …]
Dfimc-reg.c21 u32 cfg; in fimc_hw_reset() local
73 u32 cfg, flip; in fimc_hw_set_rotation() local
106 u32 cfg; in fimc_hw_set_target_format() local
151 u32 cfg; in fimc_hw_set_out_dma_size() local
172 u32 cfg; in fimc_hw_set_out_dma() local
213 u32 cfg = readl(dev->regs + FIMC_REG_ORGISIZE); in fimc_hw_en_autoload() local
223 u32 cfg = readl(dev->regs + FIMC_REG_CIOCTRL); in fimc_hw_en_lastirq() local
235 u32 cfg, shfactor; in fimc_hw_set_prescaler() local
254 u32 cfg = readl(dev->regs + FIMC_REG_CISCCTRL); in fimc_hw_set_scaler() local
316 u32 cfg; in fimc_hw_set_mainscaler() local
[all …]
/linux-6.6.21/drivers/media/platform/samsung/exynos-gsc/
Dgsc-regs.c22 u32 cfg; in gsc_wait_reset() local
36 u32 cfg; in gsc_hw_set_frm_done_irq_mask() local
48 u32 cfg; in gsc_hw_set_gsc_irq_enable() local
61 u32 cfg = readl(dev->regs + GSC_IN_BASE_ADDR_Y_MASK); in gsc_hw_set_input_buf_masking() local
75 u32 cfg = readl(dev->regs + GSC_OUT_BASE_ADDR_Y_MASK); in gsc_hw_set_output_buf_masking() local
111 u32 cfg = readl(dev->regs + GSC_IN_CON); in gsc_hw_set_input_path() local
124 u32 cfg; in gsc_hw_set_in_size() local
146 u32 cfg; in gsc_hw_set_in_image_rgb() local
167 u32 cfg; in gsc_hw_set_in_image_format() local
222 u32 cfg = readl(dev->regs + GSC_OUT_CON); in gsc_hw_set_output_path() local
[all …]
/linux-6.6.21/drivers/net/ethernet/cavium/liquidio/
Docteon_config.h121 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) argument
122 #define CFG_GET_IQ_MAX_Q(cfg) ((cfg)->iq.max_iqs) argument
123 #define CFG_GET_IQ_PENDING_LIST_SIZE(cfg) ((cfg)->iq.pending_list_size) argument
124 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type) argument
125 #define CFG_GET_IQ_DB_MIN(cfg) ((cfg)->iq.db_min) argument
126 #define CFG_GET_IQ_DB_TIMEOUT(cfg) ((cfg)->iq.db_timeout) argument
128 #define CFG_GET_IQ_INTR_PKT(cfg) ((cfg)->iq.iq_intr_pkt) argument
129 #define CFG_SET_IQ_INTR_PKT(cfg, val) (cfg)->iq.iq_intr_pkt = val argument
131 #define CFG_GET_OQ_MAX_Q(cfg) ((cfg)->oq.max_oqs) argument
132 #define CFG_GET_OQ_PKTS_PER_INTR(cfg) ((cfg)->oq.pkts_per_intr) argument
[all …]
/linux-6.6.21/drivers/scsi/cxlflash/
Dmain.c45 struct cxlflash_cfg *cfg = afu->parent; in process_cmd_err() local
157 struct cxlflash_cfg *cfg = afu->parent; in cmd_complete() local
193 struct cxlflash_cfg *cfg = hwq->afu->parent; in flush_pending_cmds() local
237 struct cxlflash_cfg *cfg = hwq->afu->parent; in context_reset() local
302 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_ioarrin() local
346 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_sq() local
391 struct cxlflash_cfg *cfg = afu->parent; in wait_resp() local
458 static int send_tmf(struct cxlflash_cfg *cfg, struct scsi_device *sdev, in send_tmf()
562 struct cxlflash_cfg *cfg = shost_priv(host); in cxlflash_queuecommand() local
643 static void cxlflash_wait_for_pci_err_recovery(struct cxlflash_cfg *cfg) in cxlflash_wait_for_pci_err_recovery()
[all …]
Dsuperpipe.c95 void cxlflash_stop_term_user_contexts(struct cxlflash_cfg *cfg) in cxlflash_stop_term_user_contexts()
128 static struct ctx_info *find_error_context(struct cxlflash_cfg *cfg, u64 rctxid, in find_error_context()
155 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context()
261 static int afu_attach(struct cxlflash_cfg *cfg, struct ctx_info *ctxi) in afu_attach()
332 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in read_cap16() local
439 struct cxlflash_cfg *cfg = ctxi->cfg; in get_rhte() local
483 struct cxlflash_cfg *cfg = ctxi->cfg; in rhte_checkout() local
634 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in _cxlflash_disk_release() local
751 static void destroy_context(struct cxlflash_cfg *cfg, in destroy_context()
780 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context()
[all …]
Dlunmgt.c33 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in create_local() local
61 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in create_global() local
84 static struct llun_info *lookup_local(struct cxlflash_cfg *cfg, u8 *wwid) in lookup_local()
134 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in find_and_create_lun() local
178 void cxlflash_term_local_luns(struct cxlflash_cfg *cfg) in cxlflash_term_local_luns()
230 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in cxlflash_manage_lun() local
/linux-6.6.21/drivers/media/platform/samsung/s3c-camif/
Dcamif-regs.c18 u32 cfg; in camif_hw_reset() local
40 u32 cfg = camif_read(vp->camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_clear_pending_irq() local
51 u32 cfg = camif_read(camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_set_test_pattern() local
70 unsigned int i, cfg; in camif_hw_set_effect() local
107 u32 cfg; in camif_hw_set_source_format() local
133 u32 cfg; in camif_hw_set_camera_crop() local
154 u32 cfg; in camif_hw_clear_fifo_overflow() local
171 u32 cfg = camif_read(camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_set_camera_bus() local
221 u32 cfg; in camif_hw_set_out_dma_size() local
261 u32 cfg; in camif_hw_set_output_dma() local
[all …]
/linux-6.6.21/drivers/acpi/
Dacpi_configfs.c19 struct config_item cfg; member
24 static ssize_t acpi_table_aml_write(struct config_item *cfg, in acpi_table_aml_write()
66 static inline struct acpi_table_header *get_header(struct config_item *cfg) in get_header()
76 static ssize_t acpi_table_aml_read(struct config_item *cfg, in acpi_table_aml_read()
99 static ssize_t acpi_table_signature_show(struct config_item *cfg, char *str) in acpi_table_signature_show()
109 static ssize_t acpi_table_length_show(struct config_item *cfg, char *str) in acpi_table_length_show()
119 static ssize_t acpi_table_revision_show(struct config_item *cfg, char *str) in acpi_table_revision_show()
129 static ssize_t acpi_table_oem_id_show(struct config_item *cfg, char *str) in acpi_table_oem_id_show()
139 static ssize_t acpi_table_oem_table_id_show(struct config_item *cfg, char *str) in acpi_table_oem_table_id_show()
149 static ssize_t acpi_table_oem_revision_show(struct config_item *cfg, char *str) in acpi_table_oem_revision_show()
[all …]
/linux-6.6.21/tools/testing/selftests/arm64/abi/
Dsyscall-abi.c66 static void setup_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_gpr()
74 static int check_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, uint64_t svcr) in check_gpr()
99 static void setup_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_fpr()
106 static int check_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_fpr()
145 static void setup_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_z()
152 static int check_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_z()
204 static void setup_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_p()
211 static int check_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_p()
236 static void setup_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_ffr()
258 static int check_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_ffr()
[all …]
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/af/
Drpm.c127 u64 cfg, last; in rpm_lmac_tx_enable() local
147 u64 cfg; in rpm_lmac_rx_tx_enable() local
165 u64 cfg; in rpm_lmac_enadis_rx_pause_fwding() local
193 u64 cfg; in rpm_lmac_get_pause_frm_status() local
211 u64 quanta_offset = 0, quanta_thresh = 0, cfg; in rpm_cfg_pfc_quanta_thresh() local
289 u64 cfg; in rpm2_lmac_cfg_bp() local
309 u64 cfg; in rpm_lmac_cfg_bp() local
331 u64 cfg; in rpm_lmac_enadis_pause_frm() local
358 u64 cfg, pfc_class_mask_cfg; in rpm_lmac_pause_frm_config() local
490 u64 cfg; in rpmusx_lmac_internal_loopback() local
[all …]
/linux-6.6.21/drivers/virtio/
Dvirtio_pci_modern_dev.c389 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_features() local
410 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_driver_features() local
431 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_set_features() local
448 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_generation() local
462 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_status() local
476 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_set_status() local
494 struct virtio_pci_modern_common_cfg __iomem *cfg; in vp_modern_get_queue_reset() local
510 struct virtio_pci_modern_common_cfg __iomem *cfg; in vp_modern_set_queue_reset() local
536 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_queue_vector() local
555 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_config_vector() local
[all …]
/linux-6.6.21/arch/x86/pci/
Dmmconfig_64.c21 struct pci_mmcfg_region *cfg = pci_mmconfig_lookup(seg, bus); in pci_dev_base() local
99 static void __iomem *mcfg_ioremap(struct pci_mmcfg_region *cfg) in mcfg_ioremap()
116 struct pci_mmcfg_region *cfg; in pci_mmcfg_arch_init() local
131 struct pci_mmcfg_region *cfg; in pci_mmcfg_arch_free() local
137 int pci_mmcfg_arch_map(struct pci_mmcfg_region *cfg) in pci_mmcfg_arch_map()
148 void pci_mmcfg_arch_unmap(struct pci_mmcfg_region *cfg) in pci_mmcfg_arch_unmap()
Dmmconfig-shared.c37 static void __init pci_mmconfig_remove(struct pci_mmcfg_region *cfg) in pci_mmconfig_remove()
47 struct pci_mmcfg_region *cfg, *tmp; in free_all_mmcfg() local
56 struct pci_mmcfg_region *cfg; in list_add_sorted() local
121 struct pci_mmcfg_region *cfg; in pci_mmconfig_lookup() local
327 struct pci_mmcfg_region *cfg, *cfgx; in pci_mmcfg_check_end_bus_number() local
475 struct pci_mmcfg_region *cfg, in is_mmconf_reserved()
526 pci_mmcfg_check_reserved(struct device *dev, struct pci_mmcfg_region *cfg, int early) in pci_mmcfg_check_reserved()
580 struct pci_mmcfg_region *cfg; in pci_mmcfg_reject_broken() local
592 struct acpi_mcfg_allocation *cfg) in acpi_mcfg_check_entry()
612 struct acpi_mcfg_allocation *cfg_table, *cfg; in pci_parse_mcfg() local
[all …]
/linux-6.6.21/drivers/leds/
Dleds-lp55xx-common.c45 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_reset_device() local
55 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_detect_device() local
78 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_post_init_device() local
143 struct lp55xx_device_config *cfg = led->chip->cfg; in lp55xx_set_mc_brightness() local
154 struct lp55xx_device_config *cfg = led->chip->cfg; in lp55xx_set_brightness() local
164 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_init_led() local
429 struct lp55xx_device_config *cfg; in lp55xx_init_device() local
496 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_register_leds() local
538 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_register_sysfs() local
557 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_unregister_sysfs() local
[all …]
/linux-6.6.21/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c139 u32 cfg; in fimc_sw_reset() local
164 u32 cfg; in fimc_set_type_ctrl() local
184 u32 cfg; in fimc_handle_jpeg() local
199 u32 cfg; in fimc_mask_irq() local
243 u32 cfg; in fimc_check_frame_end() local
260 u32 cfg; in fimc_get_buf_id() local
286 u32 cfg; in fimc_handle_lastend() local
301 u32 cfg; in fimc_src_set_fmt_order() local
366 u32 cfg; in fimc_src_set_fmt() local
471 u32 cfg, h1, h2, v1, v2; in fimc_set_window() local
[all …]
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c491 static int brcmf_vif_change_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_change_validate()
517 static int brcmf_vif_add_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_add_validate()
822 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_apsta_add_vif() local
906 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_add_vif() local
961 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_del_vif() local
979 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_add_iface() local
1076 static void brcmf_escan_prep(struct brcmf_cfg80211_info *cfg, in brcmf_escan_prep()
1164 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg, in brcmf_notify_escan_complete()
1248 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_apsta_iface() local
1282 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_iface() local
[all …]
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos.c45 struct nix_txschq_config *cfg, in otx2_qos_get_regaddr()
84 struct nix_txschq_config *cfg, in otx2_config_sched_shaping()
138 struct nix_txschq_config *cfg) in __otx2_qos_txschq_cfg()
197 struct nix_txschq_config *cfg; in otx2_qos_txschq_set_parent_topology() local
327 struct otx2_qos_cfg *cfg) in otx2_qos_fill_cfg_schq()
336 struct otx2_qos_cfg *cfg) in otx2_qos_fill_cfg_tl()
354 struct otx2_qos_cfg *cfg) in otx2_qos_prepare_txschq_cfg()
362 struct otx2_qos_cfg *cfg) in otx2_qos_read_txschq_cfg_schq()
376 struct otx2_qos_cfg *cfg) in otx2_qos_read_txschq_cfg_tl()
393 struct otx2_qos_cfg *cfg) in otx2_qos_read_txschq_cfg()
[all …]
Dcn10k_macsec.c96 static struct cn10k_mcs_txsc *cn10k_mcs_get_txsc(struct cn10k_mcs_cfg *cfg, in cn10k_mcs_get_txsc()
109 static struct cn10k_mcs_rxsc *cn10k_mcs_get_rxsc(struct cn10k_mcs_cfg *cfg, in cn10k_mcs_get_rxsc()
1060 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mcs_secy_rx_cfg() local
1094 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mcs_disable_rxscs() local
1123 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mcs_sync_stats() local
1175 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_open() local
1199 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_stop() local
1217 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_add_secy() local
1245 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_upd_secy() local
1280 struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg; in cn10k_mdo_del_secy() local
[all …]
/linux-6.6.21/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c279 isp2401_input_system_cfg_t *cfg, in create_input_system_channel()
353 isp2401_input_system_cfg_t *cfg, in create_input_system_input_port()
641 pixelgen_tpg_cfg_t *cfg) in calculate_tpg_cfg()
652 pixelgen_prbs_cfg_t *cfg) in calculate_prbs_cfg()
661 csi_rx_frontend_cfg_t *cfg) in calculate_fe_cfg()
671 csi_rx_backend_cfg_t *cfg) in calculate_be_cfg()
701 stream2mmio_cfg_t *cfg in calculate_stream2mmio_cfg()
718 ibuf_ctrl_cfg_t *cfg) in calculate_ibuf_ctrl_cfg()
800 isys2401_dma_cfg_t *cfg) in calculate_isys2401_dma_cfg()
822 isys2401_dma_port_cfg_t *cfg) in calculate_isys2401_dma_port_cfg()
/linux-6.6.21/drivers/pinctrl/renesas/
Dsh_pfc.h441 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument
445 #define PORT_GP_CFG_2(bank, fn, sfx, cfg) \ argument
450 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument
456 #define PORT_GP_CFG_6(bank, fn, sfx, cfg) \ argument
462 #define PORT_GP_CFG_7(bank, fn, sfx, cfg) \ argument
467 #define PORT_GP_CFG_8(bank, fn, sfx, cfg) \ argument
472 #define PORT_GP_CFG_9(bank, fn, sfx, cfg) \ argument
477 #define PORT_GP_CFG_10(bank, fn, sfx, cfg) \ argument
482 #define PORT_GP_CFG_11(bank, fn, sfx, cfg) \ argument
487 #define PORT_GP_CFG_12(bank, fn, sfx, cfg) \ argument
[all …]
/linux-6.6.21/net/bridge/
Dbr_mdb.c711 static int br_mdb_replace_group_sg(const struct br_mdb_config *cfg, in br_mdb_replace_group_sg()
732 static int br_mdb_add_group_sg(const struct br_mdb_config *cfg, in br_mdb_add_group_sg()
785 static int br_mdb_add_group_src_fwd(const struct br_mdb_config *cfg, in br_mdb_add_group_src_fwd()
820 static int br_mdb_add_group_src(const struct br_mdb_config *cfg, in br_mdb_add_group_src()
873 static int br_mdb_add_group_srcs(const struct br_mdb_config *cfg, in br_mdb_add_group_srcs()
895 static int br_mdb_replace_group_srcs(const struct br_mdb_config *cfg, in br_mdb_replace_group_srcs()
924 static int br_mdb_replace_group_star_g(const struct br_mdb_config *cfg, in br_mdb_replace_group_star_g()
956 static int br_mdb_add_group_star_g(const struct br_mdb_config *cfg, in br_mdb_add_group_star_g()
1012 static int br_mdb_add_group(const struct br_mdb_config *cfg, in br_mdb_add_group()
1053 static int __br_mdb_add(const struct br_mdb_config *cfg, in __br_mdb_add()
[all …]
/linux-6.6.21/drivers/phy/
Dphy-core-mipi-dphy.c24 struct phy_configure_opts_mipi_dphy *cfg) in phy_mipi_dphy_calc_config()
84 struct phy_configure_opts_mipi_dphy *cfg) in phy_mipi_dphy_get_default_config()
93 struct phy_configure_opts_mipi_dphy *cfg) in phy_mipi_dphy_get_default_config_for_hsclk()
107 int phy_mipi_dphy_config_validate(struct phy_configure_opts_mipi_dphy *cfg) in phy_mipi_dphy_config_validate()
/linux-6.6.21/drivers/pci/
Decam.c32 struct pci_config_window *cfg; in pci_ecam_create() local
105 void pci_ecam_free(struct pci_config_window *cfg) in pci_ecam_free()
128 struct pci_config_window *cfg = bus->sysdata; in pci_ecam_add_bus() local
151 struct pci_config_window *cfg = bus->sysdata; in pci_ecam_remove_bus() local
170 struct pci_config_window *cfg = bus->sysdata; in pci_ecam_map_bus() local

12345678910>>...50