Lines Matching refs:e
96 struct hidg_func_node *e, *n; in do_config() local
104 list_for_each_entry(e, &hidg_func_list, node) { in do_config()
105 e->f = usb_get_function(e->fi); in do_config()
106 if (IS_ERR(e->f)) in do_config()
108 status = usb_add_function(c, e->f); in do_config()
110 usb_put_function(e->f); in do_config()
118 if (n == e) in do_config()
244 struct hidg_func_node *e, *n; in hidg_plat_driver_remove() local
246 list_for_each_entry_safe(e, n, &hidg_func_list, node) { in hidg_plat_driver_remove()
247 list_del(&e->node); in hidg_plat_driver_remove()
248 kfree(e); in hidg_plat_driver_remove()