Searched refs:protected (Results 1 – 5 of 5) sorted by relevance
/drivers/clk/sunxi/ |
D | clk-simple-gates.c | 27 const int protected[], in sunxi_simple_gates_setup() argument 78 if (protected[j] == index) in sunxi_simple_gates_setup()
|
/drivers/net/ethernet/sfc/ |
D | siena.c | 817 bool protected; in siena_mtd_probe_partition() local 829 rc = efx_mcdi_nvram_info(efx, type, &size, &erase_size, &protected); in siena_mtd_probe_partition() 832 if (protected) in siena_mtd_probe_partition()
|
D | ef10.c | 4449 bool protected; in efx_ef10_mtd_probe_partition() local 4462 rc = efx_mcdi_nvram_info(efx, type, &size, &erase_size, &protected); in efx_ef10_mtd_probe_partition() 4465 if (protected) in efx_ef10_mtd_probe_partition()
|
/drivers/mtd/nand/ |
D | Kconfig | 296 partitioning to segregate write-protected blocks. On the Treo680, the 297 first five erase blocks (256KiB each) are write-protected, followed
|
/drivers/scsi/ |
D | libiscsi.c | 392 task->protected = true; in iscsi_prep_scsi_cmd_pdu() 848 if (task->protected) { in iscsi_scsi_cmd_rsp() 1652 task->protected = false; in iscsi_alloc_task()
|