Searched refs:file_data (Results 1 – 2 of 2) sorted by relevance
153 static void usbtmc_draw_down(struct usbtmc_file_data *file_data);167 struct usbtmc_file_data *file_data; in usbtmc_open() local175 file_data = kzalloc(sizeof(*file_data), GFP_KERNEL); in usbtmc_open()176 if (!file_data) in usbtmc_open()179 spin_lock_init(&file_data->err_lock); in usbtmc_open()180 sema_init(&file_data->limit_write_sem, MAX_URBS_IN_FLIGHT); in usbtmc_open()181 init_usb_anchor(&file_data->submitted); in usbtmc_open()182 init_usb_anchor(&file_data->in_anchor); in usbtmc_open()183 init_waitqueue_head(&file_data->wait_bulk_in); in usbtmc_open()190 file_data->data = data; in usbtmc_open()[all …]
5 a bit looser, e.g. it doesn't care if the <file_data> items are37 One <file_data> for each file that's either a symlink or a40 <file_data>:68 The order of <file_data>'s is a depth-first descent of the directory