Home
last modified time | relevance | path

Searched refs:maple_device (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/
Dmaple.h50 struct maple_device *dev;
68 struct maple_device { struct
72 void (*fileerr_handler)(struct maple_device *mdev, void *recvbuf); argument
73 int (*can_unload)(struct maple_device *mdev); argument
89 void maple_getcond_callback(struct maple_device *dev, argument
96 int maple_add_packet(struct maple_device *mdev, u32 function,
98 void maple_clear_dev(struct maple_device *mdev);
100 #define to_maple_dev(n) container_of(n, struct maple_device, dev)
/Linux-v4.19/drivers/sh/maple/
Dmaple.c62 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()
[all …]
/Linux-v4.19/drivers/mtd/maps/
Dvmu-flash.c26 struct maple_device *mdev;
62 struct maple_device *mdev; in ofs_to_block()
93 struct maple_device *mdev; in vmu_blockread()
116 struct maple_device *mdev; in maple_vmu_read_block()
233 struct maple_device *mdev; in maple_vmu_write_block()
310 struct maple_device *mdev; in vmu_flash_read_char()
355 struct maple_device *mdev; in vmu_flash_read()
421 struct maple_device *mdev; in vmu_flash_write()
503 struct maple_device *mdev; in vmu_queryblocks()
599 static int vmu_connect(struct maple_device *mdev) in vmu_connect()
[all …]
/Linux-v4.19/drivers/input/mouse/
Dmaplemouse.c23 struct maple_device *mdev;
29 struct maple_device *mapledev = mq->dev; in dc_mouse_callback()
69 struct maple_device *mdev = to_maple_dev(dev); in probe_maple_mouse()
118 struct maple_device *mdev = to_maple_dev(dev); in remove_maple_mouse()
/Linux-v4.19/drivers/input/joystick/
Dmaplecontrol.c23 struct maple_device *mdev;
29 struct maple_device *mapledev = mq->dev; in dc_pad_callback()
97 struct maple_device *mdev = to_maple_dev(dev); in probe_maple_controller()
161 struct maple_device *mdev = to_maple_dev(dev); in remove_maple_controller()
/Linux-v4.19/drivers/input/keyboard/
Dmaple_keyb.c141 struct maple_device *mapledev = mq->dev; in dc_kbd_callback()
162 struct maple_device *mdev; in probe_maple_kbd()
225 struct maple_device *mdev = to_maple_dev(dev); in remove_maple_kbd()