Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 10 of 10) sorted by relevance

/include/asm-generic/
Dword-at-a-time.h31 long byte = 0; in find_zero() local
36 byte = 4; in find_zero()
41 byte += 2; in find_zero()
42 return (mask >> 8) ? byte : byte + 1; in find_zero()
/include/linux/
Dks0108.h29 extern void ks0108_writedata(unsigned char byte);
32 extern void ks0108_writecontrol(unsigned char byte);
Dbitrev.h8 static inline u8 bitrev8(u8 byte) in bitrev8() argument
10 return byte_rev_table[byte]; in bitrev8()
Dlibps2.h45 int ps2_sendbyte(struct ps2dev *ps2dev, unsigned char byte, int timeout);
Dkernel.h438 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() argument
440 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
441 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
445 static inline char * __deprecated pack_hex_byte(char *buf, u8 byte) in pack_hex_byte() argument
447 return hex_byte_pack(buf, byte); in pack_hex_byte()
Dpci.h1260 #define _PCI_NOP_ALL(o, x) _PCI_NOP(o, byte, u8 x) \
/include/net/irda/
Dwrapper.h56 iobuff_t *buf, __u8 byte);
Ddiscovery.h57 __u8 byte[2]; member
/include/uapi/linux/
Di2c.h129 __u8 byte; member
Dsoundcard.h1264 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4);\ argument
1266 _seqbuf[_seqbufptr+1] = (byte);\