Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sun/
Dsungem.c118 static u16 __sungem_phy_read(struct gem *gp, int phy_addr, int reg) in __sungem_phy_read()
146 struct gem *gp = netdev_priv(dev); in _sungem_phy_read() local
150 static inline u16 sungem_phy_read(struct gem *gp, int reg) in sungem_phy_read()
155 static void __sungem_phy_write(struct gem *gp, int phy_addr, int reg, u16 val) in __sungem_phy_write()
179 struct gem *gp = netdev_priv(dev); in _sungem_phy_write() local
183 static inline void sungem_phy_write(struct gem *gp, int reg, u16 val) in sungem_phy_write()
188 static inline void gem_enable_ints(struct gem *gp) in gem_enable_ints()
194 static inline void gem_disable_ints(struct gem *gp) in gem_disable_ints()
201 static void gem_get_cell(struct gem *gp) in gem_get_cell()
215 static void gem_put_cell(struct gem *gp) in gem_put_cell()
[all …]
Dsungem.h878 #define RXDCTRL_FRESH(gp) \ argument
938 #define RX_BUF_ALLOC_SIZE(gp) ((gp)->rx_buf_sz + 28 + RX_OFFSET + 64) argument
1024 #define found_mii_phy(gp) ((gp->phy_type == phy_mii_mdio0 || gp->phy_type == phy_mii_mdio1) && \ argument
/linux-4.4.14/net/phonet/
Dpep-gprs.c64 static void gprs_writeable(struct gprs_dev *gp) in gprs_writeable()
78 struct gprs_dev *gp = sk->sk_user_data; in gprs_state_change() local
88 static int gprs_recv(struct gprs_dev *gp, struct sk_buff *skb) in gprs_recv()
151 struct gprs_dev *gp = sk->sk_user_data; in gprs_data_ready() local
162 struct gprs_dev *gp = sk->sk_user_data; in gprs_write_space() local
174 struct gprs_dev *gp = netdev_priv(dev); in gprs_open() local
188 struct gprs_dev *gp = netdev_priv(dev); in gprs_xmit() local
261 struct gprs_dev *gp; in gprs_attach() local
314 struct gprs_dev *gp = sk->sk_user_data; in gprs_detach() local
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
Dcmd.c66 struct wl1271_ini_general_params *gp = in wl1271_cmd_general_parms() local
133 struct wl128x_ini_general_params *gp = in wl128x_cmd_general_parms() local
202 struct wl1271_ini_general_params *gp = &nvs->general_params; in wl1271_cmd_radio_parms() local
246 struct wl128x_ini_general_params *gp = &nvs->general_params; in wl128x_cmd_radio_parms() local
/linux-4.4.14/drivers/video/fbdev/
Dsunxvr1000.c28 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()
118 struct gfb_info *gp; in gfb_probe() local
179 struct gfb_info *gp = info->par; in gfb_remove() local
/linux-4.4.14/drivers/input/gameport/
Dfm801-gp.c82 struct fm801_gp *gp; in fm801_gp_probe() local
133 struct fm801_gp *gp = pci_get_drvdata(pci); in fm801_gp_remove() local
/linux-4.4.14/sound/ppc/
Dtumbler.c172 #define do_gpio_write(gp, val) \ argument
174 #define do_gpio_read(gp) \ argument
176 #define tumbler_gpio_free(gp) /* NOP */ argument
178 static void write_audio_gpio(struct pmac_gpio *gp, int active) in write_audio_gpio()
187 static int check_audio_gpio(struct pmac_gpio *gp) in check_audio_gpio()
199 static int read_audio_gpio(struct pmac_gpio *gp) in read_audio_gpio()
732 struct pmac_gpio *gp; in tumbler_get_mute_switch() local
756 struct pmac_gpio *gp; in tumbler_put_mute_switch() local
957 static void check_mute(struct snd_pmac *chip, struct pmac_gpio *gp, int val, int do_notify, in check_mute()
1098 struct pmac_gpio *gp, int is_compatible) in tumbler_find_device()
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_gadget.c101 #define usbhsg_gpriv_to_dev(gp) usbhs_priv_to_dev((gp)->mod.priv) argument
102 #define usbhsg_gpriv_to_priv(gp) ((gp)->mod.priv) argument
103 #define usbhsg_gpriv_to_dcp(gp) ((gp)->uep) argument
104 #define usbhsg_gpriv_to_nth_uep(gp, i) ((gp)->uep + i) argument
114 #define usbhsg_is_not_connected(gp) ((gp)->gadget.speed == USB_SPEED_UNKNOWN) argument
117 #define usbhsg_status_init(gp) do {(gp)->status = 0; } while (0) argument
118 #define usbhsg_status_set(gp, b) (gp->status |= b) argument
119 #define usbhsg_status_clr(gp, b) (gp->status &= ~b) argument
120 #define usbhsg_status_has(gp, b) (gp->status & b) argument
/linux-4.4.14/arch/ia64/include/asm/
Dtypes.h27 unsigned long gp; member
Dmodule.h21 unsigned long gp; /* global-pointer for module */ member
Dmca.h28 unsigned long gp; member
Delf.h231 uint64_t gp; member
Dsal.h171 u64 gp; member
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-eeprom-read.c131 u32 gp = iwl_read32(trans, CSR_EEPROM_GP) & CSR_EEPROM_GP_VALID_MSK; in iwl_eeprom_verify_signature() local
361 u32 gp = iwl_read32(trans, CSR_EEPROM_GP); in iwl_read_eeprom() local
/linux-4.4.14/arch/ia64/hp/common/
Daml_nfw.c41 void *gp; member
52 u64 gp; member
/linux-4.4.14/arch/mips/mti-malta/
Dmalta-amon.c43 unsigned long gp, unsigned long a0) in amon_cpu_start()
/linux-4.4.14/arch/ia64/kernel/
Desi.c39 u64 gp; member
45 void *gp; member
Dmachine_kexec.c90 u64 fp, gp; in ia64_machine_kexec() local
Dsmpboot.c778 unsigned long gp; in init_smp_config() member
Dunwind_i.h51 unsigned long gp; /* global pointer for this load-module */ member
Dmodule.c812 uint64_t gp; in apply_relocate_add() local
Dunwind.c2082 unsigned long gp, const void *table_start, const void *table_end) in init_unwind_table()
2096 unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp, in unw_add_unwind_table()
/linux-4.4.14/arch/mips/include/asm/
Dsmp-cps.h19 unsigned long gp; member
Dregdef.h55 #define gp $28 /* global pointer */ macro
98 #define gp $28 /* global pointer - caller saved for PIC */ macro
Dpmon.h41 #define pmon_cpustart(n, f, sp, gp) debug_vectors->_s.cpustart(n, f, sp, gp) argument
/linux-4.4.14/drivers/macintosh/
Dwindfarm_pid.h30 s32 gd, gp, gr; /* PID gains */ member
63 s32 gd, gp, gr; /* PID gains */ member
Dwindfarm_pm81.c166 s32 gd, gp, gr; member
Dwindfarm_pm121.c364 s32 gp, itarget; member
/linux-4.4.14/arch/nios2/include/asm/
Dptrace.h42 unsigned long gp; /* Global pointer */ member
62 unsigned long gp; member
/linux-4.4.14/arch/mips/kernel/
Dsmp-cmp.c83 struct thread_info *gp = task_thread_info(idle); in cmp_boot_secondary() local
Dsmp-mt.c197 struct thread_info *gp = task_thread_info(idle); in vsmp_boot_secondary() local
Dpm-cps.c85 t8, t9, k0, k1, gp, sp, fp, ra, enumerator
/linux-4.4.14/arch/parisc/kernel/
Dunwind.c95 unsigned long base_addr, unsigned long gp, in unwind_table_init()
138 unsigned long gp, in unwind_table_add()
Dmodule.c835 unsigned long gp; in register_unwind_table() local
/linux-4.4.14/arch/mips/include/asm/mips-boards/
Dlaunch.h9 unsigned long gp; member
/linux-4.4.14/sound/pci/au88x0/
Dau88x0_game.c97 struct gameport *gp; in vortex_gameport_register() local
/linux-4.4.14/arch/arc/include/asm/
Dentry-arcv2.h17 ; Now manually save: r12, sp, fp, gp, r25 variable
/linux-4.4.14/drivers/char/agp/
Duninorth-agp.c153 u32 *gp; in uninorth_insert_memory() local
202 u32 *gp; in uninorth_remove_memory() local
/linux-4.4.14/sound/mips/
Dad1843.c296 const struct ad1843_gain *gp = ad1843_gain[id]; in ad1843_get_gain_max() local
313 const struct ad1843_gain *gp = ad1843_gain[id]; in ad1843_get_gain() local
339 const struct ad1843_gain *gp = ad1843_gain[id]; in ad1843_set_gain() local
/linux-4.4.14/arch/frv/kernel/
Dvmlinux.lds.S107 PROVIDE (gp = _gp); symbol
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dregdef.h40 #define gp $29 /* global pointer */ macro
Dptrace.h47 unsigned long gp; member
/linux-4.4.14/arch/alpha/kernel/
Dcore_wildfire.c185 wildfire_gp *gp; in wildfire_hardware_probe() local
601 wildfire_gp *gp = WILDFIRE_gp(qbbno); in wildfire_dump_gp_regs() local
Dmodule.c153 unsigned long got, gp; in apply_relocate_add() local
Dtraps.c447 unsigned long ps, pc, gp, a0, a1, a2; member
/linux-4.4.14/arch/arm/mach-imx/
Diomux-imx31.c161 void mxc_iomux_set_gpr(enum iomux_gp_func gp, bool en) in mxc_iomux_set_gpr()
/linux-4.4.14/sound/pci/ymfpci/
Dymfpci.c85 struct gameport *gp; in snd_ymfpci_create_gameport() local
/linux-4.4.14/net/802/
Dgarp.c212 struct garp_pdu_hdr *gp; in garp_pdu_init() local
507 const struct garp_pdu_hdr *gp; in garp_pdu_rcv() local
/linux-4.4.14/arch/mips/sgi-ip27/
Dip27-smp.c196 unsigned long gp = (unsigned long)task_thread_info(idle); in ip27_boot_secondary() local
/linux-4.4.14/drivers/lightnvm/
Drrpc.c57 struct rrpc_addr *gp = &rrpc->trans_map[i]; in rrpc_invalidate_range() local
512 struct rrpc_addr *gp; in rrpc_update_map() local
673 struct rrpc_addr *gp; in rrpc_read_ppalist_rq() local
711 struct rrpc_addr *gp; in rrpc_read_rq() local
/linux-4.4.14/drivers/gpio/
Dgpio-da9055.c35 struct gpio_chip gp; member
Dgpio-da9052.c51 struct gpio_chip gp; member
Dgpio-amd8111.c162 static struct amd_gpio gp = { variable
/linux-4.4.14/arch/sparc/kernel/
Dprocess_64.c232 static void __global_reg_poll(struct global_reg_snapshot *gp) in __global_reg_poll()
264 struct global_reg_snapshot *gp; in arch_trigger_all_cpu_backtrace() local
/linux-4.4.14/drivers/atm/
Didt77252.c352 u32 gp; in idt77252_read_gp() local
382 u32 gp; in idt77252_eeprom_read_status() local
416 u32 gp; in idt77252_eeprom_read_byte() local
463 u32 gp; in idt77252_eeprom_write_byte() local
514 u32 gp; in idt77252_eeprom_init() local
/linux-4.4.14/arch/parisc/include/asm/
Delf.h160 __u32 gp; member
168 __u64 gp; member
Dunwind.h46 unsigned long gp; member
/linux-4.4.14/include/sound/
Dcore.h397 #define gameport_set_dev_parent(gp,xdev) ((gp)->dev.parent = (xdev)) argument
398 #define gameport_set_port_data(gp,r) ((gp)->port_data = (r)) argument
399 #define gameport_get_port_data(gp) (gp)->port_data argument
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-std.c190 const struct std_name *ip,*gp; in pvr2_std_id_to_str() local
/linux-4.4.14/arch/x86/um/shared/sysdep/
Dptrace.h59 unsigned long gp[MAX_REG_NR]; member
/linux-4.4.14/arch/arc/include/uapi/asm/
Dptrace.h38 unsigned long status32, ret, blink, fp, gp; member
/linux-4.4.14/arch/mips/fw/cfe/
Dcfe_api.c81 int cfe_cpu_start(int cpu, void (*fn) (void), long sp, long gp, long a1) in cfe_cpu_start()
/linux-4.4.14/arch/hexagon/include/uapi/asm/
Duser.h53 unsigned long gp; member
Dregisters.h59 unsigned long gp; member
/linux-4.4.14/sound/isa/
Dcmi8328.c382 struct gameport *gp = cmi->gameport = gameport_allocate_port(); in snd_cmi8328_probe() local
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dpfunc_base.c97 struct device_node *gparent, *gp; in macio_gpio_init_one() local
/linux-4.4.14/drivers/input/joystick/
Dgrip_mp.c133 static inline int poll_until(u8 onbits, u8 offbits, int u_sec, struct gameport* gp, u8 *data) in poll_until()
/linux-4.4.14/drivers/scsi/megaraid/
Dmega_common.h71 unsigned long gp; member
/linux-4.4.14/arch/powerpc/include/asm/
Dsmu.h632 __s32 gp,gr,gd; member
/linux-4.4.14/drivers/mtd/nand/
Dnandsim.c951 struct grave_page *gp; in parse_gravepages() local
984 struct grave_page *gp; in read_error() local
/linux-4.4.14/drivers/video/fbdev/geode/
Dgxfb.h37 uint32_t gp[GP_REG_COUNT]; member
Dlxfb.h47 uint32_t gp[GP_REG_COUNT]; member
/linux-4.4.14/sound/pci/
Dals4000.c775 struct gameport *gp; in snd_als4000_create_gameport() local
Dsonicvibes.c1190 struct gameport *gp; in snd_sonicvibes_create_gameport() local
Des1938.c1513 struct gameport *gp; in snd_es1938_create_gameport() local
Dazt3328.c1825 struct gameport *gp; in snd_azf3328_gameport() local
Dvia82xx.c1935 struct gameport *gp; in snd_via686_create_gameport() local
Dcs4281.c1263 struct gameport *gp; in snd_cs4281_create_gameport() local
Des1968.c2453 struct gameport *gp; in snd_es1968_create_gameport() local
Dens1370.c1809 struct gameport *gp; in snd_ensoniq_create_gameport() local
Dcmipci.c2867 struct gameport *gp; in snd_cmipci_create_gameport() local
/linux-4.4.14/block/
Dgenhd.c1151 struct gendisk *gp = v; in diskstats_show() local
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.c673 u32 gp = _il_rd(il, CSR_EEPROM_GP) & CSR_EEPROM_GP_VALID_MSK; in il_eeprom_verify_signature() local
717 u32 gp = _il_rd(il, CSR_EEPROM_GP); in il_eeprom_init() local
/linux-4.4.14/sound/pci/trident/
Dtrident_main.c3183 struct gameport *gp; in snd_trident_create_gameport() local
/linux-4.4.14/sound/pci/cs46xx/
Dcs46xx_lib.c2780 struct gameport *gp; in snd_cs46xx_gameport() local