Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-lg4ff.c303 struct lg4ff_device_entry *entry = drv_data->device_props; in lg4ff_adjust_input_event()
330 struct lg4ff_device_entry *entry = drv_data->device_props; in lg4ff_raw_event()
421 entry = drv_data->device_props; in lg4ff_play()
483 entry = drv_data->device_props; in lg4ff_set_autocenter_default()
563 entry = drv_data->device_props; in lg4ff_set_autocenter_ffex()
597 entry = drv_data->device_props; in lg4ff_set_range_g25()
633 entry = drv_data->device_props; in lg4ff_set_range_dfp()
777 entry = drv_data->device_props; in lg4ff_switch_compatibility_mode()
812 entry = drv_data->device_props; in lg4ff_alternate_modes_show()
863 entry = drv_data->device_props; in lg4ff_alternate_modes_store()
[all …]
H A Dhid-lg.h7 void *device_props; /* Device specific properties */ member