Searched refs:usbhs_sys_function_pullup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A D | common.h | 303 void usbhs_sys_function_pullup(struct usbhs_priv *priv, int enable);
|
H A D | mod_gadget.c | 806 usbhs_sys_function_pullup(priv, 1); in usbhsg_update_pullup() 808 usbhs_sys_function_pullup(priv, 0); in usbhsg_update_pullup()
|
H A D | common.c | 130 * calling usbhs_sys_function_pullup(,1) in usbhs_sys_function_ctrl() 135 void usbhs_sys_function_pullup(struct usbhs_priv *priv, int enable) in usbhs_sys_function_pullup() function
|
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
H A D | common.h | 304 void usbhs_sys_function_pullup(struct usbhs_priv *priv, int enable);
|
H A D | mod_gadget.c | 806 usbhs_sys_function_pullup(priv, 1); in usbhsg_update_pullup() 808 usbhs_sys_function_pullup(priv, 0); in usbhsg_update_pullup()
|
H A D | common.c | 130 * calling usbhs_sys_function_pullup(,1) in usbhs_sys_function_ctrl() 135 void usbhs_sys_function_pullup(struct usbhs_priv *priv, int enable) in usbhs_sys_function_pullup() function
|
Completed in 7 milliseconds