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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dsaa7110.c2 saa7110 - Philips SAA7110(A) video decoder driver
36 #define SAA7110_MAX_OUTPUT 0 /* its a decoder only */
60 int saa7110_write(struct saa7110 *decoder, unsigned char subaddr, unsigned char data) argument
64 LOCK_I2C_BUS(decoder->bus);
65 i2c_start(decoder->bus);
66 i2c_sendbyte(decoder->bus, decoder->addr, I2C_DELAY);
67 i2c_sendbyte(decoder->bus, subaddr, I2C_DELAY);
68 ack = i2c_sendbyte(decoder->bus, data, I2C_DELAY);
69 i2c_stop(decoder
76 saa7110_write_block(struct saa7110* decoder, unsigned const char *data, unsigned int len) argument
98 saa7110_read(struct saa7110* decoder) argument
129 struct saa7110* decoder = device->data; local
147 struct saa7110* decoder = dev->data; local
201 struct saa7110* decoder; local
240 struct saa7110* decoder = device->data; local
256 struct saa7110* decoder = device->data; local
275 struct saa7110* decoder = device->data; local
[all...]
H A Dsaa7111.c2 saa7111 - Philips SAA7111A video decoder driver version 0.0.3
129 struct saa7111 *decoder; local
141 /* decoder */
164 device->data = decoder = kmalloc(sizeof(struct saa7111), GFP_KERNEL);
165 if (decoder == NULL)
171 memset(decoder, 0, sizeof(struct saa7111));
173 decoder->bus = device->bus;
174 decoder->addr = device->addr;
175 decoder->norm = VIDEO_MODE_NTSC;
176 decoder
205 struct saa7111 *decoder = device->data; local
[all...]
H A Dbt819.c151 struct bt819 *decoder; local
181 decoder = device->data;
182 timing = &timing_data[decoder->norm];
195 bt819_write(decoder, 0x1f, 0x00);
197 return bt819_write_block(decoder, init, sizeof(init));
206 struct bt819 *decoder; local
210 device->data = decoder = kmalloc(sizeof(struct bt819), GFP_KERNEL);
211 if (decoder == NULL) {
216 memset(decoder, 0, sizeof(struct bt819));
218 decoder
252 struct bt819 *decoder = device->data; local
[all...]
H A Dpms.c58 static int decoder = PHILIPS2; variable
205 switch(decoder)
221 switch(decoder)
235 switch(decoder)
248 switch(decoder)
267 if(decoder==PHILIPS1)
269 else if(decoder==PHILIPS2)
305 switch(decoder)
324 if(decoder==PHILIPS2)
326 else if(decoder
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dunwind_decoder.c5 * Generic IA-64 unwind info decoder.
10 * You need to customize the decoder by defining the following
452 unw_decoder decoder; local
456 decoder = unw_decode_table[inside_body][code >> 5];
457 dp = (*decoder) (dp, code, arg);

Completed in 48 milliseconds