Home
last modified time | relevance | path

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

12

/openbmc/qemu/semihosting/
H A Dguestfd.c47 GuestFD *gf = &g_array_index(guestfd_array, GuestFD, 0); in qemu_semihosting_guestfd_init() local
48 gf[0].type = GuestFDConsole; in qemu_semihosting_guestfd_init()
49 gf[1].type = GuestFDConsole; in qemu_semihosting_guestfd_init()
50 gf[2].type = GuestFDConsole; in qemu_semihosting_guestfd_init()
73 GuestFD *gf = &g_array_index(guestfd_array, GuestFD, i); in alloc_guestfd() local
75 if (gf->type == GuestFDUnused) { in alloc_guestfd()
85 static void do_dealloc_guestfd(GuestFD *gf) in do_dealloc_guestfd() argument
87 gf->type = GuestFDUnused; in do_dealloc_guestfd()
114 GuestFD *gf = do_get_guestfd(guestfd); in get_guestfd() local
116 if (!gf || gf->type == GuestFDUnused) { in get_guestfd()
[all …]
H A Dsyscalls.c147 GuestFD *gf) in gdb_close() argument
149 gdb_do_syscall(complete, "close,%x", (uint32_t)gf->hostfd); in gdb_close()
153 GuestFD *gf, target_ulong buf, target_ulong len) in gdb_read() argument
156 (uint32_t)gf->hostfd, (uint64_t)buf, (uint64_t)len); in gdb_read()
160 GuestFD *gf, target_ulong buf, target_ulong len) in gdb_write() argument
163 (uint32_t)gf->hostfd, (uint64_t)buf, (uint64_t)len); in gdb_write()
167 GuestFD *gf, int64_t off, int gdb_whence) in gdb_lseek() argument
170 (uint32_t)gf->hostfd, off, (uint32_t)gdb_whence); in gdb_lseek()
174 GuestFD *gf) in gdb_isatty() argument
176 gdb_do_syscall(complete, "isatty,%x", (uint32_t)gf->hostfd); in gdb_isatty()
[all …]
/openbmc/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 …]
/openbmc/linux/drivers/clk/rockchip/
H A Dclk.h551 df, go, gs, gf) \ argument
568 .gate_flags = gf, \
572 mf, do, ds, dw, df, go, gs, gf) \ argument
590 .gate_flags = gf, \
594 go, gs, gf) \ argument
608 .gate_flags = gf, \
612 df, dt, go, gs, gf) \ argument
627 .gate_flags = gf, \
631 go, gs, gf) \ argument
645 .gate_flags = gf, \
[all …]
H A Dclk-rk3588.c32 #define GATE_LINK(_id, cname, pname, linkname, f, o, b, gf) \ argument
33 GATE(_id, cname, pname, f, o, b, gf)
/openbmc/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()
/openbmc/linux/drivers/parisc/
H A Dgsc.c210 struct gsc_fixup_struct *gf = data; in gsc_fixup_irqs_callback() local
215 gsc_fixup_irqs(padev, gf->ctrl, gf->choose_irq); in gsc_fixup_irqs_callback()
216 gf->choose_irq(padev, gf->ctrl); in gsc_fixup_irqs_callback()
/openbmc/linux/net/ipv6/
H A Dipv6_sockglue.c1090 struct group_filter gf; in compat_ipv6_get_msfilter() local
1099 gf.gf_interface = gf32.gf_interface; in compat_ipv6_get_msfilter()
1100 gf.gf_fmode = gf32.gf_fmode; in compat_ipv6_get_msfilter()
1101 num = gf.gf_numsrc = gf32.gf_numsrc; in compat_ipv6_get_msfilter()
1102 gf.gf_group = gf32.gf_group; in compat_ipv6_get_msfilter()
1104 if (gf.gf_group.ss_family != AF_INET6) in compat_ipv6_get_msfilter()
1108 err = ip6_mc_msfget(sk, &gf, optval, size0); in compat_ipv6_get_msfilter()
1112 if (num > gf.gf_numsrc) in compat_ipv6_get_msfilter()
1113 num = gf.gf_numsrc; in compat_ipv6_get_msfilter()
1114 len = GROUP_FILTER_SIZE(num) - (sizeof(gf)-sizeof(gf32)); in compat_ipv6_get_msfilter()
[all …]
/openbmc/linux/drivers/clk/samsung/
H A Dclk.h212 #define __GATE(_id, cname, pname, o, b, f, gf) \ argument
220 .gate_flags = gf, \
223 #define GATE(_id, cname, pname, o, b, f, gf) \ argument
224 __GATE(_id, cname, pname, o, b, f, gf)
/openbmc/qemu/include/semihosting/
H A Dsyscalls.h36 GuestFD *gf, target_ulong buf, target_ulong len);
42 GuestFD *gf, target_ulong buf, target_ulong len);
/openbmc/u-boot/doc/
H A DREADME.blackfin28 http://blackfin.uclinux.org/gf/project/u-boot
39 http://blackfin.uclinux.org/gf/project/toolchain
/openbmc/linux/net/ipv4/
H A Dip_sockglue.c1484 struct group_filter gf; in compat_ip_get_mcast_msfilter() local
1493 gf.gf_interface = gf32.gf_interface; in compat_ip_get_mcast_msfilter()
1494 gf.gf_fmode = gf32.gf_fmode; in compat_ip_get_mcast_msfilter()
1495 num = gf.gf_numsrc = gf32.gf_numsrc; in compat_ip_get_mcast_msfilter()
1496 gf.gf_group = gf32.gf_group; in compat_ip_get_mcast_msfilter()
1498 err = ip_mc_gsfget(sk, &gf, optval, in compat_ip_get_mcast_msfilter()
1502 if (gf.gf_numsrc < num) in compat_ip_get_mcast_msfilter()
1503 num = gf.gf_numsrc; in compat_ip_get_mcast_msfilter()
1504 len = GROUP_FILTER_SIZE(num) - (sizeof(gf) - sizeof(gf32)); in compat_ip_get_mcast_msfilter()
1507 &gf.gf_fmode, sizeof(gf.gf_fmode)) || in compat_ip_get_mcast_msfilter()
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dap.h279 unsigned int gf : 2; /* gisa format */ member
/openbmc/linux/kernel/rcu/
H A Dtree.c1635 int gf = 0; in rcu_gp_fqs_loop() local
1642 gf = RCU_GP_FLAG_OVLD; in rcu_gp_fqs_loop()
1664 rcu_gp_fqs_check_wake(&gf), j); in rcu_gp_fqs_loop()
1682 (gf & (RCU_GP_FLAG_FQS | RCU_GP_FLAG_OVLD))) { in rcu_gp_fqs_loop()
1686 gf = 0; in rcu_gp_fqs_loop()
1689 gf = rcu_state.cbovld ? RCU_GP_FLAG_OVLD : 0; in rcu_gp_fqs_loop()
1710 gf = 0; in rcu_gp_fqs_loop()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.h419 u32 gf:1; member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.h361 u32 gf:1; member
/openbmc/linux/drivers/uio/
H A DKconfig137 https://gforge.ti.com/gf/project/pru_sw/
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.h363 u32 gf:1; member
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtl8723b_xmit.h72 u32 gf:1; member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.h478 u32 gf:1; member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.h472 u32 gf:1; member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.h627 u32 gf:1; member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.h563 u32 gf:1; member
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h174 u32 gf:1; member
246 u32 gf:1;
/openbmc/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c496 aqic_gisa.gf, aqic_gisa.gisa, aqic_gisa.isc, in vfio_ap_irq_enable()

12