Home
last modified time | relevance | path

Searched defs:cfg (Results 126 – 150 of 1543) sorted by relevance

12345678910>>...62

/openbmc/linux/include/linux/
H A Dnet_tstamp.h40 const struct hwtstamp_config *cfg) in hwtstamp_config_to_kernel()
47 static inline void hwtstamp_config_from_kernel(struct hwtstamp_config *cfg, in hwtstamp_config_from_kernel()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c410 u64 cfg; in rvu_get_pf_numvfs() local
423 u64 cfg; in rvu_get_hwvf() local
446 u64 cfg; in is_pf_func_valid() local
481 u64 cfg; in rvu_check_block_implemented() local
556 u64 cfg; in rvu_scan_block() local
729 u64 cfg; in rvu_free_hw_resources() local
847 u64 cfg; in rvu_setup_nix_hw_resource() local
876 u64 cfg; in rvu_setup_cpt_hw_resource() local
930 u64 cfg; in rvu_setup_hw_resources() local
1551 u64 cfg; in rvu_attach_block() local
[all …]
H A Drvu_cn10k.c357 u64 cfg; in __rvu_lbk_set_chans() local
445 u64 cfg; in __rvu_nix_set_channels() local
506 u64 cfg; in __rvu_rpm_set_channels() local
548 u64 cfg; in rvu_nix_block_cn10k_init() local
/openbmc/qemu/hw/arm/
H A Dsmmuv3.c37 #define PTW_RECORD_FAULT(cfg) (((cfg)->stage == 1) ? (cfg)->record_faults : \ argument
372 static bool s2t0sz_valid(SMMUTransCfg *cfg) in s2t0sz_valid()
403 static int decode_ste_s2_cfg(SMMUTransCfg *cfg, STE *ste) in decode_ste_s2_cfg()
490 static int decode_ste(SMMUv3State *s, SMMUTransCfg *cfg, in decode_ste()
661 static int decode_cd(SMMUTransCfg *cfg, CD *cd, SMMUEventInfo *event) in decode_cd()
741 static int smmuv3_decode_config(IOMMUMemoryRegion *mr, SMMUTransCfg *cfg, in smmuv3_decode_config()
792 SMMUTransCfg *cfg; in smmuv3_get_config() local
843 SMMUTransCfg *cfg = NULL; in smmuv3_translate() local
1048 SMMUTransCfg *cfg = smmuv3_get_config(sdev, &eventinfo); in smmuv3_notify_iova() local
H A Dsmmu-common.c69 SMMUTLBEntry *smmu_iotlb_lookup(SMMUState *bs, SMMUTransCfg *cfg, in smmu_iotlb_lookup()
108 void smmu_iotlb_insert(SMMUState *bs, SMMUTransCfg *cfg, SMMUTLBEntry *new) in smmu_iotlb_insert()
265 SMMUTransTableInfo *select_tt(SMMUTransCfg *cfg, dma_addr_t iova) in select_tt()
302 static int smmu_ptw_64_s1(SMMUTransCfg *cfg, in smmu_ptw_64_s1()
403 static int smmu_ptw_64_s2(SMMUTransCfg *cfg, in smmu_ptw_64_s2()
521 int smmu_ptw(SMMUTransCfg *cfg, dma_addr_t iova, IOMMUAccessFlags perm, in smmu_ptw()
/openbmc/linux/drivers/phy/samsung/
H A Dphy-samsung-ufs.c26 #define for_each_phy_cfg(cfg) \ argument
32 const struct samsung_ufs_phy_cfg *cfg, in samsung_ufs_phy_config()
80 const struct samsung_ufs_phy_cfg *cfg; in samsung_ufs_phy_calibrate() local
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.h11 const struct qcom_smmu_config *cfg; member
28 const struct qcom_smmu_config *cfg; member
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni.c164 const struct dpni_pools_cfg *cfg) in dpni_set_pools()
589 struct dpni_error_cfg *cfg) in dpni_set_errors_behavior()
845 const struct dpni_link_cfg *cfg) in dpni_set_link_cfg()
874 struct dpni_link_cfg *cfg) in dpni_get_link_cfg()
1436 const struct dpni_rx_tc_dist_cfg *cfg) in dpni_set_rx_tc_dist()
1808 const struct dpni_rx_dist_cfg *cfg) in dpni_set_rx_fs_dist()
1843 const struct dpni_rx_dist_cfg *cfg) in dpni_set_rx_hash_dist()
1882 const struct dpni_rule_cfg *cfg, in dpni_add_fs_entry()
1921 const struct dpni_rule_cfg *cfg) in dpni_remove_fs_entry()
1993 const struct dpni_rule_cfg *cfg, in dpni_add_qos_entry()
[all …]
/openbmc/linux/kernel/entry/
H A Dsyscall_user_dispatch.c131 struct ptrace_sud_config cfg; in syscall_user_dispatch_get_config() local
154 struct ptrace_sud_config cfg; in syscall_user_dispatch_set_config() local
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dchan.c335 struct rtw89_chanctx_cfg *cfg = (struct rtw89_chanctx_cfg *)ctx->drv_priv; in rtw89_chanctx_ops_add() local
354 struct rtw89_chanctx_cfg *cfg = (struct rtw89_chanctx_cfg *)ctx->drv_priv; in rtw89_chanctx_ops_remove() local
402 struct rtw89_chanctx_cfg *cfg = (struct rtw89_chanctx_cfg *)ctx->drv_priv; in rtw89_chanctx_ops_change() local
415 struct rtw89_chanctx_cfg *cfg = (struct rtw89_chanctx_cfg *)ctx->drv_priv; in rtw89_chanctx_ops_assign_vif() local
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbtcoex.c84 struct brcmf_cfg80211_info *cfg; member
359 int brcmf_btcoex_attach(struct brcmf_cfg80211_info *cfg) in brcmf_btcoex_attach()
388 void brcmf_btcoex_detach(struct brcmf_cfg80211_info *cfg) in brcmf_btcoex_detach()
454 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(vif->wdev.wiphy); in brcmf_btcoex_set_mode() local
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dls1088a_serdes.c51 int serdes_get_number(int serdes, int cfg) in serdes_get_number()
84 enum srds_prtcl serdes_get_prtcl(int serdes, int cfg, int lane) in serdes_get_prtcl()
/openbmc/linux/drivers/media/tuners/
H A Dqm1d1c0042.c54 struct qm1d1c0042_config cfg; member
132 struct qm1d1c0042_config *cfg; in qm1d1c0042_set_config() local
407 struct qm1d1c0042_config *cfg; in qm1d1c0042_probe() local
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-dvb.c488 struct xc2028_config cfg = { in dvb_register() local
520 struct xc2028_config cfg = { in dvb_register() local
543 struct xc2028_config cfg = { in dvb_register() local
/openbmc/linux/arch/ia64/kernel/
H A Dirq_ia64.c124 struct irq_cfg *cfg = &irq_cfg[irq]; in __bind_irq_vector() local
160 struct irq_cfg *cfg = &irq_cfg[irq]; in __clear_irq_vector() local
263 struct irq_cfg *cfg = &irq_cfg[irq]; in __irq_prepare_move() local
298 struct irq_cfg *cfg = &irq_cfg[irq]; in irq_complete_move() local
325 struct irq_cfg *cfg; in smp_irq_move_cleanup_interrupt() local
/openbmc/linux/tools/testing/selftests/alsa/
H A Dconf.c376 snd_config_t *cfg; in conf_get_count() local
397 snd_config_t *cfg; in conf_get_string() local
415 snd_config_t *cfg; in conf_get_long() local
433 snd_config_t *cfg; in conf_get_bool() local
452 snd_config_t *cfg; in conf_get_string_array() local
/openbmc/linux/drivers/iommu/
H A Dio-pgtable-dart.c110 struct io_pgtable_cfg *cfg) in __dart_alloc_pages()
241 struct io_pgtable_cfg *cfg = &data->iop.cfg; in dart_map_pages() local
303 struct io_pgtable_cfg *cfg = &data->iop.cfg; in dart_unmap_pages() local
367 dart_alloc_pgtable(struct io_pgtable_cfg *cfg) in dart_alloc_pgtable()
398 apple_dart_alloc_pgtable(struct io_pgtable_cfg *cfg, void *cookie) in apple_dart_alloc_pgtable()
/openbmc/linux/net/ipv4/
H A Dfib_semantics.c378 const struct fib_config *cfg) in fib_find_info_nh()
586 void *cfg, gfp_t gfp_flags, in fib_nh_common_init()
623 struct fib_config *cfg, int nh_weight, in fib_nh_init()
692 int remaining, struct fib_config *cfg, in fib_get_nhs()
843 int remaining, struct fib_config *cfg, in fib_get_nhs()
858 const struct fib_config *cfg, in fib_encap_match()
877 int fib_nh_match(struct net *net, struct fib_config *cfg, struct fib_info *fi, in fib_nh_match()
1010 bool fib_metrics_match(struct fib_config *cfg, struct fib_info *fi) in fib_metrics_match()
1054 struct fib6_config cfg = { in fib_check_nh_v6_gw() local
1361 static bool fib_valid_prefsrc(struct fib_config *cfg, __be32 fib_prefsrc) in fib_valid_prefsrc()
[all …]
/openbmc/linux/drivers/clk/tegra/
H A Dclk-pll.c519 struct tegra_clk_pll_freq_table *cfg, in _get_table_rate()
628 struct tegra_clk_pll_freq_table *cfg) in clk_pll_set_sdm_data()
656 struct tegra_clk_pll_freq_table *cfg) in _update_pll_mnp()
693 struct tegra_clk_pll_freq_table *cfg) in _get_pll_mnp()
847 struct tegra_clk_pll_freq_table cfg; in clk_pll_round_rate() local
867 struct tegra_clk_pll_freq_table cfg; in clk_pll_recalc_rate() local
1221 struct tegra_clk_pll_freq_table *cfg, in _calc_dynamic_ramp_rate()
1360 struct tegra_clk_pll_freq_table cfg; in clk_pll_ramp_round_rate() local
1589 struct tegra_clk_pll_freq_table cfg; in clk_pllre_recalc_rate() local
2206 struct tegra_clk_pll_freq_table cfg; in tegra_clk_register_pllc() local
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dvsmp_64.c30 unsigned int cap, ctl, cfg; in set_vsmp_ctl() local
100 unsigned int cfg, topology, node_shift, maxcpus; in vsmp_cap_cpus() local
/openbmc/linux/net/netfilter/
H A Dxt_hashlimit.c122 struct hashlimit_cfg3 cfg; /* config */ member
142 struct hashlimit_cfg1 *cfg = (struct hashlimit_cfg1 *)from; in cfg_copy() local
154 struct hashlimit_cfg2 *cfg = (struct hashlimit_cfg2 *)from; in cfg_copy() local
275 static int htable_create(struct net *net, struct hashlimit_cfg3 *cfg, in htable_create()
727 const struct hashlimit_cfg3 *cfg, int revision) in hashlimit_mt_common()
802 struct hashlimit_cfg3 cfg = {}; in hashlimit_mt_v1() local
817 struct hashlimit_cfg3 cfg = {}; in hashlimit_mt_v2() local
840 struct hashlimit_cfg3 *cfg, in hashlimit_mt_check_common()
913 struct hashlimit_cfg3 cfg = {}; in hashlimit_mt_check_v1() local
931 struct hashlimit_cfg3 cfg = {}; in hashlimit_mt_check_v2() local
/openbmc/linux/drivers/video/fbdev/via/
H A Dvia-gpio.c87 struct viafb_gpio_cfg *cfg = gpiochip_get_data(chip); in via_gpio_set() local
117 struct viafb_gpio_cfg *cfg = gpiochip_get_data(chip); in via_gpio_dir_input() local
131 struct viafb_gpio_cfg *cfg = gpiochip_get_data(chip); in via_gpio_get() local
/openbmc/linux/tools/cgroup/
H A Dmemcg_slabinfo.py83 def slub_get_slabinfo(s, cfg): argument
106 def cache_show(s, cfg, objs): argument
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-tegra194-acpi.c22 static int tegra194_acpi_init(struct pci_config_window *cfg) in tegra194_acpi_init()
69 struct pci_config_window *cfg = bus->sysdata; in tegra194_map_bus() local
/openbmc/u-boot/drivers/mmc/
H A Dgen_atmel_mci.c39 struct mmc_config cfg; member
46 struct mmc_config cfg; member
471 struct mmc_config *cfg; local
528 struct mmc_config *cfg; local

12345678910>>...62