Searched refs:byte (Results 1 – 13 of 13) sorted by relevance
/include/asm-generic/ |
D | word-at-a-time.h | 27 long byte = 0; in find_zero() local 32 byte = 4; in find_zero() 37 byte += 2; in find_zero() 38 return (mask >> 8) ? byte : byte + 1; in find_zero()
|
/include/linux/ |
D | ks0108.h | 15 extern void ks0108_writedata(unsigned char byte); 18 extern void ks0108_writecontrol(unsigned char byte);
|
D | eeprom_93cx6.h | 66 const u8 byte, u8 *data); 68 const u8 byte, u8 *data, const u16 bytes);
|
D | bitrev.h | 16 static inline u8 __bitrev8(u8 byte) in __bitrev8() argument 18 return byte_rev_table[byte]; in __bitrev8()
|
D | libps2.h | 49 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout);
|
D | kernel.h | 613 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() argument 615 *buf++ = hex_asc_hi(byte); in hex_byte_pack() 616 *buf++ = hex_asc_lo(byte); in hex_byte_pack() 624 static inline char *hex_byte_pack_upper(char *buf, u8 byte) in hex_byte_pack_upper() argument 626 *buf++ = hex_asc_upper_hi(byte); in hex_byte_pack_upper() 627 *buf++ = hex_asc_upper_lo(byte); in hex_byte_pack_upper()
|
D | pci.h | 1677 #define _PCI_NOP_ALL(o, x) _PCI_NOP(o, byte, u8 x) \
|
/include/xen/interface/io/ |
D | netif.h | 302 uint8_t byte = buf[bufi]; in xen_netif_toeplitz_hash() local 306 if (byte & 0x80) in xen_netif_toeplitz_hash() 309 byte <<= 1; in xen_netif_toeplitz_hash()
|
/include/media/ |
D | dvb_ringbuffer.h | 177 #define DVB_RINGBUFFER_WRITE_BYTE(rbuf, byte) \ argument 178 { (rbuf)->data[(rbuf)->pwrite] = (byte); \
|
/include/uapi/linux/ |
D | i2c.h | 136 __u8 byte; member
|
D | soundcard.h | 1264 #define SEQ_MIDIOUT(device, byte) {_SEQ_NEEDBUF(4);\ argument 1266 _seqbuf[_seqbufptr+1] = (byte);\
|
/include/drm/ |
D | drm_hdcp.h | 279 #define DRM_HDCP_2_KSV_COUNT_2_LSBITS(byte) (((byte) & 0xC) >> 6) argument
|
/include/linux/mtd/ |
D | rawnand.h | 995 void (*write_byte)(struct nand_chip *chip, u8 byte);
|