Searched refs:locomo_dev (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/leds/
H A Dleds-locomo.c22 struct locomo_dev *locomo_dev = LOCOMO_DEV(led_cdev->class_dev->dev); local
27 locomo_writel(LOCOMO_LPT_TOFH, locomo_dev->mapbase + offset);
29 locomo_writel(LOCOMO_LPT_TOFL, locomo_dev->mapbase + offset);
57 static int locomoled_probe(struct locomo_dev *ldev)
72 static int locomoled_remove(struct locomo_dev *dev)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/hardware/
H A Dlocomo.h167 struct locomo_dev { struct
178 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev)
186 int (*probe)(struct locomo_dev *);
187 int (*remove)(struct locomo_dev *);
188 int (*suspend)(struct locomo_dev *, pm_message_t);
189 int (*resume)(struct locomo_dev *);
196 void locomo_lcd_power(struct locomo_dev *, int, unsigned int);
209 void locomo_m62332_senddata(struct locomo_dev *ldev, unsigned int dac_data, int channel);
212 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/backlight/
H A Dlocomolcd.c30 static struct locomo_dev *locomolcd_dev;
150 static int locomolcd_suspend(struct locomo_dev *dev, pm_message_t state)
157 static int locomolcd_resume(struct locomo_dev *dev)
168 static int locomolcd_probe(struct locomo_dev *ldev)
198 static int locomolcd_remove(struct locomo_dev *dev)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/keyboard/
H A Dlocomokbd.c81 struct locomo_dev *ldev;
192 static int locomokbd_probe(struct locomo_dev *dev)
271 static int locomokbd_remove(struct locomo_dev *dev)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/common/
H A Dlocomo.c74 * locomo_dev will be set to the chip base plus offset. If offset is
75 * zero, then the mapbase for the locomo_dev will be set to zero. An
499 struct locomo_dev *dev = LOCOMO_DEV(_dev);
507 struct locomo_dev *dev;
510 dev = kzalloc(sizeof(struct locomo_dev), GFP_KERNEL);
814 static inline struct locomo *locomo_chip_driver(struct locomo_dev *ldev)
934 void locomo_m62332_senddata(struct locomo_dev *ldev, unsigned int dac_data, int channel)
1067 static struct locomo *locomo_chip_driver(struct locomo_dev *ldev);
1069 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf)
1095 struct locomo_dev *de
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dcollie.c130 static int collie_uart_probe(struct locomo_dev *dev)
135 static int collie_uart_remove(struct locomo_dev *dev)

Completed in 106 milliseconds