Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/asm-generic/
Derrno.h36 #define ENOANO 55 /* No anode */ macro
/linux-4.19.296/drivers/uwb/
Dneh.c500 if (needtofree < 0 && needtofree != -ENOANO) { in uwb_rc_neh_grok()
509 needtofree = -ENOANO; in uwb_rc_neh_grok()
512 if (needtofree == -ENOANO) { in uwb_rc_neh_grok()
Dhwa-rc.c406 result = -ENOANO; in hwarc_filter_cmd_WUSB_0100()
427 int result = -ENOANO; in hwarc_filter_cmd()
502 int result = -ENOANO; in hwarc_filter_event_WUSB_0100()
582 int result = -ENOANO; in hwarc_filter_event()
Dreset.c89 if (needtofree < 0 && needtofree != -ENOANO) { in uwb_rc_cmd_async()