Home | History | Annotate | Download | only in ic

Lines Matching defs:fwp

169     const struct bwfm_firmware_selector * const fwp,
177 names[1] = kmem_asprintf("%s.%s", fwp->fwsel_basename,
180 fwp->fwsel_basename, ctx->ctx_model,
251 const struct bwfm_firmware_selector *fwp;
258 for (fwp = fwtab; fwp->fwsel_basename != NULL; fwp++) {
259 if (fwp->fwsel_chip == ctx->ctx_chip &&
260 fwp->fwsel_revmask & __BIT(ctx->ctx_chiprev))
263 if (fwp->fwsel_basename == NULL) {
279 bwfm_firmware_read_file(sc, fwp, ctx, i);