Searched refs:gp (Results 101 - 125 of 131) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A DMakefile.in46 am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
47 $(top_srcdir)/m4m/gp-config-msg.m4 \
48 $(top_srcdir)/m4m/gp-documentation.m4 \
49 $(top_srcdir)/m4m/gp-gettext-hack.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/test/
H A DMakefile.in45 am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
46 $(top_srcdir)/m4m/gp-config-msg.m4 \
47 $(top_srcdir)/m4m/gp-documentation.m4 \
48 $(top_srcdir)/m4m/gp-gettext-hack.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/boot/
H A Dfw-emu.c341 sal_ed->gp = __pa(sal_desc[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dptrace.c52 * | gp, a0, a1, a2) | |
90 PT_REG( r28), PT_REG( gp), -1, -1,
H A Dsignal.c270 err |= __get_user(regs->gp, sc->sc_regs+29);
415 err |= __put_user(regs->gp , sc->sc_regs+29);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dtrident.c4308 struct gameport *gp; local
4310 card->gameport = gp = gameport_allocate_port();
4311 if (!gp) {
4316 gameport_set_name(gp, "Trident 4DWave");
4317 gameport_set_phys(gp, "pci%s/gameport0", pci_name(card->pci_dev));
4318 gp->read = trident_game_read;
4319 gp->trigger = trident_game_trigger;
4320 gp->cooked_read = trident_game_cooked_read;
4321 gp->open = trident_game_open;
4322 gp
[all...]
H A Des1371.c2800 struct gameport *gp; local
2812 s->gameport = gp = gameport_allocate_port();
2813 if (!gp) {
2819 gameport_set_name(gp, "ESS1371 Gameport");
2820 gameport_set_phys(gp, "isa%04x/gameport0", gpio);
2821 gp->dev.parent = &s->dev->dev;
2822 gp->io = gpio;
2827 gameport_register_port(gp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Dcs46xx_lib.c2672 struct gameport *gp; local
2674 chip->gameport = gp = gameport_allocate_port();
2675 if (!gp) {
2680 gameport_set_name(gp, "CS46xx Gameport");
2681 gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci));
2682 gameport_set_dev_parent(gp, &chip->pci->dev);
2683 gameport_set_port_data(gp, chip);
2685 gp->open = snd_cs46xx_gameport_open;
2686 gp->read = snd_cs46xx_gameport_read;
2687 gp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dens1370.c1816 struct gameport *gp; local
1844 ensoniq->gameport = gp = gameport_allocate_port();
1845 if (!gp) {
1851 gameport_set_name(gp, "ES137x");
1852 gameport_set_phys(gp, "pci%s/gameport0", pci_name(ensoniq->pci));
1853 gameport_set_dev_parent(gp, &ensoniq->pci->dev);
1854 gp->io = io_port;
H A Dcmipci.c2660 struct gameport *gp; local
2684 cm->gameport = gp = gameport_allocate_port();
2685 if (!gp) {
2690 gameport_set_name(gp, "C-Media Gameport");
2691 gameport_set_phys(gp, "pci%s/gameport0", pci_name(cm->pci));
2692 gameport_set_dev_parent(gp, &cm->pci->dev);
2693 gp->io = io_port;
2694 gameport_set_port_data(gp, r);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c1104 scb->gp = 0;
2373 kioc = (uioc_t *)scb->gp;
2720 kioc = (uioc_t *)scb->gp;
3606 scb->gp = 0;
3752 scb->gp = (unsigned long)kioc;
3846 kioc = (uioc_t *)scb->gp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dgate.S218 ld8 gp=[r17] // get signal handler's global pointer
H A Dmca_drv.c535 pmsa->pmsa_gr[1-1] = mca_hdlr_bh->gp;
H A Dunwind.c2069 unsigned long gp, const void *table_start, const void *table_end)
2075 table->gp = gp;
2083 unw_add_unwind_table (const char *name, unsigned long segment_base, unsigned long gp,
2100 init_unwind_table(table, name, segment_base, gp, table_start, table_end);
2065 init_unwind_table(struct unw_table *table, const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) argument
2080 unw_add_unwind_table(const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) argument
H A Dentry.S1277 mov loc2=gp // save gp across indirect function call
1279 ld8 gp=[in0]
1282 1: mov gp=loc2 // restore gp
H A Dmca.c1827 ia64_tpa(mca_hldlr_ptr->gp),
1836 IA64_MCA_DEBUG("%s: registered OS MCA handler with SAL at 0x%lx, gp = 0x%lx\n", __FUNCTION__,
1837 ia64_mc_info.imi_mca_handler, ia64_tpa(mca_hldlr_ptr->gp));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dmipsinc.h61 #define gp $28 /* global pointer */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dentry.S194 sst.w gp, PTO+PT_GPR(GPR_GP)[ep]; \
202 sld.w PTO+PT_GPR(GPR_GP)[ep], gp; \
397 the C compiler are restored (that is, R3(sp), R4(gp), R31(lp), and
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A DMakefile.in44 am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
45 $(top_srcdir)/m4m/gp-config-msg.m4 \
46 $(top_srcdir)/m4m/gp-documentation.m4 \
47 $(top_srcdir)/m4m/gp-gettext-hack.m4 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dconfigure1572 s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
1573 s%ac_d%ac_u%gp
1574 s%ac_u%ac_e%gp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dsetup.c185 __va(ep->gp));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_aout.c453 regs->gp = ex.a_gpvalue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dassembly.h86 gp = 27
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsal.h169 u64 gp; member in struct:ia64_sal_desc_entry_point
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dconfigure2463 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
2464 s%ac_d%ac_u%gp
2465 s%ac_u%ac_e%gp

Completed in 256 milliseconds

123456