Home
last modified time | relevance | path

Searched defs:gp (Results 1 – 25 of 155) sorted by relevance

1234567

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsungem.c145 struct gem *gp = netdev_priv(dev); in _sungem_phy_read() local
178 struct gem *gp = netdev_priv(dev); in _sungem_phy_write() local
927 struct gem *gp = netdev_priv(dev); in gem_interrupt() local
954 struct gem *gp = netdev_priv(dev); in gem_tx_timeout() local
982 struct gem *gp = netdev_priv(dev); in gem_start_xmit() local
2131 struct gem *gp = netdev_priv(dev); in gem_do_start() local
2170 struct gem *gp = netdev_priv(dev); in gem_do_stop() local
2262 struct gem *gp = netdev_priv(dev); in gem_open() local
2291 struct gem *gp = netdev_priv(dev); in gem_close() local
2309 struct gem *gp = netdev_priv(dev); in gem_suspend() local
[all …]
/openbmc/linux/net/phonet/
H A Dpep-gprs.c53 static void gprs_writeable(struct gprs_dev *gp) in gprs_writeable()
67 struct gprs_dev *gp = sk->sk_user_data; in gprs_state_change() local
77 static int gprs_recv(struct gprs_dev *gp, struct sk_buff *skb) in gprs_recv()
140 struct gprs_dev *gp = sk->sk_user_data; in gprs_data_ready() local
153 struct gprs_dev *gp = sk->sk_user_data; in gprs_write_space() local
165 struct gprs_dev *gp = netdev_priv(dev); in gprs_open() local
179 struct gprs_dev *gp = netdev_priv(dev); in gprs_xmit() local
244 struct gprs_dev *gp; in gprs_attach() local
297 struct gprs_dev *gp = sk->sk_user_data; in gprs_detach() local
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c560 struct kvm_nested_guest *gp; in kvmhv_copy_tofrom_guest_nested() local
688 struct kvm_nested_guest *gp; in kvmhv_alloc_nested() local
765 struct kvm_nested_guest *gp; in kvmhv_release_all_nested() local
864 struct kvm_nested_guest *gp; in find_kvm_nested_guest_pte() local
966 struct kvm_nested_guest *gp; in kvmhv_remove_nest_rmap() local
1036 struct kvm_nested_guest *gp, in kvmhv_invalidate_shadow_pte()
1098 struct kvm_nested_guest *gp; in kvmhv_emulate_tlbie_tlb_addr() local
1164 struct kvm_nested_guest *gp; in kvmhv_emulate_tlbie_all_lpid() local
1180 struct kvm_nested_guest *gp; in kvmhv_emulate_priv_tlbie() local
1254 struct kvm_nested_guest *gp; in do_tlb_invalidate_nested_all() local
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/
H A Dgpio.h20 #define GPIO_TO_REG(gp) (gp >> 5) argument
21 #define GPIO_TO_BIT(gp) (1 << (gp & 0x1F)) argument
22 #define GPIO_VAL(gp, val) ((val >> (gp & 0x1F)) & 0x01) argument
/openbmc/linux/drivers/net/wireless/ti/wl12xx/
H A Dcmd.c52 struct wl1271_ini_general_params *gp = in wl1271_cmd_general_parms() local
119 struct wl128x_ini_general_params *gp = in wl128x_cmd_general_parms() local
188 struct wl1271_ini_general_params *gp = &nvs->general_params; in wl1271_cmd_radio_parms() local
232 struct wl128x_ini_general_params *gp = &nvs->general_params; in wl128x_cmd_radio_parms() local
/openbmc/linux/drivers/video/fbdev/
H A Dsunxvr1000.c30 static int gfb_get_props(struct gfb_info *gp) in gfb_get_props()
69 static int gfb_set_fbinfo(struct gfb_info *gp) in gfb_set_fbinfo()
117 struct gfb_info *gp; in gfb_probe() local
/openbmc/linux/drivers/input/gameport/
H A Dfm801-gp.c67 struct fm801_gp *gp; in fm801_gp_probe() local
118 struct fm801_gp *gp = pci_get_drvdata(pci); in fm801_gp_remove() local
/openbmc/linux/sound/ppc/
H A Dtumbler.c158 #define do_gpio_write(gp, val) \ argument
160 #define do_gpio_read(gp) \ argument
162 #define tumbler_gpio_free(gp) /* NOP */ argument
164 static void write_audio_gpio(struct pmac_gpio *gp, int active) in write_audio_gpio()
173 static int check_audio_gpio(struct pmac_gpio *gp) in check_audio_gpio()
185 static int read_audio_gpio(struct pmac_gpio *gp) in read_audio_gpio()
726 struct pmac_gpio *gp; in tumbler_get_mute_switch() local
751 struct pmac_gpio *gp; in tumbler_put_mute_switch() local
953 static void check_mute(struct snd_pmac *chip, struct pmac_gpio *gp, int val, int do_notify, in check_mute()
1092 struct pmac_gpio *gp, int is_compatible) in tumbler_find_device()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod_gadget.c94 #define usbhsg_gpriv_to_dev(gp) usbhs_priv_to_dev((gp)->mod.priv) argument
95 #define usbhsg_gpriv_to_priv(gp) ((gp)->mod.priv) argument
96 #define usbhsg_gpriv_to_dcp(gp) ((gp)->uep) argument
97 #define usbhsg_gpriv_to_nth_uep(gp, i) ((gp)->uep + i) argument
107 #define usbhsg_is_not_connected(gp) ((gp)->gadget.speed == USB_SPEED_UNKNOWN) argument
110 #define usbhsg_status_init(gp) do {(gp)->status = 0; } while (0) argument
111 #define usbhsg_status_set(gp, b) (gp->status |= b) argument
112 #define usbhsg_status_clr(gp, b) (gp->status &= ~b) argument
113 #define usbhsg_status_has(gp, b) (gp->status & b) argument
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-read.c70 u32 gp = iwl_read32(trans, CSR_EEPROM_GP) & CSR_EEPROM_GP_VALID_MSK; in iwl_eeprom_verify_signature() local
291 u32 gp = iwl_read32(trans, CSR_EEPROM_GP); in iwl_read_eeprom() local
/openbmc/linux/arch/ia64/include/asm/
H A Dtypes.h28 unsigned long gp; member
/openbmc/openbmc-test-automation/templates/
H A Dpgm_template.py7 import gen_print as gp namespace
/openbmc/openbmc-test-automation/gui/lib/
H A Dutils_get_version.py6 import gen_print as gp namespace
/openbmc/openbmc-test-automation/lib/
H A Dtftp_update_utils.py7 import gen_print as gp # NOQA namespace
H A Dfunc_args.py9 import gen_print as gp namespace
H A Dlogging_utils.py11 import gen_print as gp namespace
H A Dgen_robot_keyword.py7 import gen_print as gp namespace
H A Dopenbmc_ffdc.py9 import gen_print as gp namespace
H A Dgen_robot_print.py11 import gen_print as gp namespace
/openbmc/linux/arch/ia64/hp/common/
H A Daml_nfw.c38 void *gp; member
49 u64 gp; member
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c63 struct tcpnotify_globals g, *gp; in bpf_testcb() local
/openbmc/linux/arch/ia64/kernel/
H A Desi.c36 u64 gp; member
42 void *gp; member
/openbmc/openbmc-test-automation/extended/
H A Drun_keyword.py9 import gen_print as gp namespace
/openbmc/linux/drivers/macintosh/
H A Dwindfarm_pid.h32 s32 gd, gp, gr; /* PID gains */ member
65 s32 gd, gp, gr; /* PID gains */ member
/openbmc/linux/arch/mips/include/asm/
H A Dregdef.h55 #define gp $28 /* global pointer */ macro
98 #define gp $28 /* global pointer - caller saved for PIC */ macro

1234567