Searched refs:locomo_dev (Results 1 – 3 of 3) sorted by relevance
| /arch/arm/include/asm/hardware/ |
| A D | locomo.h | 169 struct locomo_dev { struct 180 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev) argument 188 int (*probe)(struct locomo_dev *); 189 void (*remove)(struct locomo_dev *); 208 void locomo_m62332_senddata(struct locomo_dev *ldev, unsigned int dac_data, int channel); 211 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf);
|
| /arch/arm/common/ |
| A D | locomo.c | 214 struct locomo_dev *dev = LOCOMO_DEV(_dev); in locomo_dev_release() 222 struct locomo_dev *dev; in locomo_init_one_child() 225 dev = kzalloc(sizeof(struct locomo_dev), GFP_KERNEL); in locomo_init_one_child() 533 static inline struct locomo *locomo_chip_driver(struct locomo_dev *ldev) in locomo_chip_driver() 660 void locomo_m62332_senddata(struct locomo_dev *ldev, unsigned int dac_data, int channel) in locomo_m62332_senddata() 794 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf) in locomo_frontlight_set() 821 struct locomo_dev *dev = LOCOMO_DEV(_dev); in locomo_match() 829 struct locomo_dev *ldev = LOCOMO_DEV(dev); in locomo_bus_probe() 840 struct locomo_dev *ldev = LOCOMO_DEV(dev); in locomo_bus_remove()
|
| /arch/arm/mach-sa1100/ |
| A D | collie.c | 190 static int collie_uart_probe(struct locomo_dev *dev) in collie_uart_probe()
|
Completed in 6 milliseconds