Lines Matching defs:parent
371 static int amba_device_try_add(struct amba_device *dev, struct resource *parent) in amba_device_try_add()
496 struct resource *parent; member
548 int amba_device_add(struct amba_device *dev, struct resource *parent) in amba_device_add()
577 amba_aphb_device_add(struct device *parent, const char *name, in amba_aphb_device_add()
606 amba_apb_device_add(struct device *parent, const char *name, in amba_apb_device_add()
616 amba_ahb_device_add(struct device *parent, const char *name, in amba_ahb_device_add()
626 amba_apb_device_add_res(struct device *parent, const char *name, in amba_apb_device_add_res()
637 amba_ahb_device_add_res(struct device *parent, const char *name, in amba_ahb_device_add_res()
695 int amba_device_register(struct amba_device *dev, struct resource *parent) in amba_device_register()
732 struct device *parent; member
773 amba_find_device(const char *busid, struct device *parent, unsigned int id, in amba_find_device()