Searched refs:n_parts (Results 1 – 3 of 3) sorted by relevance
56 size_t n_parts; member62 (part) != &(efx_mtd)->part[(efx_mtd)->n_parts]; \412 efx_mtd->n_parts = 1; in falcon_mtd_probe()438 efx_mtd->n_parts = 1; in falcon_mtd_probe()667 efx_mtd->n_parts = 0; in siena_mtd_probe()672 efx_mtd->n_parts, type); in siena_mtd_probe()674 efx_mtd->n_parts++; in siena_mtd_probe()
13 void omap_nand_flash_init(int opts, struct mtd_partition *parts, int n_parts);
216 unsigned toklen = *_toklen, n_parts, loop, tmp; in rxrpc_krb5_decode_principal() local226 n_parts = ntohl(*xdr++); in rxrpc_krb5_decode_principal()228 if (n_parts <= 0 || n_parts > AFSTOKEN_K5_COMPONENTS_MAX) in rxrpc_krb5_decode_principal()230 princ->n_name_parts = n_parts; in rxrpc_krb5_decode_principal()232 if (toklen <= (n_parts + 1) * 4) in rxrpc_krb5_decode_principal()235 princ->name_parts = kcalloc(n_parts, sizeof(char *), GFP_KERNEL); in rxrpc_krb5_decode_principal()239 for (loop = 0; loop < n_parts; loop++) { in rxrpc_krb5_decode_principal()