#define NSEQ(seq...) sizeof((char[]){ seq }), seq
-static void s6e3ha2__write_nseq(struct s6e3ha2 *ctx, const u8 *nseq)
+static void s6e3ha2_write_nseq(struct s6e3ha2 *ctx, const u8 *nseq)
{
int count;
};
static const u8 *hmt_on[] = { ha2_hmt_on, hf2_hmt_on };
- s6e3ha2__write_nseq(ctx, hmt_on[ctx->model]);
+ s6e3ha2_write_nseq(ctx, hmt_on[ctx->model]);
}
static void s6e3ha2_hmt_off(struct s6e3ha2 *ctx)
};
static const u8 *hmt_off[] = { ha2_hmt_off, hf2_hmt_off };
- s6e3ha2__write_nseq(ctx, hmt_off[ctx->model]);
+ s6e3ha2_write_nseq(ctx, hmt_off[ctx->model]);
}
static void s6e3ha2_hmt_set(struct s6e3ha2 *ctx, bool enable)