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

/linux-4.4.14/arch/arm/mach-integrator/
H A Dlm.h2 struct lm_device { struct
11 int (*probe)(struct lm_device *);
12 void (*remove)(struct lm_device *);
13 int (*suspend)(struct lm_device *, pm_message_t);
14 int (*resume)(struct lm_device *);
20 int lm_device_register(struct lm_device *dev);
H A Dlm.c17 #define to_lm_device(d) container_of(d, struct lm_device, dev)
27 struct lm_device *lmdev = to_lm_device(dev); lm_bus_probe()
35 struct lm_device *lmdev = to_lm_device(dev); lm_bus_remove()
72 struct lm_device *d = to_lm_device(dev); lm_device_release()
77 int lm_device_register(struct lm_device *dev) lm_device_register()
H A Dintegrator_ap.c310 struct lm_device *lmdev; ap_init_of()
315 lmdev = kzalloc(sizeof(struct lm_device), GFP_KERNEL); ap_init_of()
H A Dimpd1.c327 static int __init_refok impd1_probe(struct lm_device *dev) impd1_probe()
442 static void impd1_remove(struct lm_device *dev) impd1_remove()

Completed in 126 milliseconds