Searched refs:source (Results 426 - 450 of 1136) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dadd_cr.pl87 * Redistribution and use in source and binary forms, with or without
90 * 1. Redistributions of source code must retain the copyright
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndcpcm.cpp424 void ResamplingShrink_##DEPTH##(const void *source, void *destination, wxUint32 len)
429 source_data = (wxUint##DEPTH## *)source;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dluc.h39 void AssignFrom(const NameValuePairs &source);
69 void AssignFrom(const NameValuePairs &source);
H A Drsa.h34 void AssignFrom(const NameValuePairs &source);
85 void AssignFrom(const NameValuePairs &source);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtfile.tex24 and program source files. It can be also used to work with files with "non
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dps3av_cmd.c561 static u8 ps3av_cnv_enable(u32 source, const u8 *enable) argument
565 if (source == PS3AV_CMD_AUDIO_SOURCE_SPDIF) {
567 } else if (source == PS3AV_CMD_AUDIO_SOURCE_SERIAL) {
571 printk(KERN_ERR "%s failed, source:%x\n", __func__, source);
680 u32 source)
685 if (!(ch | fs | format | word_bits | source)) {
690 source = PS3AV_CMD_AUDIO_SOURCE_SERIAL;
703 audio->audio_source = source;
678 ps3av_cmd_set_audio_mode(struct ps3av_pkt_audio_mode *audio, u32 avport, u32 ch, u32 fs, u32 word_bits, u32 format, u32 source) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dfw.c9 * COPYING in the main directory of this source tree, or the
12 * Redistribution and use in source and binary forms, with or
16 * - Redistributions of source code must retain the above
54 #define MLX4_GET(dest, source, offset) \
56 void *__p = (char *) (source) + (offset); \
66 #define MLX4_PUT(dest, source, offset) \
69 switch (sizeof(source)) { \
70 case 1: *(u8 *) __d = (source); break; \
71 case 2: *(__be16 *) __d = cpu_to_be16(source); break; \
72 case 4: *(__be32 *) __d = cpu_to_be32(source); brea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/mantis/
H A Dmantis_dvb.c196 mantis->fe_hw.source = DMX_FRONTEND_0;
204 mantis->fe_mem.source = DMX_MEMORY_FE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtvfb.c333 static int ivtvfb_prep_frame(struct ivtv *itv, int cmd, void __user *source, argument
353 if ((unsigned long)source & 3)
355 (unsigned long)source);
364 if (!access_ok(VERIFY_READ, source + dest_offset, count)) {
366 (unsigned long)source);
368 IVTVFB_DEBUG_WARN("access_ok() failed for offset 0x%08lx source 0x%08lx count %d\n",
369 dest_offset, (unsigned long)source,
378 return ivtvfb_prep_dec_dma_to_device(itv, dest_offset, source, count);
502 return ivtvfb_prep_frame(itv, cmd, args.source, args.dest_offset, args.count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Diwm.h6 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions of source code must retain the above copyright
345 u8 cmd_id, u8 source, u8 *buf, unsigned long buf_size);
346 int iwm_notif_handle(struct iwm_priv *iwm, u32 cmd, u8 source, long timeout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.in.h222 gchar* g_strcompress (const gchar *source) G_GNUC_MALLOC;
228 * Deprecated API: gchar* g_strescape (const gchar *source);
232 gchar* g_strescape (const gchar *source,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dadd_cr.pl87 * Redistribution and use in source and binary forms, with or without
90 * 1. Redistributions of source code must retain the copyright
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dadd_cr.pl87 * Redistribution and use in source and binary forms, with or without
90 * 1. Redistributions of source code must retain the copyright
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_prime.pl55 * Redistribution and use in source and binary forms, with or without
58 * 1. Redistributions of source code must retain the copyright
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dtbfadt.c11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
142 u8 source; member in struct:acpi_fadt_pm_info
634 fadt_pm_info_table[i].source);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dcoh901318_lli.c145 dma_addr_t source, unsigned int size,
150 dma_addr_t src = source;
273 /* increment source address */
143 coh901318_lli_fill_memcpy(struct coh901318_pool *pool, struct coh901318_lli *lli, dma_addr_t source, unsigned int size, dma_addr_t destination, u32 ctrl_chained, u32 ctrl_eom) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Drelocate_kernel.S19 * %r8 holds the source address
73 je .source_test # NO! Well, then it should be the source indicator...
76 tml %r5,0x8 # it should be a source indicator...
H A Drelocate_kernel64.S19 * %r8 holds the source address
75 je .source_test # NO! Well, then it should be the source indicator...
78 tml %r5,0x8 # it should be a source indicator...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S168 # a8 source
182 # a8 source start
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_REJECT.c84 tcph->source = oth->dest;
85 tcph->dest = oth->source;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_tcpudp.c98 ntohs(th->source),
151 ntohs(uh->source),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_timer.c146 ev.source.client = dp->cseq;
147 ev.source.port = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcthardware.h4 * This source file is released under GPL v2 license (no other versions).
5 * See the COPYING file included in the main directory of this source
46 /* Type of input source for ADC */
71 int (*is_adc_source_selected)(struct hw *hw, enum ADCSRC source);
72 int (*select_adc_source)(struct hw *hw, enum ADCSRC source);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8580.c351 unsigned int source)
357 pr_debug("wm8580: PLL %uHz->%uHz\n", source, target);
378 Ndiv = target / source;
381 source /= 2;
383 Ndiv = target / source;
394 Nmod = target % source;
397 do_div(Kpart, source);
411 int source, unsigned int freq_in, unsigned int freq_out)
350 pll_factors(struct _pll_div *pll_div, unsigned int target, unsigned int source) argument
410 wm8580_set_dai_pll(struct snd_soc_dai *codec_dai, int pll_id, int source, unsigned int freq_in, unsigned int freq_out) argument
H A Dwm8960.c725 static int pll_factors(unsigned int source, unsigned int target, argument
731 pr_debug("WM8960 PLL: setting %dHz->%dHz\n", source, target);
736 Ndiv = target / source;
738 source >>= 1;
740 Ndiv = target / source;
750 Nmod = target % source;
753 do_div(Kpart, source);
773 int source, unsigned int freq_in, unsigned int freq_out)
772 wm8960_set_dai_pll(struct snd_soc_dai *codec_dai, int pll_id, int source, unsigned int freq_in, unsigned int freq_out) argument

Completed in 381 milliseconds

<<11121314151617181920>>