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

/linux-4.1.27/drivers/hid/
H A Dhid-lg4ff.c160 static const struct lg4ff_alternate_mode lg4ff_alternate_modes[] = { variable in typeref:struct:lg4ff_alternate_mode
618 lg4ff_alternate_modes[i].tag, lg4ff_alternate_modes_show()
619 !lg4ff_alternate_modes[i].product_id ? entry->real_name : lg4ff_alternate_modes[i].name); lg4ff_alternate_modes_show()
624 if (lg4ff_alternate_modes[i].product_id == entry->product_id || lg4ff_alternate_modes_show()
625 (lg4ff_alternate_modes[i].product_id == 0 && entry->product_id == entry->real_product_id)) lg4ff_alternate_modes_show()
675 const u16 mode_product_id = lg4ff_alternate_modes[i].product_id; lg4ff_alternate_modes_store()
676 const char *tag = lg4ff_alternate_modes[i].tag; lg4ff_alternate_modes_store()
709 hid_info(hid, "\"%s\" cannot be switched back into \"%s\" mode\n", entry->real_name, lg4ff_alternate_modes[i].name); lg4ff_alternate_modes_store()

Completed in 58 milliseconds