Home
last modified time | relevance | path

Searched refs:ENOTCONN (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/linux/
A Derrno.h115 #define ENOTCONN 107 /* Transport endpoint is not connected */ macro
/u-boot/drivers/video/bridge/
A Dvideo-bridge-uclass.c44 return ret > 0 ? 0 : ret == 0 ? -ENOTCONN : ret; in video_bridge_check_attached()
/u-boot/lib/
A Derrno_str.c121 ERRNO_MSG(ENOTCONN, "Transport endpoint is not connected"),
/u-boot/common/
A Dusb_hub.c367 return -ENOTCONN; in usb_hub_port_connect_change()

Completed in 6 milliseconds