Lines Matching defs:items
1692 /* 0x6010: Touchpad FW items */
1707 * send a set state command to the device by reading the current items->state
1708 * field. items is then filled with the current state.
1712 struct hidpp_touchpad_fw_items *items)
1719 CMD_TOUCHPAD_FW_ITEMS_SET, &items->state, 1, &response);
1729 items->presence = params[0];
1730 items->desired_state = params[1];
1731 items->state = params[2];
1732 items->persistent = params[3];
2845 * Touchpad FW items
2855 struct hidpp_touchpad_fw_items items = {};
2868 ret = hidpp_touchpad_fw_items_set(hidpp, k400->feature_index, &items);