Lines Matching defs:items
2197 /* 0x6010: Touchpad FW items */
2212 * send a set state command to the device by reading the current items->state
2213 * field. items is then filled with the current state.
2217 struct hidpp_touchpad_fw_items *items)
2224 CMD_TOUCHPAD_FW_ITEMS_SET, &items->state, 1, &response);
2234 items->presence = params[0];
2235 items->desired_state = params[1];
2236 items->state = params[2];
2237 items->persistent = params[3];
3356 * Touchpad FW items
3366 struct hidpp_touchpad_fw_items items = {};
3379 ret = hidpp_touchpad_fw_items_set(hidpp, k400->feature_index, &items);