Home
last modified time | relevance | path

Searched refs:id_len (Results 1 – 6 of 6) sorted by relevance

/drivers/mtd/nand/raw/
A Dsand_nand.c89 u8 id_len; member
373 src_len = chip->id_len; in sand_nand_read_buf()
489 int id_len, onfi_len; in sand_nand_probe() local
499 id = ofnode_read_prop(np, "sandbox,id", &id_len); in sand_nand_probe()
568 chip->id_len = id_len; in sand_nand_probe()
A Dnand_base.c4233 return type->id_len; in is_full_id_nand()
4239 if (!strncmp((char *)type->id, (char *)chip->id.data, type->id_len)) { in find_full_id_nand()
/drivers/mtd/spi/
A Dsf_internal.h30 u8 id_len; member
A Dspi-nor-tiny.c384 if (info->id_len) { in spi_nor_read_id()
385 if (!memcmp(info->id, id, info->id_len)) in spi_nor_read_id()
A Dspi-nor-ids.c31 .id_len = (!(_jedec_id) ? 0 : (3 + ((_ext_id) ? 2 : 0))), \
47 .id_len = 6, \
A Dspi-nor-core.c1575 if (info->id_len) { in spi_nor_read_id()
1576 if (!memcmp(info->id, id, info->id_len)) in spi_nor_read_id()

Completed in 32 milliseconds