Searched refs:ucb1x00_dev (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/mfd/
H A Ducb1x00.h144 struct ucb1x00_dev { struct
155 int (*add)(struct ucb1x00_dev *dev);
156 void (*remove)(struct ucb1x00_dev *dev);
157 int (*suspend)(struct ucb1x00_dev *dev);
158 int (*resume)(struct ucb1x00_dev *dev);
/linux-master/drivers/mfd/
H A Ducb1x00-assabet.c37 static int ucb1x00_assabet_add(struct ucb1x00_dev *dev)
71 static void ucb1x00_assabet_remove(struct ucb1x00_dev *dev)
H A Ducb1x00-core.c392 struct ucb1x00_dev *dev;
395 dev = kmalloc(sizeof(struct ucb1x00_dev), GFP_KERNEL);
414 static void ucb1x00_remove_dev(struct ucb1x00_dev *dev)
620 struct ucb1x00_dev *dev = list_entry(l, struct ucb1x00_dev, dev_node);
657 struct ucb1x00_dev *dev = list_entry(l, struct ucb1x00_dev, drv_node);
667 struct ucb1x00_dev *udev;
699 struct ucb1x00_dev *udev;
H A Ducb1x00-ts.c364 static int ucb1x00_ts_add(struct ucb1x00_dev *dev)
416 static void ucb1x00_ts_remove(struct ucb1x00_dev *dev)
/linux-master/drivers/power/supply/
H A Dcollie_battery.c287 static int collie_bat_suspend(struct ucb1x00_dev *dev)
301 static int collie_bat_resume(struct ucb1x00_dev *dev)
315 static int collie_bat_probe(struct ucb1x00_dev *dev)
441 static void collie_bat_remove(struct ucb1x00_dev *dev)

Completed in 178 milliseconds