Home
last modified time | relevance | path

Searched refs:gf (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/mtd/maps/
H A Dphysmap-gemini.c57 static struct gemini_flash *gf; variable
63 if (IS_ERR(gf->enabled_state)) in gemini_flash_enable_pins()
65 ret = pinctrl_select_state(gf->p, gf->enabled_state); in gemini_flash_enable_pins()
67 dev_err(gf->dev, "failed to enable pins\n"); in gemini_flash_enable_pins()
74 if (IS_ERR(gf->disabled_state)) in gemini_flash_disable_pins()
76 ret = pinctrl_select_state(gf->p, gf->disabled_state); in gemini_flash_disable_pins()
78 dev_err(gf->dev, "failed to disable pins\n"); in gemini_flash_disable_pins()
133 gf = devm_kzalloc(dev, sizeof(*gf), GFP_KERNEL); in of_flash_probe_gemini()
134 if (!gf) in of_flash_probe_gemini()
136 gf->dev = dev; in of_flash_probe_gemini()
[all …]
/linux/drivers/clk/rockchip/
H A Dclk.h797 df, go, gs, gf) \ argument
814 .gate_flags = gf, \
818 mf, do, ds, dw, df, go, gs, gf) \ argument
836 .gate_flags = gf, \
840 go, gs, gf) \ argument
854 .gate_flags = gf, \
858 df, dt, go, gs, gf) \ argument
873 .gate_flags = gf, \
877 go, gs, gf) \ argument
891 .gate_flags = gf, \
[all …]
/linux/drivers/pmdomain/mediatek/
H A Dmtk-mfg-pmdomain.c800 struct mtk_mfg_mbox *gf; in mtk_mfg_init_mbox() local
803 gf = devm_kzalloc(dev, sizeof(*gf), GFP_KERNEL); in mtk_mfg_init_mbox()
804 if (!gf) in mtk_mfg_init_mbox()
807 gf->rx_data = devm_kzalloc(dev, GPUEB_MBOX_MAX_RX_SIZE, GFP_KERNEL); in mtk_mfg_init_mbox()
808 if (!gf->rx_data) in mtk_mfg_init_mbox()
811 gf->mfg = mfg; in mtk_mfg_init_mbox()
812 init_completion(&gf->rx_done); in mtk_mfg_init_mbox()
813 gf->cl.dev = dev; in mtk_mfg_init_mbox()
814 gf->cl.rx_callback = mtk_mfg_mbox_rx_callback; in mtk_mfg_init_mbox()
815 gf->cl.tx_tout = GPUEB_TIMEOUT_US / USEC_PER_MSEC; in mtk_mfg_init_mbox()
[all …]
/linux/drivers/cpufreq/
H A Dspeedstep-ich.c292 struct get_freqs gf; in speedstep_cpu_init() local
301 gf.policy = policy; in speedstep_cpu_init()
302 smp_call_function_single(policy_cpu, get_freqs_on_cpu, &gf, 1); in speedstep_cpu_init()
303 if (gf.ret) in speedstep_cpu_init()
304 return gf.ret; in speedstep_cpu_init()
/linux/drivers/parisc/
H A Dgsc.c212 struct gsc_fixup_struct *gf = data; in gsc_fixup_irqs_callback() local
217 gsc_fixup_irqs(padev, gf->ctrl, gf->choose_irq); in gsc_fixup_irqs_callback()
218 gf->choose_irq(padev, gf->ctrl); in gsc_fixup_irqs_callback()
/linux/net/ipv6/
H A Dipv6_sockglue.c1052 struct group_filter gf; in compat_ipv6_get_msfilter() local
1061 gf.gf_interface = gf32.gf_interface; in compat_ipv6_get_msfilter()
1062 gf.gf_fmode = gf32.gf_fmode; in compat_ipv6_get_msfilter()
1063 num = gf.gf_numsrc = gf32.gf_numsrc; in compat_ipv6_get_msfilter()
1064 gf.gf_group = gf32.gf_group; in compat_ipv6_get_msfilter()
1066 if (gf.gf_group.ss_family != AF_INET6) in compat_ipv6_get_msfilter()
1070 err = ip6_mc_msfget(sk, &gf, optval, size0); in compat_ipv6_get_msfilter()
1074 if (num > gf.gf_numsrc) in compat_ipv6_get_msfilter()
1075 num = gf.gf_numsrc; in compat_ipv6_get_msfilter()
1076 len = GROUP_FILTER_SIZE(num) - (sizeof(gf)-sizeof(gf32)); in compat_ipv6_get_msfilter()
[all …]
/linux/net/ipv4/
H A Dip_sockglue.c1477 struct group_filter gf; in compat_ip_get_mcast_msfilter() local
1486 gf.gf_interface = gf32.gf_interface; in compat_ip_get_mcast_msfilter()
1487 gf.gf_fmode = gf32.gf_fmode; in compat_ip_get_mcast_msfilter()
1488 num = gf.gf_numsrc = gf32.gf_numsrc; in compat_ip_get_mcast_msfilter()
1489 gf.gf_group = gf32.gf_group; in compat_ip_get_mcast_msfilter()
1491 err = ip_mc_gsfget(sk, &gf, optval, in compat_ip_get_mcast_msfilter()
1495 if (gf.gf_numsrc < num) in compat_ip_get_mcast_msfilter()
1496 num = gf.gf_numsrc; in compat_ip_get_mcast_msfilter()
1497 len = GROUP_FILTER_SIZE(num) - (sizeof(gf) - sizeof(gf32)); in compat_ip_get_mcast_msfilter()
1500 &gf.gf_fmode, sizeof(gf.gf_fmode)) || in compat_ip_get_mcast_msfilter()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h358 # define xfs_rtgroup_lock(rtg, gf) ((void)0) argument
359 # define xfs_rtgroup_unlock(rtg, gf) ((void)0) argument
360 # define xfs_rtgroup_trans_join(tp, rtg, gf) ((void)0) argument
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.h31 u32 gf:1; member
/linux/drivers/net/wireless/intel/iwlwifi/
H A DMakefile28 iwlwifi-$(CONFIG_IWLMVM) += cfg/rf-jf.o cfg/rf-hr.o cfg/rf-gf.o
/linux/arch/s390/include/asm/
H A Dap.h301 unsigned int gf : 2; /* gisa format */ member
/linux/kernel/rcu/
H A Dtree.c2067 int gf = 0; in rcu_gp_fqs_loop() local
2074 gf = RCU_GP_FLAG_OVLD; in rcu_gp_fqs_loop()
2096 rcu_gp_fqs_check_wake(&gf), j); in rcu_gp_fqs_loop()
2114 (gf & (RCU_GP_FLAG_FQS | RCU_GP_FLAG_OVLD))) { in rcu_gp_fqs_loop()
2118 gf = 0; in rcu_gp_fqs_loop()
2121 gf = rcu_state.cbovld ? RCU_GP_FLAG_OVLD : 0; in rcu_gp_fqs_loop()
2142 gf = 0; in rcu_gp_fqs_loop()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.h363 u32 gf:1; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.h361 u32 gf:1; member
/linux/drivers/staging/rtl8723bs/include/
H A Drtl8723b_xmit.h72 u32 gf:1; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.h478 u32 gf:1; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.h472 u32 gf:1; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.h563 u32 gf:1; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.h627 u32 gf:1; member
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h176 u32 gf:1; member
248 u32 gf:1;
/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c511 aqic_gisa.gf, aqic_gisa.gisa, aqic_gisa.isc, in vfio_ap_irq_enable()