Searched refs:amba_id (Results 1 – 17 of 17) sorted by relevance
/linux-2.6.39/include/linux/amba/ |
D | bus.h | 38 struct amba_id { struct 46 int (*probe)(struct amba_device *, const struct amba_id *); argument 51 const struct amba_id *id_table;
|
/linux-2.6.39/drivers/char/hw_random/ |
D | nomadik-rng.c | 42 static int nmk_rng_probe(struct amba_device *dev, const struct amba_id *id) in nmk_rng_probe() 89 static struct amba_id nmk_rng_ids[] = {
|
/linux-2.6.39/drivers/rtc/ |
D | rtc-pl030.c | 100 static int pl030_probe(struct amba_device *dev, const struct amba_id *id) in pl030_probe() 169 static struct amba_id pl030_ids[] = {
|
D | rtc-pl031.c | 310 static int pl031_probe(struct amba_device *adev, const struct amba_id *id) in pl031_probe() 403 static struct amba_id pl031_ids[] = {
|
/linux-2.6.39/drivers/input/serio/ |
D | ambakmi.c | 111 const struct amba_id *id) in amba_kmi_probe() 190 static struct amba_id amba_kmi_idtable[] = {
|
/linux-2.6.39/arch/arm/kernel/ |
D | etm.c | 341 static int __devinit etb_probe(struct amba_device *dev, const struct amba_id *id) in etb_probe() 413 static struct amba_id etb_ids[] = { 533 static int __devinit etm_probe(struct amba_device *dev, const struct amba_id *id) in etm_probe() 617 static struct amba_id etm_ids[] = {
|
/linux-2.6.39/drivers/watchdog/ |
D | sp805_wdt.c | 281 sp805_wdt_probe(struct amba_device *adev, const struct amba_id *id) in sp805_wdt_probe() 351 static struct amba_id sp805_wdt_ids[] __initdata = {
|
/linux-2.6.39/drivers/amba/ |
D | bus.c | 25 static const struct amba_id * 26 amba_lookup(const struct amba_id *table, struct amba_device *dev) in amba_lookup() 485 const struct amba_id *id = amba_lookup(pcdrv->id_table, pcdev); in amba_probe()
|
/linux-2.6.39/drivers/gpio/ |
D | pl061.c | 235 static int pl061_probe(struct amba_device *dev, const struct amba_id *id) in pl061_probe() 336 static struct amba_id pl061_ids[] = {
|
/linux-2.6.39/drivers/video/ |
D | amba-clcd.c | 537 static int clcdfb_probe(struct amba_device *dev, const struct amba_id *id) in clcdfb_probe() 607 static struct amba_id clcdfb_id_table[] = {
|
/linux-2.6.39/drivers/tty/serial/ |
D | amba-pl010.c | 679 static int pl010_probe(struct amba_device *dev, const struct amba_id *id) in pl010_probe() 780 static struct amba_id pl010_ids[] = {
|
D | amba-pl011.c | 1741 static int pl011_probe(struct amba_device *dev, const struct amba_id *id) in pl011_probe() 1852 static struct amba_id pl011_ids[] = {
|
/linux-2.6.39/drivers/dma/ |
D | pl330.c | 660 pl330_probe(struct amba_device *adev, const struct amba_id *id) in pl330_probe() 833 static struct amba_id pl330_ids[] = {
|
D | amba-pl08x.c | 1848 static int pl08x_probe(struct amba_device *adev, const struct amba_id *id) in pl08x_probe() 2040 static struct amba_id pl08x_ids[] = {
|
/linux-2.6.39/sound/arm/ |
D | aaci.c | 988 const struct amba_id *id) in aaci_probe() 1092 static struct amba_id aaci_ids[] = {
|
/linux-2.6.39/drivers/mmc/host/ |
D | mmci.c | 975 const struct amba_id *id) in mmci_probe() 1283 static struct amba_id mmci_ids[] = {
|
/linux-2.6.39/drivers/spi/ |
D | amba-pl022.c | 2024 pl022_probe(struct amba_device *adev, const struct amba_id *id) in pl022_probe() 2268 static struct amba_id pl022_ids[] = {
|