Searched refs:mousedev_list (Results 1 – 1 of 1) sorted by relevance
56 struct mousedev_list *list;61 struct mousedev_list { struct64 struct mousedev_list *next; argument89 struct mousedev_list *list; in mousedev_event() argument163 struct mousedev_list *list = file->private_data; in mousedev_fasync()170 struct mousedev_list *list = file->private_data; in mousedev_release()171 struct mousedev_list **listptr; in mousedev_release()218 struct mousedev_list *list; in mousedev_open()224 if (!(list = kmalloc(sizeof(struct mousedev_list), GFP_KERNEL))) in mousedev_open()226 memset(list, 0, sizeof(struct mousedev_list)); in mousedev_open()[all …]