Home
last modified time | relevance | path

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

12345678910>>...43

/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_ctx.py23 def _rss_key_check(cfg, data=None, context=0): argument
32 def get_rss(cfg, context=0): argument
36 def get_drop_err_sum(cfg): argument
46 def ethtool_create(cfg, act, opts): argument
53 def require_ntuple(cfg): argument
63 def _get_rx_cnts(cfg, prev=None): argument
76 def _send_traffic_check(cfg, port, name, params): argument
100 def _ntuple_rule_check(cfg, rule_id, ctx_id): argument
107 def test_rss_key_indir(cfg): argument
176 def test_rss_queue_reconfigure(cfg, main_ctx=True): argument
[all …]
H A Dcsum.py12 def test_receive(cfg, ipv4=False, extra_args=None): argument
30 def test_transmit(cfg, ipv4=False, extra_args=None): argument
54 def test_builder(name, cfg, ipv4=False, tx=False, extra_args=""): argument
59 def f(cfg): argument
77 def check_nic_features(cfg) -> None: argument
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_config.h60 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) argument
61 #define CFG_GET_IQ_NUM_DESC(cfg) ((cfg)->iq.num_descs) argument
62 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type) argument
63 #define CFG_GET_IQ_INSTR_SIZE(cfg) (64) argument
64 #define CFG_GET_IQ_DB_MIN(cfg) ((cfg)->iq.db_min) argument
65 #define CFG_GET_IQ_INTR_THRESHOLD(cfg) ((cfg)->iq.intr_threshold) argument
67 #define CFG_GET_OQ_NUM_DESC(cfg) ((cfg)->oq.num_descs) argument
68 #define CFG_GET_OQ_BUF_SIZE(cfg) ((cfg)->oq.buf_size) argument
69 #define CFG_GET_OQ_REFILL_THRESHOLD(cfg) ((cfg)->oq.refill_threshold) argument
70 #define CFG_GET_OQ_INTR_PKT(cfg) ((cfg)->oq.oq_intr_pkt) argument
[all …]
/linux/drivers/media/platform/samsung/exynos4-is/
H A 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 …]
H A 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/drivers/net/ethernet/cavium/liquidio/
H A 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/drivers/media/platform/samsung/exynos-gsc/
H A 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/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_config.h56 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) argument
57 #define CFG_GET_IQ_NUM_DESC(cfg) ((cfg)->iq.num_descs) argument
58 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type) argument
59 #define CFG_GET_IQ_INSTR_SIZE(cfg) (64) argument
60 #define CFG_GET_IQ_DB_MIN(cfg) ((cfg)->iq.db_min) argument
61 #define CFG_GET_IQ_INTR_THRESHOLD(cfg) ((cfg)->iq.intr_threshold) argument
63 #define CFG_GET_OQ_NUM_DESC(cfg) ((cfg)->oq.num_descs) argument
64 #define CFG_GET_OQ_BUF_SIZE(cfg) ((cfg)->oq.buf_size) argument
65 #define CFG_GET_OQ_REFILL_THRESHOLD(cfg) ((cfg)->oq.refill_threshold) argument
66 #define CFG_GET_OQ_INTR_PKT(cfg) ((cfg)->oq.oq_intr_pkt) argument
[all …]
/linux/drivers/scsi/cxlflash/
H A Dmain.c50 struct cxlflash_cfg *cfg = afu->parent; in process_cmd_err() local
162 struct cxlflash_cfg *cfg = afu->parent; in cmd_complete() local
198 struct cxlflash_cfg *cfg = hwq->afu->parent; in flush_pending_cmds() local
242 struct cxlflash_cfg *cfg = hwq->afu->parent; in context_reset() local
307 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_ioarrin() local
351 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_sq() local
396 struct cxlflash_cfg *cfg = afu->parent; in wait_resp() local
463 static int send_tmf(struct cxlflash_cfg *cfg, struct scsi_device *sdev, in send_tmf()
567 struct cxlflash_cfg *cfg = shost_priv(host); in cxlflash_queuecommand() local
648 static void cxlflash_wait_for_pci_err_recovery(struct cxlflash_cfg *cfg) in cxlflash_wait_for_pci_err_recovery()
[all …]
H A 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
750 static void destroy_context(struct cxlflash_cfg *cfg, in destroy_context()
779 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context()
[all …]
H A 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/drivers/media/platform/samsung/s3c-camif/
H A 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/drivers/acpi/
H A 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/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c66 static void setup_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_gpr() argument
74 static int check_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, uint64_t svcr) in check_gpr() argument
99 static void setup_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_fpr() argument
106 static int check_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_fpr() argument
145 static void setup_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_z() argument
152 static int check_z(struct syscall_cfg *cfg, in argument
204 setup_p(struct syscall_cfg * cfg,int sve_vl,int sme_vl,uint64_t svcr) setup_p() argument
211 check_p(struct syscall_cfg * cfg,int sve_vl,int sme_vl,uint64_t svcr) check_p() argument
236 setup_ffr(struct syscall_cfg * cfg,int sve_vl,int sme_vl,uint64_t svcr) setup_ffr() argument
258 check_ffr(struct syscall_cfg * cfg,int sve_vl,int sme_vl,uint64_t svcr) check_ffr() argument
285 setup_svcr(struct syscall_cfg * cfg,int sve_vl,int sme_vl,uint64_t svcr) setup_svcr() argument
291 check_svcr(struct syscall_cfg * cfg,int sve_vl,int sme_vl,uint64_t svcr) check_svcr() argument
314 setup_za(struct syscall_cfg * cfg,int sve_vl,int sme_vl,uint64_t svcr) setup_za() argument
321 check_za(struct syscall_cfg * cfg,int sve_vl,int sme_vl,uint64_t svcr) check_za() argument
341 setup_zt(struct syscall_cfg * cfg,int sve_vl,int sme_vl,uint64_t svcr) setup_zt() argument
348 check_zt(struct syscall_cfg * cfg,int sve_vl,int sme_vl,uint64_t svcr) check_zt() argument
393 do_test(struct syscall_cfg * cfg,int sve_vl,int sme_vl,uint64_t svcr) do_test() argument
410 test_one_syscall(struct syscall_cfg * cfg) test_one_syscall() argument
[all...]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drpm.c133 u64 cfg, last; in rpm_lmac_tx_enable() local
153 u64 cfg; in rpm_lmac_rx_tx_enable() local
171 u64 cfg; in rpm_lmac_enadis_rx_pause_fwding() local
199 u64 cfg; in rpm_lmac_get_pause_frm_status() local
217 u64 quanta_offset = 0, quanta_thresh = 0, cfg; in rpm_cfg_pfc_quanta_thresh() local
295 u64 cfg; in rpm2_lmac_cfg_bp() local
315 u64 cfg; in rpm_lmac_cfg_bp() local
337 u64 cfg; in rpm_lmac_enadis_pause_frm() local
364 u64 cfg, pfc_class_mask_cfg; in rpm_lmac_pause_frm_config() local
455 u64 cfg; in rpm_stats_reset() local
[all …]
/linux/drivers/virtio/
H A Dvirtio_pci_modern_dev.c398 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_features() local
419 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_driver_features() local
440 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_set_features() local
457 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_generation() local
471 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_status() local
485 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_set_status() local
503 struct virtio_pci_modern_common_cfg __iomem *cfg; in vp_modern_get_queue_reset() local
519 struct virtio_pci_modern_common_cfg __iomem *cfg; in vp_modern_set_queue_reset() local
545 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_queue_vector() local
564 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_config_vector() local
[all …]
/linux/drivers/leds/
H A Dleds-lp55xx-common.c92 const struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_wait_opmode_done() local
112 const struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_stop_all_engine() local
122 const struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_load_engine() local
140 const struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_run_engine_common() local
176 const struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_update_program_memory() local
241 const struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_firmware_loaded_cb() local
273 const struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_led_brightness() local
287 const struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_multicolor_brightness() local
309 const struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_set_led_current() local
319 const struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_turn_off_channels() local
[all …]
/linux/drivers/virt/coco/
H A Dtsm.c44 struct config_item cfg; member
53 static struct tsm_report *to_tsm_report(struct config_item *cfg) in to_tsm_report()
84 static ssize_t tsm_report_privlevel_store(struct config_item *cfg, in tsm_report_privlevel_store()
114 static ssize_t tsm_report_privlevel_floor_show(struct config_item *cfg, in tsm_report_privlevel_floor_show()
122 static ssize_t tsm_report_service_provider_store(struct config_item *cfg, in tsm_report_service_provider_store()
148 static ssize_t tsm_report_service_guid_store(struct config_item *cfg, in tsm_report_service_guid_store()
169 static ssize_t tsm_report_service_manifest_version_store(struct config_item *cfg, in tsm_report_service_manifest_version_store()
190 static ssize_t tsm_report_inblob_write(struct config_item *cfg, in tsm_report_inblob_write()
207 static ssize_t tsm_report_generation_show(struct config_item *cfg, char *buf) in tsm_report_generation_show()
217 static ssize_t tsm_report_provider_show(struct config_item *cfg, char *buf) in tsm_report_provider_show()
[all …]
/linux/tools/testing/selftests/drivers/net/
H A Dstats.py17 def check_pause(cfg) -> None: argument
32 def check_fec(cfg) -> None: argument
47 def pkt_byte_sum(cfg) -> None: argument
83 def qstat_by_ifindex(cfg) -> None: argument
157 def check_down(cfg) -> None: argument
/linux/arch/x86/pci/
H A 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()
114 int pci_mmcfg_arch_map(struct pci_mmcfg_region *cfg) in pci_mmcfg_arch_map()
125 void pci_mmcfg_arch_unmap(struct pci_mmcfg_region *cfg) in pci_mmcfg_arch_unmap()
135 struct pci_mmcfg_region *cfg; in pci_mmcfg_arch_init() local
150 struct pci_mmcfg_region *cfg; in pci_mmcfg_arch_free() local
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c492 static int brcmf_vif_change_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_change_validate()
518 static int brcmf_vif_add_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_add_validate()
823 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_apsta_add_vif() local
907 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_add_vif() local
962 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_del_vif() local
980 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_add_iface() local
1077 static void brcmf_escan_prep(struct brcmf_cfg80211_info *cfg, in brcmf_escan_prep()
1165 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/drivers/gpu/drm/exynos/
H A 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/drivers/pinctrl/renesas/
H A Dsh_pfc.h442 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument
446 #define PORT_GP_CFG_2(bank, fn, sfx, cfg) \ argument
451 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument
457 #define PORT_GP_CFG_6(bank, fn, sfx, cfg) \ argument
463 #define PORT_GP_CFG_7(bank, fn, sfx, cfg) \ argument
468 #define PORT_GP_CFG_8(bank, fn, sfx, cfg) \ argument
473 #define PORT_GP_CFG_9(bank, fn, sfx, cfg) \ argument
478 #define PORT_GP_CFG_10(bank, fn, sfx, cfg) \ argument
483 #define PORT_GP_CFG_11(bank, fn, sfx, cfg) \ argument
488 #define PORT_GP_CFG_12(bank, fn, sfx, cfg) \ argument
[all …]
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c19 struct v4l2_ctrl_config cfg; member
551 static void mtk_vcodec_dec_fill_h264_level(struct v4l2_ctrl_config *cfg, in mtk_vcodec_dec_fill_h264_level()
572 static void mtk_vcodec_dec_fill_h264_profile(struct v4l2_ctrl_config *cfg, in mtk_vcodec_dec_fill_h264_profile()
586 static void mtk_vcodec_dec_fill_h265_level(struct v4l2_ctrl_config *cfg, in mtk_vcodec_dec_fill_h265_level()
602 static void mtk_vcodec_dec_fill_h265_profile(struct v4l2_ctrl_config *cfg, in mtk_vcodec_dec_fill_h265_profile()
616 static void mtk_vcodec_dec_fill_vp9_level(struct v4l2_ctrl_config *cfg, in mtk_vcodec_dec_fill_vp9_level()
636 static void mtk_vcodec_dec_fill_vp9_profile(struct v4l2_ctrl_config *cfg, in mtk_vcodec_dec_fill_vp9_profile()
650 static void mtk_vcodec_dec_reset_controls(struct v4l2_ctrl_config *cfg, in mtk_vcodec_dec_reset_controls()
697 struct v4l2_ctrl_config cfg = mtk_stateless_controls[i].cfg; in mtk_vcodec_dec_ctrls_setup() local
/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dvirtual_isys.c264 isp2401_input_system_cfg_t *cfg, in create_input_system_channel()
338 isp2401_input_system_cfg_t *cfg, in create_input_system_input_port()
619 pixelgen_prbs_cfg_t *cfg) in calculate_prbs_cfg()
628 csi_rx_frontend_cfg_t *cfg) in calculate_fe_cfg()
638 csi_rx_backend_cfg_t *cfg) in calculate_be_cfg()
668 stream2mmio_cfg_t *cfg in calculate_stream2mmio_cfg()
683 ibuf_ctrl_cfg_t *cfg) in calculate_ibuf_ctrl_cfg()
764 isys2401_dma_cfg_t *cfg) in calculate_isys2401_dma_cfg()
786 isys2401_dma_port_cfg_t *cfg) in calculate_isys2401_dma_port_cfg()

12345678910>>...43