Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-logitech-hidpp.c212 const struct hidpp_reprog_control_mapping *reprog_controls; member
3754 if (!hidpp->reprog_controls) in hidpp20_reprog_controls_connect()
3761 for (mapping = hidpp->reprog_controls; mapping->control; mapping++) { in hidpp20_reprog_controls_connect()
3782 !hidpp->reprog_controls || in hidpp20_reprog_controls_raw_event()
3794 for (mapping = hidpp->reprog_controls; mapping->control; mapping++) { in hidpp20_reprog_controls_raw_event()
3817 if (!hidpp->reprog_controls) in hidpp20_reprog_controls_populate_input()
3820 for (mapping = hidpp->reprog_controls; mapping->control; mapping++) in hidpp20_reprog_controls_populate_input()
4729 hidpp->reprog_controls = hidpp20_reprog_controls_get_mappings(hidpp); in hidpp_probe()