| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/ |
| H A D | sungem.c | 117 static u16 __sungem_phy_read(struct gem *gp, int phy_addr, int reg) in __sungem_phy_read() 145 struct gem *gp = netdev_priv(dev); in _sungem_phy_read() local 149 static inline u16 sungem_phy_read(struct gem *gp, int reg) in sungem_phy_read() 154 static void __sungem_phy_write(struct gem *gp, int phy_addr, int reg, u16 val) in __sungem_phy_write() 178 struct gem *gp = netdev_priv(dev); in _sungem_phy_write() local 182 static inline void sungem_phy_write(struct gem *gp, int reg, u16 val) in sungem_phy_write() 187 static inline void gem_enable_ints(struct gem *gp) in gem_enable_ints() 193 static inline void gem_disable_ints(struct gem *gp) in gem_disable_ints() 200 static void gem_get_cell(struct gem *gp) in gem_get_cell() 214 static void gem_put_cell(struct gem *gp) in gem_put_cell() [all …]
|
| /OK3568_Linux_fs/kernel/net/phonet/ |
| H A D | pep-gprs.c | 51 static void gprs_writeable(struct gprs_dev *gp) in gprs_writeable() 65 struct gprs_dev *gp = sk->sk_user_data; in gprs_state_change() local 75 static int gprs_recv(struct gprs_dev *gp, struct sk_buff *skb) in gprs_recv() 138 struct gprs_dev *gp = sk->sk_user_data; in gprs_data_ready() local 149 struct gprs_dev *gp = sk->sk_user_data; in gprs_write_space() local 161 struct gprs_dev *gp = netdev_priv(dev); in gprs_open() local 175 struct gprs_dev *gp = netdev_priv(dev); in gprs_xmit() local 240 struct gprs_dev *gp; in gprs_attach() local 293 struct gprs_dev *gp = sk->sk_user_data; in gprs_detach() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_nested.c | 445 static void kvmhv_set_nested_ptbl(struct kvm_nested_guest *gp) in kvmhv_set_nested_ptbl() 496 struct kvm_nested_guest *gp; in kvmhv_copy_tofrom_guest_nested() local 568 static void kvmhv_update_ptbl_cache(struct kvm_nested_guest *gp) in kvmhv_update_ptbl_cache() 595 struct kvm_nested_guest *gp; in kvmhv_alloc_nested() local 627 static void kvmhv_release_nested(struct kvm_nested_guest *gp) in kvmhv_release_nested() 646 static void kvmhv_remove_nested(struct kvm_nested_guest *gp) in kvmhv_remove_nested() 677 struct kvm_nested_guest *gp; in kvmhv_release_all_nested() local 707 static void kvmhv_flush_nested(struct kvm_nested_guest *gp) in kvmhv_flush_nested() 723 struct kvm_nested_guest *gp, *newgp; in kvmhv_get_nested() local 762 void kvmhv_put_nested(struct kvm_nested_guest *gp) in kvmhv_put_nested() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-armada100/ |
| H A D | gpio.h | 21 #define GPIO_TO_REG(gp) (gp >> 5) argument 22 #define GPIO_TO_BIT(gp) (1 << (gp & 0x1F)) argument 23 #define GPIO_VAL(gp, val) ((val >> (gp & 0x1F)) & 0x01) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl12xx/ |
| H A D | cmd.c | 52 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
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcpbpf_kern.c | 34 struct tcpbpf_globals g, *gp; in update_event_map() local 120 struct tcpbpf_globals g, *gp; in bpf_testcb() local 160 struct tcpbpf_globals g, *gp; in bpf_testcb() local
|
| H A D | test_tcpnotify_kern.c | 65 struct tcpnotify_globals g, *gp; in bpf_testcb() local
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | sunxvr1000.c | 29 static int gfb_get_props(struct gfb_info *gp) in gfb_get_props() 70 static int gfb_set_fbinfo(struct gfb_info *gp) in gfb_set_fbinfo() 119 struct gfb_info *gp; in gfb_probe() local
|
| /OK3568_Linux_fs/kernel/sound/ppc/ |
| H A D | tumbler.c | 158 #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() 718 struct pmac_gpio *gp; in tumbler_get_mute_switch() local 742 struct pmac_gpio *gp; in tumbler_put_mute_switch() local 943 static void check_mute(struct snd_pmac *chip, struct pmac_gpio *gp, int val, int do_notify, in check_mute() 1084 struct pmac_gpio *gp, int is_compatible) in tumbler_find_device()
|
| /OK3568_Linux_fs/kernel/drivers/input/gameport/ |
| H A D | fm801-gp.c | 67 struct fm801_gp *gp; in fm801_gp_probe() local 118 struct fm801_gp *gp = pci_get_drvdata(pci); in fm801_gp_remove() local
|
| /OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/ |
| H A D | mod_gadget.c | 94 #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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_defer_bind.c | 207 _mali_osk_errcode_t mali_mem_defer_bind(struct mali_gp_job *gp, in mali_mem_defer_bind() 255 void mali_mem_defer_dmem_free(struct mali_gp_job *gp) in mali_mem_defer_dmem_free()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/include/mach/ |
| H A D | gpio.h | 62 #define GPIO_BANK(gp) (davinci_gpio_bank01 + ((gp) >> 5)) argument 63 #define GPIO_BIT(gp) ((gp) & 0x1F) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-eeprom-read.c | 128 u32 gp = iwl_read32(trans, CSR_EEPROM_GP) & CSR_EEPROM_GP_VALID_MSK; in iwl_eeprom_verify_signature() local 349 u32 gp = iwl_read32(trans, CSR_EEPROM_GP); in iwl_read_eeprom() local
|
| /OK3568_Linux_fs/kernel/arch/ia64/hp/common/ |
| H A D | aml_nfw.c | 38 void *gp; member 49 u64 gp; member
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | types.h | 28 unsigned long gp; member
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | esi.c | 36 u64 gp; member 42 void *gp; member
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | windfarm_pid.h | 29 s32 gd, gp, gr; /* PID gains */ member 62 s32 gd, gp, gr; /* PID gains */ member
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | regdef.h | 53 #define gp $28 /* global pointer */ macro 96 #define gp $28 /* global pointer - caller saved for PIC */ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | regdef.h | 55 #define gp $28 /* global pointer */ macro 98 #define gp $28 /* global pointer - caller saved for PIC */ macro
|
| H A D | smp-cps.h | 15 unsigned long gp; member
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | ptrace.h | 42 unsigned long gp; /* Global pointer */ member 62 unsigned long gp; member
|
| /OK3568_Linux_fs/kernel/arch/mips/mti-malta/ |
| H A D | malta-amon.c | 43 unsigned long gp, unsigned long a0) in amon_cpu_start()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | warmboot.c | 129 struct apb_misc_gp_ctlr *gp = in warmboot_save_sdram_params() local 193 struct apb_misc_gp_ctlr *gp = in get_major_version() local 245 struct apb_misc_gp_ctlr *gp = in fuse_get_operation_mode() local
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | unwind.c | 102 unsigned long base_addr, unsigned long gp, in unwind_table_init() 146 unsigned long gp, in unwind_table_add()
|