Home
last modified time | relevance | path

Searched defs:off (Results 1 – 6 of 6) sorted by relevance

/device/google/dragon/recovery/updater/
Dflash_device.c97 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
Dvboot_interface.c126 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
Dec_commands.h1385 } 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/
Dpower_shamu.c68 static void coresonline(int off) in coresonline()
94 static void enc_boost(int off) in enc_boost()
/device/lge/bullhead/liblight/
Dlights.c80 static int write_on_off(char const* path, int on, int off) in write_on_off()
/device/huawei/angler/liblight/
Dlights.c118 write_on_off(char const* path, int on, int off) in write_on_off()