Searched refs:amba_device (Results 1 – 12 of 12) sorted by relevance
/linux-4.19.296/include/linux/amba/ |
D | bus.h | 30 struct amba_device { struct 41 int (*probe)(struct amba_device *, const struct amba_id *); argument 42 int (*remove)(struct amba_device *); 43 void (*shutdown)(struct amba_device *); 66 #define to_amba_device(d) container_of(d, struct amba_device, dev) 73 struct amba_device *amba_device_alloc(const char *, resource_size_t, size_t); 74 void amba_device_put(struct amba_device *); 75 int amba_device_add(struct amba_device *, struct resource *); 76 int amba_device_register(struct amba_device *, struct resource *); 77 struct amba_device *amba_apb_device_add(struct device *parent, const char *name, [all …]
|
D | serial.h | 223 struct amba_device; /* in uncompress this is included but amba/bus.h is not */ 225 void (*set_mctrl)(struct amba_device *dev, void __iomem *base, unsigned int mctrl);
|
D | clcd.h | 124 struct amba_device; 147 int (*init_board)(struct amba_device *adev, 156 struct amba_device *dev;
|
/linux-4.19.296/drivers/amba/ |
D | bus.c | 30 amba_lookup(const struct amba_id *table, struct amba_device *dev) in amba_lookup() 46 struct amba_device *pcdev = to_amba_device(dev); in amba_match() 58 struct amba_device *pcdev = to_amba_device(dev); in amba_uevent() 72 struct amba_device *dev = to_amba_device(_dev); in driver_override_show() 85 struct amba_device *dev = to_amba_device(_dev); in driver_override_store() 120 struct amba_device *dev = to_amba_device(_dev); \ 148 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_suspend() 163 struct amba_device *pcdev = to_amba_device(dev); in amba_pm_runtime_resume() 217 static int amba_get_enable_pclk(struct amba_device *pcdev) in amba_get_enable_pclk() 232 static void amba_put_disable_pclk(struct amba_device *pcdev) in amba_put_disable_pclk() [all …]
|
/linux-4.19.296/drivers/memory/ |
D | pl172.c | 59 static int pl172_timing_prop(struct amba_device *adev, in pl172_timing_prop() 85 static int pl172_setup_static(struct amba_device *adev, in pl172_setup_static() 174 static int pl172_parse_cs_config(struct amba_device *adev, in pl172_parse_cs_config() 197 static int pl172_probe(struct amba_device *adev, const struct amba_id *id) in pl172_probe() 279 static int pl172_remove(struct amba_device *adev) in pl172_remove()
|
/linux-4.19.296/drivers/char/hw_random/ |
D | nomadik-rng.c | 41 static int nmk_rng_probe(struct amba_device *dev, const struct amba_id *id) in nmk_rng_probe() 76 static int nmk_rng_remove(struct amba_device *dev) in nmk_rng_remove()
|
/linux-4.19.296/drivers/rtc/ |
D | rtc-pl030.c | 100 static int pl030_probe(struct amba_device *dev, const struct amba_id *id) in pl030_probe() 154 static int pl030_remove(struct amba_device *dev) in pl030_remove()
|
D | rtc-pl031.c | 305 static int pl031_remove(struct amba_device *adev) in pl031_remove() 319 static int pl031_probe(struct amba_device *adev, const struct amba_id *id) in pl031_probe()
|
/linux-4.19.296/drivers/i2c/busses/ |
D | i2c-nomadik.c | 173 struct amba_device *adev; 901 struct amba_device *adev = to_amba_device(dev); in nmk_i2c_runtime_suspend() 911 struct amba_device *adev = to_amba_device(dev); in nmk_i2c_runtime_resume() 967 static int nmk_i2c_probe(struct amba_device *adev, const struct amba_id *id) in nmk_i2c_probe() 1061 static int nmk_i2c_remove(struct amba_device *adev) in nmk_i2c_remove()
|
/linux-4.19.296/drivers/of/ |
D | platform.c | 225 static struct amba_device *of_amba_device_create(struct device_node *node, in of_amba_device_create() 230 struct amba_device *dev; in of_amba_device_create() 290 static struct amba_device *of_amba_device_create(struct device_node *node, in of_amba_device_create()
|
/linux-4.19.296/drivers/xen/ |
D | arm-device.c | 163 struct amba_device *adev = to_amba_device(data); in xen_amba_notifier()
|
/linux-4.19.296/drivers/gpio/ |
D | gpio-pl061.c | 285 static int pl061_probe(struct amba_device *adev, const struct amba_id *id) in pl061_probe()
|