Home
last modified time | relevance | path

Searched refs:EISNAM (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Derrno.h128 #define EISNAM 120 /* Is a named type file */ macro
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c134 ERRNO_MSG(EISNAM, "Is a named type file"),
/rk3399_rockchip-uboot/drivers/usb/gadget/udc/
H A Dudc-core.c315 if (ret != -EISNAM) in udc_bind_to_driver()