Searched refs:entryp (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dinfo.h139 struct snd_info_entry **entryp);
174 struct snd_info_entry **entryp) { return -EINVAL; }
173 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dswapops.h124 static inline void make_migration_entry_read(swp_entry_t *entryp) { } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas.c948 const u32 *basep, *entryp, *sizep; local
955 entryp = of_get_property(rtas.dev,
957 if (entryp == NULL) /* Ugh */
960 rtas.entry = *entryp;
986 u32 *basep, *entryp, *sizep; local
992 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL);
995 if (basep && entryp && sizep) {
997 rtas.entry = *entryp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c390 u_int32_t *entryp, gen, id, indx, ndx, nentries, *tmpmap; local
640 entryp = bitmap + (nentries * dd);
641 OR_MAP(entryp, tmpmap, nentries);
650 if (ISSET_MAP(entryp, dd))
652 CLR_MAP(entryp, dd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dinfo.c882 * @entryp: the pointer to store the new info entry
899 struct snd_info_entry **entryp)
916 if (entryp)
917 *entryp = entry;
898 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) argument

Completed in 46 milliseconds