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

/linux-4.1.27/drivers/hid/
H A Dhid-lg4ff.c83 u32 alternate_modes; member in struct:lg4ff_device_entry
123 const u32 alternate_modes; member in struct:lg4ff_multimode_wheel
615 if (entry->alternate_modes & BIT(i)) { lg4ff_alternate_modes_show()
678 if (entry->alternate_modes & BIT(i)) { lg4ff_alternate_modes_store()
722 static DEVICE_ATTR(alternate_modes, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, lg4ff_alternate_modes_show, lg4ff_alternate_modes_store);
1073 entry->alternate_modes = lg4ff_multimode_wheels[mmode_idx].alternate_modes; lg4ff_init()
1182 if (entry->alternate_modes) { lg4ff_deinit()

Completed in 49 milliseconds