Searched refs:general (Results 1 - 25 of 134) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/
H A Dforked-daapd.conf2 general {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Dforked-daapd.conf2 general {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-debugfs.c67 struct statistics_rx_non_phy *general, *accum_general; local
88 general = &priv->_agn.statistics_bt.rx.general.common;
93 &priv->_agn.accum_statistics_bt.rx.general.common;
98 &priv->_agn.delta_statistics_bt.rx.general.common;
102 max_general = &priv->_agn.max_delta_bt.rx.general.common;
107 general = &priv->_agn.statistics.rx.general;
111 accum_general = &priv->_agn.accum_statistics.rx.general;
115 delta_general = &priv->_agn.delta_statistics.rx.general;
794 struct statistics_general_common *general, *accum_general; local
[all...]
H A Diwl-agn-rx.c77 rx_info = &(priv->_agn.statistics_bt.rx.general.common);
79 rx_info = &(priv->_agn.statistics.rx.general);
119 struct statistics_general_common *general, *accum_general; local
126 general = &priv->_agn.statistics_bt.general.common;
127 accum_general = &priv->_agn.accum_statistics_bt.general.common;
136 general = &priv->_agn.statistics.general.common;
137 accum_general = &priv->_agn.accum_statistics.general.common;
156 accum_general->temperature = general
[all...]
H A Diwl-3945-debugfs.c65 struct iwl39_statistics_rx_non_phy *general, *accum_general; local
84 general = &priv->_3945.statistics.rx.general;
87 accum_general = &priv->_3945.accum_statistics.rx.general;
90 delta_general = &priv->_3945.delta_statistics.rx.general;
93 max_general = &priv->_3945.max_delta.rx.general;
291 le32_to_cpu(general->bogus_cts),
297 le32_to_cpu(general->bogus_ack),
303 le32_to_cpu(general->non_bssid_frames),
310 le32_to_cpu(general
432 struct iwl39_statistics_general *general, *accum_general; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dq931.c13 * Pauline Middelink general improvements
718 general(char *dest, u_char * p) function
976 0x00, "Segmented message", general
985 0x10, "Call identity", general
988 0x14, "Call state", general
997 0x1e, "Progress indicator", general
1000 0x20, "Network-specific facilities", general
1003 0x27, "Notification indicator", general
1009 0x29, "Date/Time", general
1012 0x2c, "Keypad facility", general
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_bios.c261 struct bdb_general_features *general; local
263 /* Set sensible defaults in case we can't find the general block */
267 general = find_section(bdb, BDB_GENERAL_FEATURES);
268 if (general) {
269 dev_priv->int_tv_support = general->int_tv_support;
270 dev_priv->int_crt_support = general->int_crt_support;
271 dev_priv->lvds_use_ssc = general->enable_ssc;
276 general->ssc_freq ? 66 : 48;
279 general->ssc_freq ? 100 : 120;
282 general
291 struct bdb_general_definitions *general; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/doc/libogg/
H A DMakefile.am6 general.html index.html ogg_packet.html ogg_packet_clear.html\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmutexlck.tex6 forget to release a mutex (which, in general, will promptly lead to serious
H A Dcrtslock.tex6 forget to leave a critical section (which, in general, will lead to serious
H A Ddropevt.tex8 Important note: this is a separate implementation to the more general
H A Dtfile.tex22 wxTextFile is a general purpose class for working with small text files on line
H A Dmutex.tex26 // a multithreaded program is in general a good sign that you should use a
65 this class instead of directly using wxMutex is, in general safer and is even
H A Dhtmltags.tex8 A tag has general form of {\tt <tagname param\_1 param\_2 ... param\_n>} where param\_i is
H A Dnotifevt.tex59 It is in general a good idea to notify the user about the reasons for vetoing
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dpm.c46 static char general[] __initdata = "general";
66 reason = general;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/doc/
H A DMakefile7 doc/general.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/devhelp/
H A DMakefile.am2 HTML_FILES=index.html general.html $(HTML_MODULES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dprivx.h78 #define XEventGetWindow(event) event->general.wid
79 #define XEventGetType(event) event->general.type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgdth_ioctl.h10 #define GDTIOCTL_GENERAL (GDTIOCTL_MASK | 0) /* general IOCTL */
193 } general; member in union:__anon14471::__anon14472
229 } general; member in union:__anon14479::__anon14480
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/devhelp/
H A DMakefile.am2 HTML_FILES=index.html general.html $(HTML_MODULES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dcache-ct.c266 CONFIG(general).commit_steps,
280 CONFIG(general).commit_steps,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dopenssl.spec22 protocols as well as a full-strength general purpose cryptography library.
43 protocols as well as a full-strength general purpose cryptography library.
64 protocols as well as a full-strength general purpose cryptography library.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dopenssl.spec25 protocols as well as a full-strength general purpose cryptography library.
46 protocols as well as a full-strength general purpose cryptography library.
67 protocols as well as a full-strength general purpose cryptography library.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dopenssl.spec22 protocols as well as a full-strength general purpose cryptography library.
43 protocols as well as a full-strength general purpose cryptography library.
64 protocols as well as a full-strength general purpose cryptography library.

Completed in 218 milliseconds

123456