Searched refs:read_u8 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | charset.c | 29 static int get_code(u8 (*read_u8)(void *data), void *data) in get_code() 33 ch = read_u8(data); in get_code() 44 ch = read_u8(data); in get_code() 56 ch = read_u8(data); in get_code() 63 ch = read_u8(data); in get_code()
|
/openbmc/qemu/ui/ |
H A D | vnc.c | 1749 static uint8_t read_u8(uint8_t *data, size_t offset) in read_u8() function 2391 set_pixel_format(vs, read_u8(data, 4), in protocol_client_msg() 2392 read_u8(data, 6), read_u8(data, 7), in protocol_client_msg() 2395 read_u8(data, 15), read_u8(data, 16)); in protocol_client_msg() 2479 uint8_t version = read_u8(data, 2); in protocol_client_msg() 2480 uint8_t action = read_u8(data, 3); in protocol_client_msg() 2509 switch (read_u8(data, 1)) { in protocol_client_msg() 2539 switch (read_u8(data, 4)) { in protocol_client_msg() 2551 vs->as.nchannels = read_u8(data, 5); in protocol_client_msg() 2554 read_u8(data, 5)); in protocol_client_msg() [all …]
|