Searched refs:hsls (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dmax2175.c273 struct v4l2_ctrl *hsls; /* High-side/Low-side polarity */ member in struct:max2175
705 static int max2175_tune_rf_freq(struct max2175 *ctx, u64 freq, u32 hsls) argument
709 ret = max2175_set_rf_freq(ctx, freq, hsls);
791 max2175_set_hsls(ctx, ctx->hsls->cur.val);
1012 max2175_tune_rf_freq(ctx, ctx->freq, ctx->hsls->cur.val);
1016 ctx->hsls->cur.val);
1091 return max2175_tune_rf_freq(ctx, freq, ctx->hsls->cur.val);
1113 ret = max2175_tune_rf_freq(ctx, freq, ctx->hsls->cur.val);
1362 ctx->hsls = v4l2_ctrl_new_custom(hdl, &max2175_hsls, NULL);

Completed in 91 milliseconds