Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/stm/
A Dcore.c487 struct stm_file *stmf; in stm_char_open() local
496 stmf = kzalloc(sizeof(*stmf), GFP_KERNEL); in stm_char_open()
497 if (!stmf) in stm_char_open()
507 file->private_data = stmf; in stm_char_open()
512 kfree(stmf); in stm_char_open()
527 stmf->output.channel); in stm_char_release()
536 kfree(stmf); in stm_char_release()
639 err = stm_assign_first_policy(stmf->stm, &stmf->output, ids, 1); in stm_char_write()
733 if (stmf->output.nr_chans) in stm_char_policy_set_ioctl()
765 ret = stm_assign_first_policy(stmf->stm, &stmf->output, ids, in stm_char_policy_set_ioctl()
[all …]

Completed in 7 milliseconds