Lines Matching refs:maple_device
61 static struct maple_device *baseunits[MAPLE_PORTS];
120 void maple_getcond_callback(struct maple_device *dev, in maple_getcond_callback()
138 struct maple_device *mdev; in maple_release_device()
156 int maple_add_packet(struct maple_device *mdev, u32 function, u32 command, in maple_add_packet()
185 static struct mapleq *maple_allocq(struct maple_device *mdev) in maple_allocq()
210 static struct maple_device *maple_alloc_dev(int port, int unit) in maple_alloc_dev()
212 struct maple_device *mdev; in maple_alloc_dev()
236 static void maple_free_dev(struct maple_device *mdev) in maple_free_dev()
315 struct maple_device *mdev; in maple_check_matching_driver()
324 static void maple_detach_driver(struct maple_device *mdev) in maple_detach_driver()
330 static void maple_attach_driver(struct maple_device *mdev) in maple_attach_driver()
409 struct maple_device *mdev; in check_maple_device()
421 struct maple_device *mdev = to_maple_dev(device); in setup_maple_commands()
448 struct maple_device *mdev; in maple_vblank_handler()
491 static void maple_map_subunits(struct maple_device *mdev, int submask) in maple_map_subunits()
494 struct maple_device *mdev_add; in maple_map_subunits()
523 static void maple_clean_submap(struct maple_device *mdev) in maple_clean_submap()
534 static void maple_response_none(struct maple_device *mdev) in maple_response_none()
576 static void maple_response_devinfo(struct maple_device *mdev, in maple_response_devinfo()
602 static void maple_response_fileerr(struct maple_device *mdev, void *recvbuf) in maple_response_fileerr()
616 struct maple_device *mdev; in maple_port_rescan()
633 struct maple_device *mdev; in maple_dma_handler()
752 struct maple_device *maple_dev = to_maple_dev(devptr); in maple_match_bus_driver()
797 struct maple_device *mdev[MAPLE_PORTS]; in maple_bus_init()