Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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)
/openbmc/linux/drivers/sh/maple/
H A Dmaple.c61 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()
[all …]
/openbmc/linux/drivers/mtd/maps/
H A Dvmu-flash.c24 struct maple_device *mdev;
60 struct maple_device *mdev; in ofs_to_block()
91 struct maple_device *mdev; in vmu_blockread()
114 struct maple_device *mdev; in maple_vmu_read_block()
231 struct maple_device *mdev; in maple_vmu_write_block()
308 struct maple_device *mdev; in vmu_flash_read_char()
353 struct maple_device *mdev; in vmu_flash_read()
419 struct maple_device *mdev; in vmu_flash_write()
501 struct maple_device *mdev; in vmu_queryblocks()
597 static int vmu_connect(struct maple_device *mdev) in vmu_connect()
[all …]
/openbmc/linux/drivers/input/mouse/
H A Dmaplemouse.c24 struct maple_device *mdev;
30 struct maple_device *mapledev = mq->dev; in dc_mouse_callback()
70 struct maple_device *mdev = to_maple_dev(dev); in probe_maple_mouse()
119 struct maple_device *mdev = to_maple_dev(dev); in remove_maple_mouse()
/openbmc/linux/drivers/input/joystick/
H A Dmaplecontrol.c24 struct maple_device *mdev;
30 struct maple_device *mapledev = mq->dev; in dc_pad_callback()
98 struct maple_device *mdev = to_maple_dev(dev); in probe_maple_controller()
162 struct maple_device *mdev = to_maple_dev(dev); in remove_maple_controller()
/openbmc/linux/drivers/input/keyboard/
H A Dmaple_keyb.c127 struct maple_device *mapledev = mq->dev; in dc_kbd_callback()
148 struct maple_device *mdev; in probe_maple_kbd()
211 struct maple_device *mdev = to_maple_dev(dev); in remove_maple_kbd()