Home
last modified time | relevance | path

Searched defs:ec (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec_sandbox.c102 struct ec_state *ec = &s_state; in cros_ec_read_state() local
142 struct ec_state *ec = g_state; in cros_ec_write_state() local
167 static int get_image_used(struct ec_state *ec, struct fmap_entry *entry) in get_image_used()
194 static int keyscan_read_fdt_matrix(struct ec_state *ec, ofnode node) in keyscan_read_fdt_matrix()
243 static int cros_ec_keyscan(struct ec_state *ec, uint8_t *scan) in cros_ec_keyscan()
285 static int process_cmd(struct ec_state *ec, in process_cmd()
474 struct ec_state *ec = dev_get_priv(dev->dev); in cros_ec_sandbox_packet() local
499 struct ec_state *ec = dev_get_priv(dev->dev); in cros_ec_check_keyboard() local
515 struct ec_state *ec = dev->priv; in cros_ec_probe() local
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dattach.c116 int lnum, int ec, int to_head, struct list_head *list) in add_to_list()
156 static int add_corrupted(struct ubi_attach_info *ai, int pnum, int ec) in add_corrupted()
446 int ec, const struct ubi_vid_hdr *vid_hdr, int bitflips) in ubi_add_to_av()
659 const struct ubi_attach_info *ai, int pnum, int ec) in early_erase_peb()
H A Dfastmap.c144 int pnum, int ec, int scrub) in add_aeb()
521 unsigned long long ec = be64_to_cpu(ech->ec); in scan_pool() local
1365 long long ec; in erase_block() local
H A Dwl.c436 unsigned long long ec = e->ec; in sync_erase() local
1706 static int self_check_ec(struct ubi_device *ubi, int pnum, int ec)
H A Dubi-media.h149 __be64 ec; /* Warning: the current limit is 31-bit anyway! */ member
468 __be32 ec; member
H A Dio.c664 long long ec; in validate_ec_hdr() local
H A Dubi.h178 int ec; member
648 int ec; member
/rk3399_rockchip-uboot/drivers/i2c/
H A Dmvtwsi.c248 inline uint mvtwsi_error(uint ec, uint lc, uint ls, uint es) in mvtwsi_error()