HomeSort by relevance Sort by last modified time
    Searched defs:write_byte (Results 1 - 5 of 5) sorted by null

  /device/google/contexthub/util/stm32_flash/
flash.c 53 ssize_t write_byte(int fd, uint8_t byte) function
168 if (write_byte(gpio, '1') < 0)
330 if (write_byte(gpio, '0') < 0)
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 84 errcode_t (*write_byte)(io_channel channel, unsigned long offset, member in struct:struct_io_manager
test_io.c 55 void (*write_byte)(unsigned long block, int count, errcode_t err); member in struct:test_private_data
214 data->write_byte = test_io_cb_write_byte;
421 if (data->real && data->real->manager->write_byte)
423 if (data->write_byte)
424 data->write_byte(offset, count, retval);
427 "Test_io: write_byte(%lu, %d) returned %s\n",
541 .write_byte = test_write_byte,
  /external/libpng/contrib/tools/
pngfix.c 1342 write_byte(struct file *file, int b) function
    [all...]
  /system/nfc/src/nfc/int/
rw_int.h 206 uint8_t write_byte; /* Index of last written byte */ member in struct:__anon115103
    [all...]

Completed in 302 milliseconds