ucb1x00_dev
static int ucb1x00_assabet_add(struct ucb1x00_dev *dev)
static void ucb1x00_assabet_remove(struct ucb1x00_dev *dev)
struct ucb1x00_dev *dev;
dev = kmalloc_obj(struct ucb1x00_dev);
static void ucb1x00_remove_dev(struct ucb1x00_dev *dev)
struct ucb1x00_dev *dev = list_entry(l, struct ucb1x00_dev, dev_node);
struct ucb1x00_dev *dev = list_entry(l, struct ucb1x00_dev, drv_node);
struct ucb1x00_dev *udev;
struct ucb1x00_dev *udev;
static int ucb1x00_ts_add(struct ucb1x00_dev *dev)
static void ucb1x00_ts_remove(struct ucb1x00_dev *dev)
static int collie_bat_suspend(struct ucb1x00_dev *dev)
static int collie_bat_resume(struct ucb1x00_dev *dev)
static int collie_bat_probe(struct ucb1x00_dev *dev)
static void collie_bat_remove(struct ucb1x00_dev *dev)
int (*add)(struct ucb1x00_dev *dev);
void (*remove)(struct ucb1x00_dev *dev);
int (*suspend)(struct ucb1x00_dev *dev);
int (*resume)(struct ucb1x00_dev *dev);