Home
last modified time | relevance | path

Searched refs:lm_device (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/arm/mach-integrator/
Dlm.h3 struct lm_device { struct
12 int (*probe)(struct lm_device *); argument
13 void (*remove)(struct lm_device *);
14 int (*suspend)(struct lm_device *, pm_message_t);
15 int (*resume)(struct lm_device *);
21 int lm_device_register(struct lm_device *dev);
Dlm.c17 #define to_lm_device(d) container_of(d, struct lm_device, dev)
27 struct lm_device *lmdev = to_lm_device(dev); in lm_bus_probe()
35 struct lm_device *lmdev = to_lm_device(dev); in lm_bus_remove()
72 struct lm_device *d = to_lm_device(dev); in lm_device_release()
77 int lm_device_register(struct lm_device *dev) in lm_device_register()
Dintegrator_ap.c215 struct lm_device *lmdev; in ap_init_of()
220 lmdev = kzalloc(sizeof(struct lm_device), GFP_KERNEL); in ap_init_of()
Dimpd1.c326 static int __ref impd1_probe(struct lm_device *dev) in impd1_probe()
441 static void impd1_remove(struct lm_device *dev) in impd1_remove()