Searched refs:clear_port_change (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 2957 static inline void clear_port_change(struct tegra_xudc *xudc, u32 flag) in clear_port_change() function 2982 clear_port_change(xudc, PORTSC_PRC | PORTSC_PED); in __tegra_xudc_handle_port_status() 2993 clear_port_change(xudc, PORTSC_PRC | PORTSC_PED); in __tegra_xudc_handle_port_status() 3002 clear_port_change(xudc, PORTSC_WRC | PORTSC_PED); in __tegra_xudc_handle_port_status() 3010 clear_port_change(xudc, PORTSC_CSC); in __tegra_xudc_handle_port_status() 3028 clear_port_change(xudc, PORTSC_PLC); in __tegra_xudc_handle_port_status() 3053 clear_port_change(xudc, PORTSC_CEC); in __tegra_xudc_handle_port_status()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 2968 static inline void clear_port_change(struct tegra_xudc *xudc, u32 flag) in clear_port_change() function 2993 clear_port_change(xudc, PORTSC_PRC | PORTSC_PED); in __tegra_xudc_handle_port_status() 3004 clear_port_change(xudc, PORTSC_PRC | PORTSC_PED); in __tegra_xudc_handle_port_status() 3013 clear_port_change(xudc, PORTSC_WRC | PORTSC_PED); in __tegra_xudc_handle_port_status() 3021 clear_port_change(xudc, PORTSC_CSC); in __tegra_xudc_handle_port_status() 3039 clear_port_change(xudc, PORTSC_PLC); in __tegra_xudc_handle_port_status() 3064 clear_port_change(xudc, PORTSC_CEC); in __tegra_xudc_handle_port_status()
|
Completed in 11 milliseconds