Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-mf.c75 struct list_head *input_ptr = &hid->inputs; in mf_init() local
91 if (list_is_last(input_ptr, &hid->inputs)) { in mf_init()
96 input_ptr = input_ptr->next; in mf_init()
97 input = list_entry(input_ptr, struct hid_input, list); in mf_init()