Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
LE16
drivers/hid/bpf/progs/hid_report_helpers.h
43
#define LE16(v_) i16(v_) & 0xff, ((v_) >> 8) & 0xff
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
27
#define LE16(x) cpu_to_le16(x)