Home
last modified time | relevance | path

Searched refs:attach_adapter (Results 1 – 19 of 19) sorted by relevance

/linux-2.4.37.9/drivers/sound/dmasound/
Ddac3550a.c58 attach_adapter: &daca_attach_adapter,
Dtas3001c.c96 attach_adapter: &tas_attach_adapter,
/linux-2.4.37.9/drivers/media/video/
Dindycam.c198 .attach_adapter = indycam_probe,
Dbt832.c263 .attach_adapter = bt832_probe,
Dsaa7191.c300 .attach_adapter = saa7191_probe,
Dtda9887.c449 .attach_adapter = tda9887_probe,
Dtda7432.c526 .attach_adapter = tda7432_probe,
Dtda9875.c397 .attach_adapter = tda9875_probe,
Dtvmixer.c225 .attach_adapter = tvmixer_adapters,
Dtuner.c980 .attach_adapter = tuner_probe,
Dtvaudio.c1655 .attach_adapter = chip_probe,
Dmsp3400.c1249 .attach_adapter = msp_probe,
Dswarm_saa7114h.c207 attach_adapter: saa7114h_probe,
/linux-2.4.37.9/drivers/i2c/
Di2c-max1617.c77 attach_adapter: max1617_probe,
Di2c-core.c165 drivers[j]->attach_adapter(adap); in i2c_add_adapter()
208 if ((res = drivers[j]->attach_adapter(adap))) { in i2c_del_adapter()
296 driver->attach_adapter(adapters[i]); in i2c_add_driver()
339 if ((res = driver->attach_adapter(adap))) { in i2c_del_driver()
Di2c-dev.c103 .attach_adapter = i2cdev_attach_adapter,
/linux-2.4.37.9/drivers/acorn/char/
Dpcf8583.c231 attach_adapter: pcf8583_probe,
/linux-2.4.37.9/include/linux/
Di2c.h128 int (*attach_adapter)(struct i2c_adapter *); member
/linux-2.4.37.9/Documentation/i2c/
Dwriting-clients31 .attach_adapter = foo_attach_adapter,
335 being registered, the callback attach_adapter() is called. Now is the
339 The attach_adapter callback is really easy: we just call the generic