ucb1x00_dev        37 drivers/mfd/ucb1x00-assabet.c static int ucb1x00_assabet_add(struct ucb1x00_dev *dev)
ucb1x00_dev        71 drivers/mfd/ucb1x00-assabet.c static void ucb1x00_assabet_remove(struct ucb1x00_dev *dev)
ucb1x00_dev       392 drivers/mfd/ucb1x00-core.c 	struct ucb1x00_dev *dev;
ucb1x00_dev       395 drivers/mfd/ucb1x00-core.c 	dev = kmalloc(sizeof(struct ucb1x00_dev), GFP_KERNEL);
ucb1x00_dev       414 drivers/mfd/ucb1x00-core.c static void ucb1x00_remove_dev(struct ucb1x00_dev *dev)
ucb1x00_dev       620 drivers/mfd/ucb1x00-core.c 		struct ucb1x00_dev *dev = list_entry(l, struct ucb1x00_dev, dev_node);
ucb1x00_dev       657 drivers/mfd/ucb1x00-core.c 		struct ucb1x00_dev *dev = list_entry(l, struct ucb1x00_dev, drv_node);
ucb1x00_dev       668 drivers/mfd/ucb1x00-core.c 	struct ucb1x00_dev *udev;
ucb1x00_dev       700 drivers/mfd/ucb1x00-core.c 	struct ucb1x00_dev *udev;
ucb1x00_dev       364 drivers/mfd/ucb1x00-ts.c static int ucb1x00_ts_add(struct ucb1x00_dev *dev)
ucb1x00_dev       416 drivers/mfd/ucb1x00-ts.c static void ucb1x00_ts_remove(struct ucb1x00_dev *dev)
ucb1x00_dev       291 drivers/power/supply/collie_battery.c static int collie_bat_suspend(struct ucb1x00_dev *dev)
ucb1x00_dev       305 drivers/power/supply/collie_battery.c static int collie_bat_resume(struct ucb1x00_dev *dev)
ucb1x00_dev       319 drivers/power/supply/collie_battery.c static int collie_bat_probe(struct ucb1x00_dev *dev)
ucb1x00_dev       380 drivers/power/supply/collie_battery.c static void collie_bat_remove(struct ucb1x00_dev *dev)
ucb1x00_dev       154 include/linux/mfd/ucb1x00.h 	int	(*add)(struct ucb1x00_dev *dev);
ucb1x00_dev       155 include/linux/mfd/ucb1x00.h 	void	(*remove)(struct ucb1x00_dev *dev);
ucb1x00_dev       156 include/linux/mfd/ucb1x00.h 	int	(*suspend)(struct ucb1x00_dev *dev);
ucb1x00_dev       157 include/linux/mfd/ucb1x00.h 	int	(*resume)(struct ucb1x00_dev *dev);