Home
last modified time | relevance | path

Searched refs:get_sw_write_prot (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c36 if (!ops->get_sw_write_prot) in spl_flash_get_sw_write_prot()
38 return log_ret(ops->get_sw_write_prot(dev)); in spl_flash_get_sw_write_prot()
H A Dsf_probe.c186 .get_sw_write_prot = spi_flash_std_get_sw_write_prot,
/OK3568_Linux_fs/u-boot/include/
H A Dspi_flash.h49 int (*get_sw_write_prot)(struct udevice *dev); member