Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-lg4ff.c163 static const struct lg4ff_alternate_mode lg4ff_alternate_modes[] = { variable
827 lg4ff_alternate_modes[i].tag, in lg4ff_alternate_modes_show()
828 … !lg4ff_alternate_modes[i].product_id ? entry->wdata.real_name : lg4ff_alternate_modes[i].name); in lg4ff_alternate_modes_show()
833 if (lg4ff_alternate_modes[i].product_id == entry->wdata.product_id || in lg4ff_alternate_modes_show()
834 …(lg4ff_alternate_modes[i].product_id == 0 && entry->wdata.product_id == entry->wdata.real_product_… in lg4ff_alternate_modes_show()
890 const u16 mode_product_id = lg4ff_alternate_modes[i].product_id; in lg4ff_alternate_modes_store()
891 const char *tag = lg4ff_alternate_modes[i].tag; in lg4ff_alternate_modes_store()
924 …annot be switched back into \"%s\" mode\n", entry->wdata.real_name, lg4ff_alternate_modes[i].name); in lg4ff_alternate_modes_store()
1192 for (i = 1; i < ARRAY_SIZE(lg4ff_alternate_modes); i++) { in lg4ff_identify_multimode_wheel()
1193 dbg_hid("Testing whether PID is %X\n", lg4ff_alternate_modes[i].product_id); in lg4ff_identify_multimode_wheel()
[all …]