Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-locomo.c20 struct locomo_dev *locomo_dev = LOCOMO_DEV(led_cdev->dev->parent); in locomoled_brightness_set() local
25 locomo_writel(LOCOMO_LPT_TOFH, locomo_dev->mapbase + offset); in locomoled_brightness_set()
27 locomo_writel(LOCOMO_LPT_TOFL, locomo_dev->mapbase + offset); in locomoled_brightness_set()
55 static int locomoled_probe(struct locomo_dev *ldev) in locomoled_probe()
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-locomo.c19 struct locomo_dev *locomo_dev = LOCOMO_DEV(led_cdev->dev->parent); in locomoled_brightness_set() local
24 locomo_writel(LOCOMO_LPT_TOFH, locomo_dev->mapbase + offset); in locomoled_brightness_set()
26 locomo_writel(LOCOMO_LPT_TOFL, locomo_dev->mapbase + offset); in locomoled_brightness_set()
54 static int locomoled_probe(struct locomo_dev *ldev) in locomoled_probe()
/kernel/linux/linux-5.10/arch/arm/include/asm/hardware/
H A Dlocomo.h171 struct locomo_dev { struct
182 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev)
190 int (*probe)(struct locomo_dev *);
191 int (*remove)(struct locomo_dev *);
198 void locomo_lcd_power(struct locomo_dev *, int, unsigned int);
210 void locomo_m62332_senddata(struct locomo_dev *ldev, unsigned int dac_data, int channel);
213 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf);
/kernel/linux/linux-6.6/arch/arm/include/asm/hardware/
H A Dlocomo.h171 struct locomo_dev { struct
182 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev)
190 int (*probe)(struct locomo_dev *);
191 void (*remove)(struct locomo_dev *);
210 void locomo_m62332_senddata(struct locomo_dev *ldev, unsigned int dac_data, int channel);
213 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf);
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dlocomolcd.c30 static struct locomo_dev *locomolcd_dev;
174 static int locomolcd_probe(struct locomo_dev *ldev) in locomolcd_probe()
211 static int locomolcd_remove(struct locomo_dev *dev) in locomolcd_remove()
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dlocomolcd.c30 static struct locomo_dev *locomolcd_dev;
172 static int locomolcd_probe(struct locomo_dev *ldev) in locomolcd_probe()
201 static void locomolcd_remove(struct locomo_dev *dev) in locomolcd_remove()
/kernel/linux/linux-5.10/arch/arm/common/
H A Dlocomo.c81 * locomo_dev will be set to the chip base plus offset. If offset is
82 * zero, then the mapbase for the locomo_dev will be set to zero. An
213 struct locomo_dev *dev = LOCOMO_DEV(_dev); in locomo_dev_release()
221 struct locomo_dev *dev; in locomo_init_one_child()
224 dev = kzalloc(sizeof(struct locomo_dev), GFP_KERNEL); in locomo_init_one_child()
532 static inline struct locomo *locomo_chip_driver(struct locomo_dev *ldev) in locomo_chip_driver()
659 void locomo_m62332_senddata(struct locomo_dev *ldev, unsigned int dac_data, int channel) in locomo_m62332_senddata()
793 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf) in locomo_frontlight_set()
820 struct locomo_dev *dev = LOCOMO_DEV(_dev); in locomo_match()
828 struct locomo_dev *lde in locomo_bus_probe()
[all...]
/kernel/linux/linux-6.6/arch/arm/common/
H A Dlocomo.c80 * locomo_dev will be set to the chip base plus offset. If offset is
81 * zero, then the mapbase for the locomo_dev will be set to zero. An
212 struct locomo_dev *dev = LOCOMO_DEV(_dev); in locomo_dev_release()
220 struct locomo_dev *dev; in locomo_init_one_child()
223 dev = kzalloc(sizeof(struct locomo_dev), GFP_KERNEL); in locomo_init_one_child()
531 static inline struct locomo *locomo_chip_driver(struct locomo_dev *ldev) in locomo_chip_driver()
658 void locomo_m62332_senddata(struct locomo_dev *ldev, unsigned int dac_data, int channel) in locomo_m62332_senddata()
792 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf) in locomo_frontlight_set()
819 struct locomo_dev *dev = LOCOMO_DEV(_dev); in locomo_match()
827 struct locomo_dev *lde in locomo_bus_probe()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dcollie.c202 static int collie_uart_probe(struct locomo_dev *dev) in collie_uart_probe()
207 static int collie_uart_remove(struct locomo_dev *dev) in collie_uart_remove()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dlocomokbd.c224 static int locomokbd_probe(struct locomo_dev *dev) in locomokbd_probe()
307 static int locomokbd_remove(struct locomo_dev *dev) in locomokbd_remove()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dlocomokbd.c224 static int locomokbd_probe(struct locomo_dev *dev) in locomokbd_probe()
307 static void locomokbd_remove(struct locomo_dev *dev) in locomokbd_remove()
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H A Dcollie.c190 static int collie_uart_probe(struct locomo_dev *dev) in collie_uart_probe()

Completed in 7 milliseconds