Home
last modified time | relevance | path

Searched refs:client_template (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dtuner-3036.c35 static struct i2c_client client_template; variable
128 client_template.adapter = adap; in tuner_attach()
129 client_template.addr = addr; in tuner_attach()
134 memcpy(client, &client_template, sizeof(struct i2c_client)); in tuner_attach()
196 static struct i2c_client client_template = variable
Dbt832.c54 static struct i2c_client client_template; variable
178 client_template.adapter = adap; in bt832_attach()
179 client_template.addr = addr; in bt832_attach()
186 t->client = client_template; in bt832_attach()
267 static struct i2c_client client_template = variable
Dtda9887.c52 static struct i2c_client client_template; variable
352 client_template.adapter = adap; in tda9887_attach()
353 client_template.addr = addr; in tda9887_attach()
360 t->client = client_template; in tda9887_attach()
453 static struct i2c_client client_template = variable
Dtda7432.c94 static struct i2c_client client_template; variable
329 memcpy(client,&client_template,sizeof(struct i2c_client)); in tda7432_attach()
531 static struct i2c_client client_template = variable
Dtda9875.c60 static struct i2c_client client_template; variable
258 memcpy(client,&client_template,sizeof(struct i2c_client)); in tda9875_attach()
402 static struct i2c_client client_template = variable
Dsaa5249.c154 static struct i2c_client client_template; variable
168 client_template.adapter = adap; in saa5249_attach()
169 client_template.addr = addr; in saa5249_attach()
170 memcpy(client, &client_template, sizeof(*client)); in saa5249_attach()
269 static struct i2c_client client_template = { variable
Dtuner.c65 static struct i2c_client client_template; variable
814 client_template.adapter = adap; in tuner_attach()
815 client_template.addr = addr; in tuner_attach()
821 memcpy(client,&client_template,sizeof(struct i2c_client)); in tuner_attach()
984 static struct i2c_client client_template = variable
Dmsp3400.c1254 static struct i2c_client client_template = variable
1269 client_template.adapter = adap; in msp_attach()
1270 client_template.addr = addr; in msp_attach()
1272 if (-1 == msp3400c_reset(&client_template)) { in msp_attach()
1279 memcpy(c,&client_template,sizeof(struct i2c_client)); in msp_attach()
Dtvaudio.c154 static struct i2c_client client_template; variable
1433 memcpy(&chip->c,&client_template,sizeof(struct i2c_client)); in chip_attach()
1660 static struct i2c_client client_template = variable