Lines Matching refs:maple_device

61 static struct maple_device *baseunits[MAPLE_PORTS];
121 void maple_getcond_callback(struct maple_device *dev, in maple_getcond_callback()
139 struct maple_device *mdev; in maple_release_device()
157 int maple_add_packet(struct maple_device *mdev, u32 function, u32 command, in maple_add_packet()
186 static struct mapleq *maple_allocq(struct maple_device *mdev) in maple_allocq()
211 static struct maple_device *maple_alloc_dev(int port, int unit) in maple_alloc_dev()
213 struct maple_device *mdev; in maple_alloc_dev()
237 static void maple_free_dev(struct maple_device *mdev) in maple_free_dev()
316 struct maple_device *mdev; in maple_check_matching_driver()
325 static void maple_detach_driver(struct maple_device *mdev) in maple_detach_driver()
331 static void maple_attach_driver(struct maple_device *mdev) in maple_attach_driver()
410 struct maple_device *mdev; in check_maple_device()
422 struct maple_device *mdev = to_maple_dev(device); in setup_maple_commands()
449 struct maple_device *mdev; in maple_vblank_handler()
492 static void maple_map_subunits(struct maple_device *mdev, int submask) in maple_map_subunits()
495 struct maple_device *mdev_add; in maple_map_subunits()
524 static void maple_clean_submap(struct maple_device *mdev) in maple_clean_submap()
535 static void maple_response_none(struct maple_device *mdev) in maple_response_none()
577 static void maple_response_devinfo(struct maple_device *mdev, in maple_response_devinfo()
603 static void maple_response_fileerr(struct maple_device *mdev, void *recvbuf) in maple_response_fileerr()
617 struct maple_device *mdev; in maple_port_rescan()
634 struct maple_device *mdev; in maple_dma_handler()
753 struct maple_device *maple_dev = to_maple_dev(devptr); in maple_match_bus_driver()
790 struct maple_device *mdev[MAPLE_PORTS]; in maple_bus_init()