Searched defs:off (Results 1 – 6 of 6) sorted by relevance
/device/google/dragon/recovery/updater/ |
D | flash_device.c | 97 int flash_read(struct flash_device *dev, off_t off, void *buff, size_t len) in flash_read() 102 int flash_write(struct flash_device *dev, off_t off, void *buff, size_t len) in flash_write() 112 int flash_erase(struct flash_device *dev, off_t off, size_t len) in flash_erase() 132 off_t off = fmap_scan_offset(dev, end); in flash_get_fmap() local
|
D | vboot_interface.c | 126 uint32_t off = end - (end % 64); /* start on a 64-byte boundary */ in fmap_scan_offset() local 414 int off = param->offset; in vbnv_readwrite() local
|
D | ec_commands.h | 1385 } dump, off, on, init, get_seq, get_params_v0, get_params_v1, member 1461 } off, on, init, set_brightness, seq, reg, set_rgb, member
|
/device/moto/shamu/power/ |
D | power_shamu.c | 68 static void coresonline(int off) in coresonline() 94 static void enc_boost(int off) in enc_boost()
|
/device/lge/bullhead/liblight/ |
D | lights.c | 80 static int write_on_off(char const* path, int on, int off) in write_on_off()
|
/device/huawei/angler/liblight/ |
D | lights.c | 118 write_on_off(char const* path, int on, int off) in write_on_off()
|