/openbmc/qemu/semihosting/ |
H A D | guestfd.c | 47 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 D | syscalls.c | 147 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 D | physmap-gemini.c | 57 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 D | clk.h | 551 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 D | clk-rk3588.c | 32 #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 D | speedstep-ich.c | 292 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 D | gsc.c | 210 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 D | ipv6_sockglue.c | 1090 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 D | clk.h | 212 #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 D | syscalls.h | 36 GuestFD *gf, target_ulong buf, target_ulong len); 42 GuestFD *gf, target_ulong buf, target_ulong len);
|
/openbmc/u-boot/doc/ |
H A D | README.blackfin | 28 http://blackfin.uclinux.org/gf/project/u-boot 39 http://blackfin.uclinux.org/gf/project/toolchain
|
/openbmc/linux/net/ipv4/ |
H A D | ip_sockglue.c | 1484 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 D | ap.h | 279 unsigned int gf : 2; /* gisa format */ member
|
/openbmc/linux/kernel/rcu/ |
H A D | tree.c | 1635 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 D | trx.h | 419 u32 gf:1; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | trx.h | 361 u32 gf:1; member
|
/openbmc/linux/drivers/uio/ |
H A D | Kconfig | 137 https://gforge.ti.com/gf/project/pru_sw/
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | trx.h | 363 u32 gf:1; member
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtl8723b_xmit.h | 72 u32 gf:1; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | trx.h | 478 u32 gf:1; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | trx.h | 472 u32 gf:1; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | trx.h | 627 u32 gf:1; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | trx.h | 563 u32 gf:1; member
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu.h | 174 u32 gf:1; member 246 u32 gf:1;
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 496 aqic_gisa.gf, aqic_gisa.gisa, aqic_gisa.isc, in vfio_ap_irq_enable()
|