maple_device       24 drivers/input/joystick/maplecontrol.c 	struct maple_device *mdev;
maple_device       30 drivers/input/joystick/maplecontrol.c 	struct maple_device *mapledev = mq->dev;
maple_device       98 drivers/input/joystick/maplecontrol.c 	struct maple_device *mdev = to_maple_dev(dev);
maple_device      162 drivers/input/joystick/maplecontrol.c 	struct maple_device *mdev = to_maple_dev(dev);
maple_device      127 drivers/input/keyboard/maple_keyb.c 	struct maple_device *mapledev = mq->dev;
maple_device      148 drivers/input/keyboard/maple_keyb.c 	struct maple_device *mdev;
maple_device      211 drivers/input/keyboard/maple_keyb.c 	struct maple_device *mdev = to_maple_dev(dev);
maple_device       24 drivers/input/mouse/maplemouse.c 	struct maple_device *mdev;
maple_device       30 drivers/input/mouse/maplemouse.c 	struct maple_device *mapledev = mq->dev;
maple_device       70 drivers/input/mouse/maplemouse.c 	struct maple_device *mdev = to_maple_dev(dev);
maple_device      119 drivers/input/mouse/maplemouse.c 	struct maple_device *mdev = to_maple_dev(dev);
maple_device       24 drivers/mtd/maps/vmu-flash.c 	struct maple_device *mdev;
maple_device       60 drivers/mtd/maps/vmu-flash.c 	struct maple_device *mdev;
maple_device       91 drivers/mtd/maps/vmu-flash.c 	struct maple_device *mdev;
maple_device      114 drivers/mtd/maps/vmu-flash.c 	struct maple_device *mdev;
maple_device      231 drivers/mtd/maps/vmu-flash.c 	struct maple_device *mdev;
maple_device      308 drivers/mtd/maps/vmu-flash.c 	struct maple_device *mdev;
maple_device      353 drivers/mtd/maps/vmu-flash.c 	struct maple_device *mdev;
maple_device      419 drivers/mtd/maps/vmu-flash.c 	struct maple_device *mdev;
maple_device      501 drivers/mtd/maps/vmu-flash.c 	struct maple_device *mdev;
maple_device      597 drivers/mtd/maps/vmu-flash.c static int vmu_connect(struct maple_device *mdev)
maple_device      691 drivers/mtd/maps/vmu-flash.c static void vmu_disconnect(struct maple_device *mdev)
maple_device      713 drivers/mtd/maps/vmu-flash.c static int vmu_can_unload(struct maple_device *mdev)
maple_device      730 drivers/mtd/maps/vmu-flash.c static void vmu_file_error(struct maple_device *mdev, void *recvbuf)
maple_device      776 drivers/mtd/maps/vmu-flash.c 	struct maple_device *mdev = to_maple_dev(dev);
maple_device      792 drivers/mtd/maps/vmu-flash.c 	struct maple_device *mdev = to_maple_dev(dev);
maple_device       62 drivers/sh/maple/maple.c static struct maple_device *baseunits[MAPLE_PORTS];
maple_device      121 drivers/sh/maple/maple.c void maple_getcond_callback(struct maple_device *dev,
maple_device      139 drivers/sh/maple/maple.c 	struct maple_device *mdev;
maple_device      157 drivers/sh/maple/maple.c int maple_add_packet(struct maple_device *mdev, u32 function, u32 command,
maple_device      186 drivers/sh/maple/maple.c static struct mapleq *maple_allocq(struct maple_device *mdev)
maple_device      211 drivers/sh/maple/maple.c static struct maple_device *maple_alloc_dev(int port, int unit)
maple_device      213 drivers/sh/maple/maple.c 	struct maple_device *mdev;
maple_device      237 drivers/sh/maple/maple.c static void maple_free_dev(struct maple_device *mdev)
maple_device      316 drivers/sh/maple/maple.c 	struct maple_device *mdev;
maple_device      325 drivers/sh/maple/maple.c static void maple_detach_driver(struct maple_device *mdev)
maple_device      331 drivers/sh/maple/maple.c static void maple_attach_driver(struct maple_device *mdev)
maple_device      410 drivers/sh/maple/maple.c 	struct maple_device *mdev;
maple_device      422 drivers/sh/maple/maple.c 	struct maple_device *mdev = to_maple_dev(device);
maple_device      449 drivers/sh/maple/maple.c 	struct maple_device *mdev;
maple_device      492 drivers/sh/maple/maple.c static void maple_map_subunits(struct maple_device *mdev, int submask)
maple_device      495 drivers/sh/maple/maple.c 	struct maple_device *mdev_add;
maple_device      524 drivers/sh/maple/maple.c static void maple_clean_submap(struct maple_device *mdev)
maple_device      535 drivers/sh/maple/maple.c static void maple_response_none(struct maple_device *mdev)
maple_device      577 drivers/sh/maple/maple.c static void maple_response_devinfo(struct maple_device *mdev,
maple_device      603 drivers/sh/maple/maple.c static void maple_response_fileerr(struct maple_device *mdev, void *recvbuf)
maple_device      617 drivers/sh/maple/maple.c 	struct maple_device *mdev;
maple_device      634 drivers/sh/maple/maple.c 	struct maple_device *mdev;
maple_device      753 drivers/sh/maple/maple.c 	struct maple_device *maple_dev = to_maple_dev(devptr);
maple_device      798 drivers/sh/maple/maple.c 	struct maple_device *mdev[MAPLE_PORTS];
maple_device       50 include/linux/maple.h 	struct maple_device *dev;
maple_device       72 include/linux/maple.h 	void (*fileerr_handler)(struct maple_device *mdev, void *recvbuf);
maple_device       73 include/linux/maple.h 	int (*can_unload)(struct maple_device *mdev);
maple_device       89 include/linux/maple.h void maple_getcond_callback(struct maple_device *dev,
maple_device       96 include/linux/maple.h int maple_add_packet(struct maple_device *mdev, u32 function,
maple_device       98 include/linux/maple.h void maple_clear_dev(struct maple_device *mdev);
maple_device      100 include/linux/maple.h #define to_maple_dev(n) container_of(n, struct maple_device, dev)