Home
last modified time | relevance | path

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

/linux/drivers/hid/
A Dhid-pl.c51 struct plff_device *plff = data; in hid_plff_play() local
58 left = left * plff->maxval / 0xffff; in hid_plff_play()
61 *plff->strong = left; in hid_plff_play()
62 *plff->weak = right; in hid_plff_play()
71 struct plff_device *plff; in plff_init() local
144 if (!plff) in plff_init()
153 kfree(plff); in plff_init()
157 plff->report = report; in plff_init()
158 plff->strong = strong; in plff_init()
159 plff->weak = weak; in plff_init()
[all …]

Completed in 4 milliseconds