Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 8 of 8) sorted by relevance

/include/media/
Ddvb_ringbuffer.h177 #define DVB_RINGBUFFER_WRITE_BYTE(rbuf, byte) \ argument
/include/linux/
Dbitrev.h16 static inline u8 __bitrev8(u8 byte) in __bitrev8()
Dkernel.h262 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack()
273 static inline char *hex_byte_pack_upper(char *buf, u8 byte) in hex_byte_pack_upper()
/include/asm-generic/
Dword-at-a-time.h27 long byte = 0; in find_zero() local
/include/uapi/linux/
Di2c.h142 __u8 byte; member
Dsoundcard.h1264 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4);\ argument
/include/xen/interface/io/
Dnetif.h315 uint8_t byte = buf[bufi]; in xen_netif_toeplitz_hash() local
/include/drm/
Ddrm_hdcp.h285 #define DRM_HDCP_2_KSV_COUNT_2_LSBITS(byte) (((byte) & 0xC0) >> 6) argument