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

/linux-master/fs/xfs/scrub/
H A Dxfarray.c548 loff_t lo_pos = xfarray_pos(si->array, lo); local
555 error = xfile_load(si->array->xfile, scratch, len, lo_pos);
563 return xfile_store(si->array->xfile, scratch, len, lo_pos);
579 loff_t lo_pos = xfarray_pos(si->array, lo); local
587 folio = xfile_get_folio(si->array->xfile, lo_pos, len, XFILE_ALLOC);
596 startp = folio_address(folio) + offset_in_folio(folio, lo_pos);
/linux-master/drivers/media/i2c/
H A Dmax2175.c665 u32 lo_pos)
679 if (MAX2175_IS_BAND_VHF(ctx) == (lo_pos == MAX2175_LO_ABOVE_DESIRED))
691 static int max2175_set_rf_freq(struct max2175 *ctx, u64 freq, u32 lo_pos) argument
698 ret = max2175_set_rf_freq_non_am_bands(ctx, freq, lo_pos);
723 static void max2175_set_hsls(struct max2175 *ctx, u32 lo_pos) argument
725 mxm_dbg(ctx, "set_hsls: lo_pos %u\n", lo_pos);
727 if ((lo_pos == MAX2175_LO_BELOW_DESIRED) == MAX2175_IS_BAND_VHF(ctx))
664 max2175_set_rf_freq_non_am_bands(struct max2175 *ctx, u64 freq, u32 lo_pos) argument

Completed in 115 milliseconds