⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stv0297.html.html

📁 汤姆逊高频头自带QAM调制器0297在linux下的驱动
💻 HTML
📖 第 1 页 / 共 5 页
字号:
 <a name="L37" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L37">37</a>         const struct <a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=stv0297_config">stv0297_config</a>* <a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=config">config</a>;
 <a name="L38" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L38">38</a> 
 <a name="L39" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L39">39</a>         struct <a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=dvb_frontend">dvb_frontend</a> frontend;
 <a name="L40" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L40">40</a> 
 <a name="L41" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L41">41</a>         int freq_off;
 <a name="L42" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L42">42</a> 
 <a name="L43" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L43">43</a>         unsigned long base_freq;
 <a name="L44" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L44">44</a> 
 <a name="L45" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L45">45</a>         <a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=u8">u8</a> pwm;
 <a name="L46" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L46">46</a> };
 <a name="L47" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L47">47</a> 
 <a name="L48" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L48">48</a> #if 1
 <a name="L49" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L49">49</a> #define <a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=dprintk">dprintk</a>(<a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=x">x</a>...) <a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=printk">printk</a>(<a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=x">x</a>)
 <a name="L50" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L50">50</a> #else
 <a name="L51" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L51">51</a> #define <a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=dprintk">dprintk</a>(<a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=x">x</a>...)
 <a name="L52" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L52">52</a> #endif
 <a name="L53" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L53">53</a> 
 <a name="L54" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L54">54</a> #define <a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=STV0297_CLOCK_KHZ">STV0297_CLOCK_KHZ</a>   28900
 <a name="L55" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L55">55</a> 
 <a name="L56" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L56">56</a> static <a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=u8">u8</a> <a href="http://glide.stanford.edu/lxr/ident?v=linux-2.6.10;i=init_tab">init_tab</a> [] = {
 <a name="L57" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L57">57</a>   0x00, 0x09,
 <a name="L58" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L58">58</a>   0x01, 0x69,
 <a name="L59" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L59">59</a>   0x03, 0x00,
 <a name="L60" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L60">60</a>   0x04, 0x00,
 <a name="L61" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L61">61</a>   0x07, 0x00,
 <a name="L62" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L62">62</a>   0x08, 0x00,
 <a name="L63" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L63">63</a>   0x20, 0x00,
 <a name="L64" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L64">64</a>   0x21, 0x40,
 <a name="L65" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L65">65</a>   0x22, 0x00,
 <a name="L66" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L66">66</a>   0x23, 0x00,
 <a name="L67" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L67">67</a>   0x24, 0x40,
 <a name="L68" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L68">68</a>   0x25, 0x88,
 <a name="L69" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L69">69</a>   0x30, 0xff,
 <a name="L70" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L70">70</a>   0x31, 0x00,
 <a name="L71" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L71">71</a>   0x32, 0xff,
 <a name="L72" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L72">72</a>   0x33, 0x00,
 <a name="L73" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L73">73</a>   0x34, 0x50,
 <a name="L74" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L74">74</a>   0x35, 0x7f,
 <a name="L75" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L75">75</a>   0x36, 0x00,
 <a name="L76" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L76">76</a>   0x37, 0x20,
 <a name="L77" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L77">77</a>   0x38, 0x00,
 <a name="L78" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L78">78</a>   0x40, 0x1c,
 <a name="L79" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L79">79</a>   0x41, 0xff,
 <a name="L80" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L80">80</a>   0x42, 0x29,
 <a name="L81" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L81">81</a>         0x43, 0x00,
 <a name="L82" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L82">82</a>   0x44, 0xff,
 <a name="L83" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L83">83</a>   0x45, 0x00,
 <a name="L84" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L84">84</a>   0x46, 0x00,
 <a name="L85" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L85">85</a>   0x49, 0x04,
 <a name="L86" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L86">86</a>   0x4a, 0xff,
 <a name="L87" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L87">87</a>   0x4b, 0x7f,
 <a name="L88" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L88">88</a>   0x52, 0x30,
 <a name="L89" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L89">89</a>   0x55, 0xae,
 <a name="L90" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L90">90</a>   0x56, 0x47,
 <a name="L91" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L91">91</a>   0x57, 0xe1,
 <a name="L92" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L92">92</a>   0x58, 0x3a,
 <a name="L93" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L93">93</a>   0x5a, 0x1e,
 <a name="L94" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L94">94</a>   0x5b, 0x34,
 <a name="L95" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L95">95</a>   0x60, 0x00,
 <a name="L96" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L96">96</a>   0x63, 0x00,
 <a name="L97" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L97">97</a>   0x64, 0x00,
 <a name="L98" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L98">98</a>   0x65, 0x00,
 <a name="L99" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L99">99</a>   0x66, 0x00,
<a name="L100" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L100">100</a>   0x67, 0x00,
<a name="L101" href="http://glide.stanford.edu/lxr/source/drivers/media/dvb/frontends/stv0297.c?v=linux-2.6.10#L101">101</a>   0x68, 0x00,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -