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

/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A DMacExtensions.h67 AfpInfo afp; member in struct:_SambaAfpInfo
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinterface.c750 struct aftype **afp; local
757 afp = aftypes;
758 while (*afp != NULL) {
759 if (!strcmp((*afp)->name, name))
760 return (*afp);
761 afp++;
772 struct aftype **afp; local
779 afp = aftypes;
780 while (*afp != NULL) {
781 if ((*afp)
791 struct aftype **afp; local
812 struct aftype **afp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c785 struct aftype **afp; local
792 afp = aftypes;
793 while (*afp != NULL) {
794 if (!strcmp((*afp)->name, name))
795 return (*afp);
796 afp++;
807 struct aftype **afp; local
814 afp = aftypes;
815 while (*afp != NULL) {
816 if ((*afp)
826 struct aftype **afp; local
847 struct aftype **afp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Daudio.c1595 static unsigned int format_goodness(struct audioformat *afp, unsigned int app, argument
1598 unsigned int sratelo=afp->sratelo;
1599 unsigned int sratehi=afp->sratehi;
1600 unsigned int dev=afp->format;
1638 static int find_format(struct audioformat *afp, unsigned int nr, argument
1646 g = format_goodness(&afp[i], fmt, srate);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Didt77252.c2076 u16 afp; local
2078 afp = idt77252_int_to_atmfp(pcr < 0 ? -pcr : pcr);
2080 return rate_to_log[(afp >> 5) & 0x1ff];
2081 return rate_to_log[((afp >> 5) + 1) & 0x1ff];

Completed in 82 milliseconds