Searched refs:pod (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dpod.c20 #include "pod.h"
124 static void pod_mark_batch_all_dirty(struct usb_line6_pod *pod) argument
129 set_bit(i, pod->param_dirty);
135 static int pod_version_request_async(struct usb_line6_pod *pod) argument
137 return line6_send_raw_message_async(&pod->line6, pod->buffer_versionreq, sizeof(pod_request_version));
142 struct usb_line6_pod *pod = container_of(work, struct usb_line6_pod, create_files_work); local
144 pod_create_files(pod->firmware_version, pod->line6.properties->device_bit, pod
156 struct usb_line6_pod *pod = (struct usb_line6_pod *)arg; local
186 pod_alloc_sysex_buffer(struct usb_line6_pod *pod, int code, int size) argument
194 pod_dump(struct usb_line6_pod *pod, const unsigned char *data) argument
213 pod_store_parameter(struct usb_line6_pod *pod, int param, int value) argument
223 pod_save_button_pressed(struct usb_line6_pod *pod, int type, int index) argument
232 pod_process_message(struct usb_line6_pod *pod) argument
380 pod_midi_postprocess(struct usb_line6_pod *pod, unsigned char *data, int length) argument
402 pod_send_channel(struct usb_line6_pod *pod, int value) argument
415 pod_transmit_parameter(struct usb_line6_pod *pod, int param, int value) argument
450 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
479 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
507 get_name_generic(struct usb_line6_pod *pod, const char *str, char *buf) argument
537 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
549 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
568 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
579 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
590 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
605 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
622 pod_get_system_param(struct usb_line6_pod *pod, char *buf, int code, struct ValueWait *param, int tuner, int sign) argument
668 pod_set_system_param(struct usb_line6_pod *pod, const char *buf, int count, int code, unsigned short mask, int tuner) argument
708 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
724 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
745 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
822 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
836 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
848 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
867 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
879 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
891 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
902 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
989 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
1047 pod_init(struct usb_interface *interface, struct usb_line6_pod *pod) argument
1137 struct usb_line6_pod *pod; local
[all...]
H A Dpod.h195 extern int pod_init(struct usb_interface *interface, struct usb_line6_pod *pod);
196 extern void pod_midi_postprocess(struct usb_line6_pod *pod,
198 extern void pod_process_message(struct usb_line6_pod *pod);
199 extern void pod_receive_parameter(struct usb_line6_pod *pod, int param);
200 extern void pod_transmit_parameter(struct usb_line6_pod *pod, int param,
H A DMakefile13 pod.o \
H A Dcontrol.c17 #include "pod.h"
39 #define POD_PARAM_R(type, param) LINE6_PARAM_R(POD, pod, type, param)
40 #define POD_PARAM_RW(type, param) LINE6_PARAM_RW(POD, pod, type, param)
47 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
48 int retval = line6_wait_dump(&pod->dumpreq, 0);
51 return sprintf(buf, "%d\n", pod->prog_data.control[param]);
58 struct usb_line6_pod *pod = usb_get_intfdata(interface); local
66 pod_transmit_parameter(pod, param, value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dpod2mantest34 if "$pod2man" --section=1 --center=OpenSSL --release=dev pod2mantest.pod | fgrep OpenSSL >/dev/null; then
41 if "$pod2man" --section=1 --center=OpenSSL --release=dev pod2mantest.pod | grep '^MARKER - ' >/dev/null; then
H A Dpod2man.pl9 pod2man - translate embedded Perl pod directives into man pages
25 B<pod2man> converts its input file containing embedded pod directives (see
29 Besides the obvious pod conversions, B<pod2man> also takes care of
184 pod2man --section=7 note.pod > note.7
239 =item Unrecognized pod directive: %s
241 (W) You specified a pod directive that isn't in the known list of
285 # uninstalled newer version's pod files.
380 $name =~ s/\.(pod|p[lm])$//i;
427 next if /^=pod\b/; # It is OK to have =pod befor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2mantest34 if "$pod2man" --section=1 --center=OpenSSL --release=dev pod2mantest.pod | fgrep OpenSSL >/dev/null; then
41 if "$pod2man" --section=1 --center=OpenSSL --release=dev pod2mantest.pod | grep '^MARKER - ' >/dev/null; then
H A Dpod2man.pl9 pod2man - translate embedded Perl pod directives into man pages
25 B<pod2man> converts its input file containing embedded pod directives (see
29 Besides the obvious pod conversions, B<pod2man> also takes care of
184 pod2man --section=7 note.pod > note.7
239 =item Unrecognized pod directive: %s
241 (W) You specified a pod directive that isn't in the known list of
285 # uninstalled newer version's pod files.
380 $name =~ s/\.(pod|p[lm])$//i;
427 next if /^=pod\b/; # It is OK to have =pod befor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dpod2mantest34 if "$pod2man" --section=1 --center=OpenSSL --release=dev pod2mantest.pod | fgrep OpenSSL >/dev/null; then
41 if "$pod2man" --section=1 --center=OpenSSL --release=dev pod2mantest.pod | grep '^MARKER - ' >/dev/null; then
H A Dpod2man.pl9 pod2man - translate embedded Perl pod directives into man pages
25 B<pod2man> converts its input file containing embedded pod directives (see
29 Besides the obvious pod conversions, B<pod2man> also takes care of
184 pod2man --section=7 note.pod > note.7
239 =item Unrecognized pod directive: %s
241 (W) You specified a pod directive that isn't in the known list of
285 # uninstalled newer version's pod files.
380 $name =~ s/\.(pod|p[lm])$//i;
427 next if /^=pod\b/; # It is OK to have =pod befor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/doc/
H A DMakefile2 PODPAGES = $(PROGS-yes:%=doc/%.pod)
25 doc/%.pod: TAG = POD
26 doc/%.pod: doc/%.texi
31 doc/%.1: doc/%.pod
49 $(RM) doc/*.html doc/*.pod doc/*.1 $(CLEANSUFFIXES:%=doc/%)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/
H A DMakefile.custom90 doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
92 docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
94 $(srctree)/docs/busybox_footer.pod \
98 $(Q)-( cat $(srctree)/docs/busybox_header.pod ; \
100 cat $(srctree)/docs/busybox_footer.pod ; ) > docs/busybox.pod
102 docs/BusyBox.txt: docs/busybox.pod
107 docs/BusyBox.1: docs/busybox.pod
119 docs/busybox.net/BusyBox.html: docs/busybox.pod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A DMakefile20 PODPAGES = $(AVPROGS-yes:%=doc/%.pod) $(AVPROGS-yes:%=doc/%-all.pod) $(COMPONENTS-yes:%=doc/%.pod) $(LIBRARIES-yes:%=doc/%.pod)
92 doc/%.pod: TAG = POD
93 doc/%.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
97 doc/%-all.pod: TAG = POD
98 doc/%-all.pod: doc/%.texi $(SRC_PATH)/doc/texi2pod.pl $(GENTEXI)
103 doc/%.1: doc/%.pod $(GENTEXI)
105 doc/%.3: doc/%.pod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkpod112 print "\n\nCreating pod file(s)\n\n" if $Verbose ;
116 #$pod = $ARGV[1] ;
118 # Now process the pre-pod file
121 ($pod = $ppod) =~ s/\.P$// ;
123 open (POD, ">$pod") or die "Cannot open file '$pod': $!\n" ;
125 print " $ppod -> $pod\n" ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/doc/
H A DMakefile.am56 wget.pod: $(srcdir)/wget.texi version.texi
59 $(MAN): wget.pod
117 CLEANFILES = *~ *.bak *.cat *.pod
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/docs/
H A Dautodocifier.pl131 "pod|p",
139 "\t--pod\n",
201 ( cat docs/busybox_header.pod; \
203 cat docs/busybox_footer.pod ) > docs/busybox.pod
211 F<docs/busybox.pod>. This was tedious and error-prone, so it was
228 =item B<--pod>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/windows/
H A DMakefile.doc45 WGETPOD = wget.pod
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A Dgeoipupdate-pureperl.pl3 =pod
26 =pod
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A DMakefile.bak625 for i in doc/$$subdir/*.pod; do \
626 fn=`basename $$i .pod`; \
654 set -e; for i in doc/apps/*.pod; do \
655 fn=`basename $$i .pod`; \
671 set -e; for i in doc/crypto/*.pod doc/ssl/*.pod; do \
672 fn=`basename $$i .pod`; \
H A DMakefile.org622 for i in doc/$$subdir/*.pod; do \
623 fn=`basename $$i .pod`; \
651 set -e; for i in doc/apps/*.pod; do \
652 fn=`basename $$i .pod`; \
668 set -e; for i in doc/crypto/*.pod doc/ssl/*.pod; do \
669 fn=`basename $$i .pod`; \
H A DMakefile625 for i in doc/$$subdir/*.pod; do \
626 fn=`basename $$i .pod`; \
654 set -e; for i in doc/apps/*.pod; do \
655 fn=`basename $$i .pod`; \
671 set -e; for i in doc/crypto/*.pod doc/ssl/*.pod; do \
672 fn=`basename $$i .pod`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A DMakefile.bak625 for i in doc/$$subdir/*.pod; do \
626 fn=`basename $$i .pod`; \
654 set -e; for i in doc/apps/*.pod; do \
655 fn=`basename $$i .pod`; \
671 set -e; for i in doc/crypto/*.pod doc/ssl/*.pod; do \
672 fn=`basename $$i .pod`; \
H A DMakefile.org622 for i in doc/$$subdir/*.pod; do \
623 fn=`basename $$i .pod`; \
651 set -e; for i in doc/apps/*.pod; do \
652 fn=`basename $$i .pod`; \
668 set -e; for i in doc/crypto/*.pod doc/ssl/*.pod; do \
669 fn=`basename $$i .pod`; \
H A DMakefile625 for i in doc/$$subdir/*.pod; do \
626 fn=`basename $$i .pod`; \
654 set -e; for i in doc/apps/*.pod; do \
655 fn=`basename $$i .pod`; \
671 set -e; for i in doc/crypto/*.pod doc/ssl/*.pod; do \
672 fn=`basename $$i .pod`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A DMakefile.org553 set -e; for i in doc/apps/*.pod; do \
554 fn=`basename $$i .pod`; \
570 set -e; for i in doc/crypto/*.pod doc/ssl/*.pod; do \
571 fn=`basename $$i .pod`; \

Completed in 187 milliseconds

12