Searched refs:client_template (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/media/video/ |
D | tuner-3036.c | 35 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
|
D | bt832.c | 54 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
|
D | tda9887.c | 52 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
|
D | tda7432.c | 94 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
|
D | tda9875.c | 60 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
|
D | saa5249.c | 154 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
|
D | tuner.c | 65 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
|
D | msp3400.c | 1254 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()
|
D | tvaudio.c | 154 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
|