Searched refs:stmf (Results 1 – 1 of 1) sorted by relevance
329 struct stm_file *stmf; in stm_char_open() local338 stmf = kzalloc(sizeof(*stmf), GFP_KERNEL); in stm_char_open()339 if (!stmf) in stm_char_open()342 stmf->stm = to_stm_device(dev); in stm_char_open()344 if (!try_module_get(stmf->stm->owner)) in stm_char_open()347 file->private_data = stmf; in stm_char_open()352 kfree(stmf); in stm_char_open()359 struct stm_file *stmf = file->private_data; in stm_char_release() local361 stm_output_free(stmf->stm, &stmf->output); in stm_char_release()362 stm_put_device(stmf->stm); in stm_char_release()[all …]