Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-pl.c29 #define debug(format, arg...) pr_debug("hid-plff: " format "\n" , ## arg)
51 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()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-pl.c29 #define debug(format, arg...) pr_debug("hid-plff: " format "\n" , ## arg)
51 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()
[all...]

Completed in 1 milliseconds