Searched refs:amba_id (Results 1 – 25 of 38) sorted by relevance
12
| /Linux-v5.4/drivers/char/hw_random/ |
| D | nomadik-rng.c | 37 static int nmk_rng_probe(struct amba_device *dev, const struct amba_id *id) in nmk_rng_probe() 79 static struct amba_id nmk_rng_ids[] = {
|
| /Linux-v5.4/drivers/vfio/platform/ |
| D | vfio_amba.c | 43 static int vfio_amba_probe(struct amba_device *adev, const struct amba_id *id) in vfio_amba_probe() 88 static const struct amba_id pl330_ids[] = {
|
| /Linux-v5.4/drivers/rtc/ |
| D | rtc-pl030.c | 97 static int pl030_probe(struct amba_device *dev, const struct amba_id *id) in pl030_probe() 164 static struct amba_id pl030_ids[] = {
|
| D | rtc-pl031.c | 314 static int pl031_probe(struct amba_device *adev, const struct amba_id *id) in pl031_probe() 451 static const struct amba_id pl031_ids[] = {
|
| /Linux-v5.4/drivers/mailbox/ |
| D | arm_mhu.c | 109 static int mhu_probe(struct amba_device *adev, const struct amba_id *id) in mhu_probe() 154 static struct amba_id mhu_ids[] = {
|
| D | pl320-ipc.c | 130 static int pl320_probe(struct amba_device *adev, const struct amba_id *id) in pl320_probe() 167 static struct amba_id pl320_ids[] = {
|
| /Linux-v5.4/include/linux/amba/ |
| D | bus.h | 77 int (*probe)(struct amba_device *, const struct amba_id *); 80 const struct amba_id *id_table;
|
| /Linux-v5.4/scripts/mod/ |
| D | devicetable-offsets.c | 173 DEVID(amba_id); in main() 174 DEVID_FIELD(amba_id, id); in main() 175 DEVID_FIELD(amba_id, mask); in main()
|
| /Linux-v5.4/drivers/input/serio/ |
| D | ambakmi.c | 107 const struct amba_id *id) in amba_kmi_probe() 186 static const struct amba_id amba_kmi_idtable[] = {
|
| /Linux-v5.4/drivers/hwtracing/coresight/ |
| D | coresight-tpiu.c | 120 static int tpiu_probe(struct amba_device *adev, const struct amba_id *id) in tpiu_probe() 202 static const struct amba_id tpiu_ids[] = {
|
| D | coresight-replicator.c | 321 const struct amba_id *id) in dynamic_replicator_probe() 326 static const struct amba_id dynamic_replicator_ids[] = {
|
| D | coresight-funnel.c | 326 const struct amba_id *id) in dynamic_funnel_probe() 331 static const struct amba_id dynamic_funnel_ids[] = {
|
| D | coresight-cpu-debug.c | 558 static int debug_probe(struct amba_device *adev, const struct amba_id *id) in debug_probe() 658 static const struct amba_id debug_ids[] = {
|
| D | coresight-priv.h | 196 static inline void *coresight_get_uci_data(const struct amba_id *id) in coresight_get_uci_data()
|
| D | coresight-tmc.c | 434 static int tmc_probe(struct amba_device *adev, const struct amba_id *id) in tmc_probe() 541 static const struct amba_id tmc_ids[] = {
|
| D | coresight-catu.c | 500 static int catu_probe(struct amba_device *adev, const struct amba_id *id) in catu_probe() 570 static struct amba_id catu_ids[] = {
|
| D | coresight-etb10.c | 726 static int etb_probe(struct amba_device *adev, const struct amba_id *id) in etb_probe() 830 static const struct amba_id etb_ids[] = {
|
| D | coresight-etm3x.c | 785 static int etm_probe(struct amba_device *adev, const struct amba_id *id) in etm_probe() 924 static const struct amba_id etm_ids[] = {
|
| /Linux-v5.4/drivers/amba/ |
| D | bus.c | 29 amba_cs_uci_id_match(const struct amba_id *table, struct amba_device *dev) in amba_cs_uci_id_match() 46 static const struct amba_id * 47 amba_lookup(const struct amba_id *table, struct amba_device *dev) in amba_lookup() 261 const struct amba_id *id = amba_lookup(pcdrv->id_table, pcdev); in amba_probe()
|
| /Linux-v5.4/drivers/memory/ |
| D | pl172.c | 197 static int pl172_probe(struct amba_device *adev, const struct amba_id *id) in pl172_probe() 289 static const struct amba_id pl172_ids[] = {
|
| D | pl353-smc.c | 349 static int pl353_smc_probe(struct amba_device *adev, const struct amba_id *id) in pl353_smc_probe() 439 static const struct amba_id pl353_ids[] = {
|
| /Linux-v5.4/drivers/watchdog/ |
| D | sp805_wdt.c | 227 sp805_wdt_probe(struct amba_device *adev, const struct amba_id *id) in sp805_wdt_probe() 336 static const struct amba_id sp805_wdt_ids[] = {
|
| /Linux-v5.4/drivers/gpu/drm/pl111/ |
| D | pl111_drv.c | 253 const struct amba_id *id) in pl111_amba_probe() 429 static const struct amba_id pl111_id_table[] = {
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpio-pl061.c | 282 static int pl061_probe(struct amba_device *adev, const struct amba_id *id) in pl061_probe() 406 static const struct amba_id pl061_ids[] = {
|
| /Linux-v5.4/drivers/tty/serial/ |
| D | amba-pl010.c | 698 static int pl010_probe(struct amba_device *dev, const struct amba_id *id) in pl010_probe() 804 static const struct amba_id pl010_ids[] = {
|
12