Searched refs:cfg (Results 201 - 225 of 1693) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.h214 const struct dpsw_ctrl_if_pools_cfg *cfg);
238 const struct dpsw_ctrl_if_queue_cfg *cfg);
270 struct dpsw_link_cfg *cfg);
307 const struct dpsw_tci_cfg *cfg);
310 struct dpsw_tci_cfg *cfg);
340 const struct dpsw_stp_cfg *cfg);
434 u16 vlan_id, const struct dpsw_vlan_cfg *cfg);
457 u16 vlan_id, const struct dpsw_vlan_if_cfg *cfg);
460 u16 vlan_id, const struct dpsw_vlan_if_cfg *cfg);
463 u16 vlan_id, const struct dpsw_vlan_if_cfg *cfg);
[all...]
/linux-master/sound/pci/hda/
H A Dhda_generic.c1171 struct auto_pin_cfg *cfg = &spec->autocfg; local
1174 if (cfg->line_outs == 1 && !spec->multi_ios &&
1176 !cfg->hp_outs && !cfg->speaker_outs)
1188 if (ch >= cfg->line_outs)
1191 switch (cfg->line_out_type) {
1196 if (!ch && cfg->hp_outs &&
1199 if (cfg->line_outs == 1)
1201 if (cfg->line_outs == 2)
1208 if (!ch && cfg
1351 struct auto_pin_cfg *cfg = &spec->autocfg; local
1501 struct auto_pin_cfg *cfg = &spec->autocfg; local
1532 struct auto_pin_cfg *cfg = &spec->autocfg; local
1688 struct auto_pin_cfg *cfg = &spec->autocfg; local
1746 struct auto_pin_cfg *cfg = &spec->autocfg; local
1914 debug_show_configs(struct hda_codec *codec, struct auto_pin_cfg *cfg) argument
1988 struct auto_pin_cfg *cfg = &spec->autocfg; local
2106 create_multi_out_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg) argument
2511 const struct auto_pin_cfg *cfg = &spec->autocfg; local
2612 struct auto_pin_cfg *cfg = &spec->autocfg; local
3299 const struct auto_pin_cfg *cfg = &spec->autocfg; local
3332 const struct auto_pin_cfg *cfg = &spec->autocfg; local
3586 struct auto_pin_cfg *cfg = &spec->autocfg; local
3885 struct auto_pin_cfg *cfg = &spec->autocfg; local
4240 struct auto_pin_cfg *cfg = &spec->autocfg; local
4269 struct auto_pin_cfg *cfg = &spec->autocfg; local
4312 struct auto_pin_cfg *cfg = &spec->autocfg; local
4727 struct auto_pin_cfg *cfg = &spec->autocfg; local
4834 struct auto_pin_cfg *cfg = &spec->autocfg; local
4967 snd_hda_gen_parse_auto_config(struct hda_codec *codec, struct auto_pin_cfg *cfg) argument
5888 struct auto_pin_cfg *cfg = &spec->autocfg; local
[all...]
H A Dcs35l41_hda_property.c222 const struct cs35l41_config *cfg; local
229 for (cfg = cs35l41_config_table; cfg->ssid; cfg++) {
230 if (!strcasecmp(cfg->ssid, cs35l41->acpi_subsystem_id))
234 if (!cfg->ssid)
247 ret = cs35l41_add_gpios(cs35l41, physdev, cfg->reset_gpio_index,
248 cfg->spkid_gpio_index, cfg->cs_gpio_index,
249 cfg
[all...]
/linux-master/drivers/clk/qcom/
H A Dclk-rcg2.c77 static u8 __clk_rcg2_get_parent(struct clk_hw *hw, u32 cfg) argument
83 cfg &= CFG_SRC_SEL_MASK;
84 cfg >>= CFG_SRC_SEL_SHIFT;
87 if (cfg == rcg->parent_map[i].cfg)
98 u32 cfg; local
101 ret = regmap_read(rcg->clkr.regmap, RCG_CFG_OFFSET(rcg), &cfg);
108 return __clk_rcg2_get_parent(hw, cfg);
141 u32 cfg = rcg->parent_map[index].cfg << CFG_SRC_SEL_SHIF local
171 __clk_rcg2_recalc_rate(struct clk_hw *hw, unsigned long parent_rate, u32 cfg) argument
199 u32 cfg; local
282 u32 cfg, mask, d_val, not2d_val, n_minus_m; local
333 u32 cfg; local
437 u32 notn_m, n, m, d, not2d, mask, duty_per, cfg; local
731 u32 cfg; local
811 u32 hid_div, cfg; local
938 u32 cfg; local
1160 u32 val, mask, cfg, mode, src; local
1241 u32 level, mask, cfg, m = 0, n = 0, mode, pre_div; local
1339 u32 hid_div, cfg; local
[all...]
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_vsp.c50 struct vsp1_du_lif_config cfg = { local
58 vsp1_du_setup_lif(crtc->vsp->vsp, crtc->vsp_pipe, &cfg);
68 struct vsp1_du_atomic_pipe_config cfg = { { 0, } }; local
73 vsp1_du_atomic_flush(crtc->vsp->vsp, crtc->vsp_pipe, &cfg);
127 struct vsp1_du_atomic_config cfg = { local
136 cfg.src.left = state->state.src.x1 >> 16;
137 cfg.src.top = state->state.src.y1 >> 16;
138 cfg.src.width = drm_rect_width(&state->state.src) >> 16;
139 cfg.src.height = drm_rect_height(&state->state.src) >> 16;
141 cfg
[all...]
/linux-master/drivers/phy/samsung/
H A Dphy-exynos4x12-usb2.c171 switch (inst->cfg->id) {
200 if (drv->cfg->has_refclk_sel)
216 switch (inst->cfg->id) {
277 if (inst->cfg->id == EXYNOS4x12_HOST) {
284 if (inst->cfg->id == EXYNOS4x12_DEVICE && drv->cfg->has_mode_switch)
289 if (inst->cfg->id == EXYNOS4x12_HSIC0 ||
290 inst->cfg->id == EXYNOS4x12_HSIC1) {
316 if (inst->cfg->id == EXYNOS4x12_DEVICE && drv->cfg
[all...]
/linux-master/arch/powerpc/platforms/cell/
H A Dspider-pic.c73 void __iomem *cfg = spider_get_irq_config(pic, irqd_to_hwirq(d)); local
75 out_be32(cfg, in_be32(cfg) | 0x30000000u);
81 void __iomem *cfg = spider_get_irq_config(pic, irqd_to_hwirq(d)); local
83 out_be32(cfg, in_be32(cfg) & ~0x30000000u);
109 void __iomem *cfg = spider_get_irq_config(pic, hw); local
143 old_mask = in_be32(cfg) & 0x30000000u;
144 out_be32(cfg, old_mask | (ic << 24) | (0x7 << 16) |
146 out_be32(cfg
292 void __iomem *cfg = pic->regs + TIR_CFGA + 8 * i; local
[all...]
/linux-master/arch/x86/kernel/apic/
H A Dmsi.c26 static void irq_msi_update_msg(struct irq_data *irqd, struct irq_cfg *cfg) argument
30 __irq_msi_compose_msg(cfg, msg, false);
37 struct irq_cfg old_cfg, *cfg = irqd_cfg(irqd); local
44 old_cfg = *cfg;
66 cfg->vector == old_cfg.vector ||
69 cfg->dest_apicid == old_cfg.dest_apicid) {
70 irq_msi_update_msg(irqd, cfg);
79 irq_msi_update_msg(irqd, cfg);
111 if (IS_ERR_OR_NULL(this_cpu_read(vector_irq[cfg->vector])))
112 this_cpu_write(vector_irq[cfg
[all...]
/linux-master/sound/soc/starfive/
H A Djh7110_pwmdac.c92 struct jh7110_pwmdac_cfg cfg; member in struct:jh7110_pwmdac_dev
129 if (dev->cfg.shift == PWMDAC_SHIFT_8)
131 else if (dev->cfg.shift == PWMDAC_SHIFT_10)
143 value |= (dev->cfg.duty_cycle & 0x3) << JH7110_PWMDAC_DUTY_CYCLE_SHIFT;
154 value |= ((dev->cfg.cnt_n - 1) & 0x1ff) << JH7110_PWMDAC_CNT_N_SHIFT;
164 if (dev->cfg.data_change == NO_CHANGE)
166 else if (dev->cfg.data_change == CHANGE)
177 if (dev->cfg.data_mode == UNSIGNED_DATA)
179 else if (dev->cfg.data_mode == INVERTER_DATA_MSB)
191 value |= (dev->cfg
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c492 static int brcmf_vif_change_validate(struct brcmf_cfg80211_info *cfg, argument
503 list_for_each_entry(pos, &cfg->vif_list, list)
513 ret = cfg80211_check_combinations(cfg->wiphy, &params);
518 static int brcmf_vif_add_validate(struct brcmf_cfg80211_info *cfg, argument
526 list_for_each_entry(pos, &cfg->vif_list, list)
530 return cfg80211_check_combinations(cfg->wiphy, &params);
823 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
824 struct brcmf_if *ifp = netdev_priv(cfg_to_ndev(cfg));
825 struct brcmf_pub *drvr = cfg->pub;
832 if (brcmf_cfg80211_vif_event_armed(cfg))
907 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
962 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
980 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
1077 brcmf_escan_prep(struct brcmf_cfg80211_info *cfg, struct brcmf_scan_params_v2_le *params_le, struct cfg80211_scan_request *request) argument
1165 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, bool aborted, bool fw_abort) argument
1248 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
1282 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
1328 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
1424 brcmf_run_escan(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, struct cfg80211_scan_request *request) argument
1489 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; local
1514 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
1624 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
1728 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(vif->wdev.wiphy); local
1767 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
2358 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
2597 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
2629 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
2680 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
2780 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
2904 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
3115 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
3238 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
3275 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
3321 brcmf_inform_single_bss(struct brcmf_cfg80211_info *cfg, struct brcmf_bss_info_le *bi) argument
3394 brcmf_inform_bss(struct brcmf_cfg80211_info *cfg) argument
3419 brcmf_inform_ibss(struct brcmf_cfg80211_info *cfg, struct net_device *ndev, const u8 *bssid) argument
3502 brcmf_update_bss_info(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp) argument
3528 brcmf_abort_scanning(struct brcmf_cfg80211_info *cfg) argument
3543 struct brcmf_cfg80211_info *cfg = local
3553 struct brcmf_cfg80211_info *cfg = local
3564 brcmf_compare_update_same_bss(struct brcmf_cfg80211_info *cfg, struct brcmf_bss_info_le *bss, struct brcmf_bss_info_le *bss_info_le) argument
3607 struct brcmf_cfg80211_info *cfg = drvr->config; local
3715 brcmf_init_escan(struct brcmf_cfg80211_info *cfg) argument
3788 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; local
3844 struct brcmf_cfg80211_info *cfg = drvr->config; local
3931 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
3956 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
4019 struct brcmf_cfg80211_info *cfg = drvr->config; local
4067 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
4144 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
4170 brcmf_configure_wowl(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, struct cfg80211_wowlan *wowl) argument
4247 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
4337 brcmf_update_pmklist(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp) argument
4358 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
4403 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
4449 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5091 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5338 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5424 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5456 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5500 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5652 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5675 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5737 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5756 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5811 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5841 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5865 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
5980 brcmf_alloc_vif(struct brcmf_cfg80211_info *cfg, enum nl80211_iftype type) argument
6080 brcmf_is_nonetwork(struct brcmf_cfg80211_info *cfg, const struct brcmf_event_msg *e) argument
6107 brcmf_clear_assoc_ies(struct brcmf_cfg80211_info *cfg) argument
6121 struct brcmf_cfg80211_info *cfg = (struct brcmf_cfg80211_info *)config; local
6148 struct brcmf_cfg80211_info *cfg = (struct brcmf_cfg80211_info *)config; local
6257 brcmf_get_assoc_ies(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp) argument
6339 brcmf_bss_roaming_done(struct brcmf_cfg80211_info *cfg, struct net_device *ndev, const struct brcmf_event_msg *e) argument
6412 brcmf_bss_connect_done(struct brcmf_cfg80211_info *cfg, struct net_device *ndev, const struct brcmf_event_msg *e, bool completed) argument
6453 brcmf_notify_connect_status_ap(struct brcmf_cfg80211_info *cfg, struct net_device *ndev, const struct brcmf_event_msg *e, void *data) argument
6502 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; local
6570 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; local
6651 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; local
6710 brcmf_register_event_handlers(struct brcmf_cfg80211_info *cfg) argument
6749 brcmf_deinit_priv_mem(struct brcmf_cfg80211_info *cfg) argument
6763 brcmf_init_priv_mem(struct brcmf_cfg80211_info *cfg) argument
6791 wl_init_priv(struct brcmf_cfg80211_info *cfg) argument
6810 wl_deinit_priv(struct brcmf_cfg80211_info *cfg) argument
6926 brcmf_construct_chaninfo(struct brcmf_cfg80211_info *cfg, u32 bw_cap[]) argument
7061 brcmf_enable_bw40_2g(struct brcmf_cfg80211_info *cfg) argument
7257 brcmf_setup_wiphybands(struct brcmf_cfg80211_info *cfg) argument
7540 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
7708 brcmf_config_dongle(struct brcmf_cfg80211_info *cfg) argument
7768 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; local
7793 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; local
7806 struct brcmf_cfg80211_info *cfg = ifp->drvr->config; local
7823 brcmf_get_vif_state_any(struct brcmf_cfg80211_info *cfg, unsigned long state) argument
7846 brcmf_cfg80211_arm_vif_event(struct brcmf_cfg80211_info *cfg, struct brcmf_cfg80211_vif *vif) argument
7857 brcmf_cfg80211_vif_event_armed(struct brcmf_cfg80211_info *cfg) argument
7869 brcmf_cfg80211_wait_vif_event(struct brcmf_cfg80211_info *cfg, u8 action, ulong timeout) argument
8052 brcmf_set_channel(struct brcmf_cfg80211_info *cfg, struct ieee80211_channel *chan) argument
8081 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
8176 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); local
8248 struct brcmf_cfg80211_info *cfg; local
8422 brcmf_cfg80211_detach(struct brcmf_cfg80211_info *cfg) argument
[all...]
/linux-master/drivers/media/tuners/
H A Dtda8290.h35 struct tda829x_config *cfg);
46 struct tda829x_config *cfg)
43 tda829x_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c_adap, u8 i2c_addr, struct tda829x_config *cfg) argument
H A Dmxl5007t.h70 struct mxl5007t_config *cfg);
75 struct mxl5007t_config *cfg)
72 mxl5007t_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c, u8 addr, struct mxl5007t_config *cfg) argument
H A Dxc2028.h62 struct xc2028_config *cfg);
65 struct xc2028_config *cfg)
64 xc2028_attach(struct dvb_frontend *fe, struct xc2028_config *cfg) argument
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Ddriver.c40 nvif_driver_init(const char *drv, const char *cfg, const char *dbg, argument
47 ret = client->driver->init(name, device, cfg, dbg,
/linux-master/sound/usb/
H A Dhelper.h27 #define get_cfg_desc(cfg) (&(cfg)->desc)
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Ddriver.h9 int (*init)(const char *name, u64 device, const char *cfg,
20 int nvif_driver_init(const char *drv, const char *cfg, const char *dbg,
/linux-master/drivers/media/dvb-frontends/
H A Dmxl5xx.h39 struct mxl5xx_cfg *cfg, u32 demod, u32 tuner,
45 struct mxl5xx_cfg *cfg, u32 demod, u32 tuner,
44 mxl5xx_attach(struct i2c_adapter *i2c, struct mxl5xx_cfg *cfg, u32 demod, u32 tuner, int (**fn_set_input)(struct dvb_frontend *, int)) argument
/linux-master/drivers/iio/potentiometer/
H A Dtpl0102.c40 const struct tpl0102_cfg *cfg; member in struct:tpl0102_data
76 *val = 1000 * data->cfg->kohms;
77 *val2 = data->cfg->avail[2] + 1;
93 *length = ARRAY_SIZE(data->cfg->avail);
94 *vals = data->cfg->avail;
111 if (val > data->cfg->avail[2] || val < 0)
136 data->cfg = &tpl0102_cfg[id->driver_data];
145 indio_dev->num_channels = data->cfg->wipers;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.h68 * @cfg: DSC catalog entry for which driver object is required
73 const struct dpu_dsc_cfg *cfg,
79 * @cfg: DSC catalog entry for which driver object is required
84 const struct dpu_dsc_cfg *cfg,
H A Ddpu_hw_wb.h46 struct dpu_hw_qos_cfg *cfg);
80 * @cfg: wb_path catalog entry for which driver object is required
86 const struct dpu_wb_cfg *cfg,
/linux-master/drivers/clk/stm32/
H A Dclk-stm32mp1.c331 void *cfg; member in struct:clock_config
335 const struct clock_config *cfg);
395 const struct clock_config *cfg)
397 struct gate_cfg *gate_cfg = cfg->cfg;
400 cfg->name,
401 cfg->parent_name,
402 cfg->flags,
413 const struct clock_config *cfg)
415 struct fixed_factor_cfg *ff_cfg = cfg
392 _clk_hw_register_gate(struct device *dev, struct clk_hw_onecell_data *clk_data, void __iomem *base, spinlock_t *lock, const struct clock_config *cfg) argument
410 _clk_hw_register_fixed_factor(struct device *dev, struct clk_hw_onecell_data *clk_data, void __iomem *base, spinlock_t *lock, const struct clock_config *cfg) argument
423 _clk_hw_register_divider_table(struct device *dev, struct clk_hw_onecell_data *clk_data, void __iomem *base, spinlock_t *lock, const struct clock_config *cfg) argument
443 _clk_hw_register_mux(struct device *dev, struct clk_hw_onecell_data *clk_data, void __iomem *base, spinlock_t *lock, const struct clock_config *cfg) argument
484 _get_stm32_mux(struct device *dev, void __iomem *base, const struct stm32_mux_cfg *cfg, spinlock_t *lock) argument
524 _get_stm32_div(struct device *dev, void __iomem *base, const struct stm32_div_cfg *cfg, spinlock_t *lock) argument
545 _get_stm32_gate(struct device *dev, void __iomem *base, const struct stm32_gate_cfg *cfg, spinlock_t *lock) argument
585 clk_stm32_register_gate_ops(struct device *dev, const char *name, const char *parent_name, const struct clk_parent_data *parent_data, unsigned long flags, void __iomem *base, const struct stm32_gate_cfg *cfg, spinlock_t *lock) argument
625 clk_stm32_register_composite(struct device *dev, const char *name, const char * const *parent_names, const struct clk_parent_data *parent_data, int num_parents, void __iomem *base, const struct stm32_composite_cfg *cfg, unsigned long flags, spinlock_t *lock) argument
1112 _clk_register_pll(struct device *dev, struct clk_hw_onecell_data *clk_data, void __iomem *base, spinlock_t *lock, const struct clock_config *cfg) argument
1131 _clk_register_cktim(struct device *dev, struct clk_hw_onecell_data *clk_data, void __iomem *base, spinlock_t *lock, const struct clock_config *cfg) argument
1144 _clk_stm32_register_gate(struct device *dev, struct clk_hw_onecell_data *clk_data, void __iomem *base, spinlock_t *lock, const struct clock_config *cfg) argument
1160 _clk_stm32_register_composite(struct device *dev, struct clk_hw_onecell_data *clk_data, void __iomem *base, spinlock_t *lock, const struct clock_config *cfg) argument
2130 stm32_check_security(const struct clock_config *cfg) argument
2141 const struct clock_config *cfg; member in struct:stm32_rcc_match_data
2181 stm32_register_hw_clk(struct device *dev, struct clk_hw_onecell_data *clk_data, void __iomem *base, spinlock_t *lock, const struct clock_config *cfg) argument
[all...]
/linux-master/include/uapi/linux/netfilter/
H A Dxt_hashlimit.h46 struct hashlimit_cfg cfg; member in struct:xt_hashlimit_info
101 struct hashlimit_cfg1 cfg; member in struct:xt_hashlimit_mtinfo1
109 struct hashlimit_cfg2 cfg; member in struct:xt_hashlimit_mtinfo2
117 struct hashlimit_cfg3 cfg; member in struct:xt_hashlimit_mtinfo3
/linux-master/include/linux/
H A Dadreno-smmu-priv.h45 * TTBR0 translation is enabled with the specified cfg
66 int (*set_ttbr0_cfg)(const void *cookie, const struct io_pgtable_cfg *cfg);
/linux-master/arch/x86/pci/
H A Dnumachip.c21 struct pci_mmcfg_region *cfg = pci_mmconfig_lookup(seg, bus); local
23 if (cfg && cfg->virt)
24 return cfg->virt + (PCI_MMCFG_BUS_OFFSET(bus) | (devfn << 12));
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A D11ac.h30 struct mwifiex_11ac_vht_cfg *cfg);

Completed in 302 milliseconds

1234567891011>>