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

/linux-master/drivers/media/i2c/
H A Dmax2175.c352 static int max2175_write_bits(struct max2175 *ctx, u8 idx, function
366 return max2175_write_bits(ctx, idx, bit, bit, newval);
420 max2175_write_bits(ctx, 104, 3, 0, 2);
423 max2175_write_bits(ctx, 104, 3, 0, 9);
434 max2175_write_bits(ctx, 114, 5, 4, m_sel);
495 max2175_write_bits(ctx, 12, 3, 0, ctx->rom_bbf_bw_am);
498 max2175_write_bits(ctx, 12, 3, 0, ctx->rom_bbf_bw_dab);
501 max2175_write_bits(ctx, 12, 3, 0, ctx->rom_bbf_bw_fm);
514 max2175_write_bits(ctx, 0, 2, 0, new_mode);
607 max2175_write_bits(ct
[all...]

Completed in 104 milliseconds