Home
last modified time | relevance | path

Searched refs:f_eem (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H A Dether.c193 static struct usb_function *f_eem; variable
262 f_eem = usb_get_function(fi_eem); in eth_do_config()
263 if (IS_ERR(f_eem)) in eth_do_config()
264 return PTR_ERR(f_eem); in eth_do_config()
266 status = usb_add_function(c, f_eem); in eth_do_config()
268 usb_put_function(f_eem); in eth_do_config()
456 usb_put_function(f_eem); in eth_unbind()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Dether.c193 static struct usb_function *f_eem; variable
262 f_eem = usb_get_function(fi_eem); in eth_do_config()
263 if (IS_ERR(f_eem)) in eth_do_config()
264 return PTR_ERR(f_eem); in eth_do_config()
266 status = usb_add_function(c, f_eem); in eth_do_config()
268 usb_put_function(f_eem); in eth_do_config()
456 usb_put_function(f_eem); in eth_unbind()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_eem.c3 * f_eem.c -- USB CDC Ethernet (EEM) link function driver
28 struct f_eem { struct
38 static inline struct f_eem *func_to_eem(struct usb_function *f) in func_to_eem()
40 return container_of(f, struct f_eem, port.func); in func_to_eem()
189 struct f_eem *eem = func_to_eem(f); in eem_set_alt()
232 struct f_eem *eem = func_to_eem(f); in eem_disable()
248 struct f_eem *eem = func_to_eem(f); in eem_bind()
627 struct f_eem *eem; in eem_free()
647 struct f_eem *eem; in eem_alloc()
H A DMakefile26 usb_f_eem-y := f_eem.o
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_eem.c3 * f_eem.c -- USB CDC Ethernet (EEM) link function driver
28 struct f_eem { struct
38 static inline struct f_eem *func_to_eem(struct usb_function *f) in func_to_eem()
40 return container_of(f, struct f_eem, port.func); in func_to_eem()
189 struct f_eem *eem = func_to_eem(f); in eem_set_alt()
232 struct f_eem *eem = func_to_eem(f); in eem_disable()
248 struct f_eem *eem = func_to_eem(f); in eem_bind()
625 struct f_eem *eem; in eem_free()
645 struct f_eem *eem; in eem_alloc()
H A DMakefile26 usb_f_eem-y := f_eem.o

Completed in 6 milliseconds