Lines Matching refs:e
111 struct hidg_func_node *e, *n; in do_config() local
119 list_for_each_entry(e, &hidg_func_list, node) { in do_config()
120 e->f = usb_get_function(e->fi); in do_config()
121 if (IS_ERR(e->f)) in do_config()
123 status = usb_add_function(c, e->f); in do_config()
125 usb_put_function(e->f); in do_config()
133 if (n == e) in do_config()
241 struct hidg_func_node *e, *n; in hidg_plat_driver_remove() local
243 list_for_each_entry_safe(e, n, &hidg_func_list, node) { in hidg_plat_driver_remove()
244 list_del(&e->node); in hidg_plat_driver_remove()
245 kfree(e); in hidg_plat_driver_remove()