Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hid/
Dhid-pl.c51 struct plff_device *plff = data; in hid_plff_play() local
58 left = left * plff->maxval / 0xffff; in hid_plff_play()
59 right = right * plff->maxval / 0xffff; in hid_plff_play()
61 *plff->strong = left; in hid_plff_play()
62 *plff->weak = right; in hid_plff_play()
64 hid_hw_request(hid, plff->report, HID_REQ_SET_REPORT); in hid_plff_play()
71 struct plff_device *plff; in plff_init() local
143 plff = kzalloc(sizeof(struct plff_device), GFP_KERNEL); in plff_init()
144 if (!plff) in plff_init()
151 error = input_ff_create_memless(dev, plff, hid_plff_play); in plff_init()
[all …]