Home
last modified time | relevance | path

Searched refs:_sel (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/iio/
H A Diio-gts-helper.h72 #define GAIN_SCALE_GAIN(_gain, _sel) \ argument
75 .sel = (_sel), \
78 #define GAIN_SCALE_ITIME_US(_itime, _sel, _mul) \ argument
81 .sel = (_sel), \
/linux/arch/arm/plat-orion/include/plat/
H A Dmpp.h22 #define GENERIC_MPP(_num, _sel, _in, _out) ( \ argument
24 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/linux/drivers/clk/meson/
H A Dvid-pll-div.c33 #define VID_PLL_DIV(_val, _sel, _ft, _fb) \ argument
36 .shift_sel = (_sel), \
H A Daxg-audio.c189 AUD_MUX(_name##_sel, _reg, 0x7, 24, _flag, \
193 aud_##_name##_sel, CLK_SET_RATE_PARENT)
/linux/arch/arm/mach-orion5x/
H A Dmpp.h5 #define MPP(_num, _sel, _in, _out, _F5181l, _F5182, _F5281) ( \ argument
7 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/linux/arch/arm/mach-dove/
H A Dmpp.h5 #define MPP(_num, _sel, _in, _out) ( \ argument
7 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-targets.rst8 .. _sel-targets-capture:
H A Dvidioc-g-selection.rst118 .. _sel-const-adjust:
/linux/drivers/regulator/
H A Drtq2208-regulator.c419 #define VSEL_SHIFT(_sel) (_sel ? 3 : 1) argument
420 #define MTP_SEL_MASK(_sel) RTQ2208_BUCK_EN_NR_MTP_SEL##_sel##_MASK argument
/linux/arch/arm/mach-mv78xx0/
H A Dmpp.h11 #define MPP(_num, _sel, _in, _out, _78100_A0) (\ argument
13 /* MPP select value */ (((_sel) & 0xf) << 8) | \
/linux/drivers/iio/adc/
H A Dmeson_saradc.c209 #define MESON_SAR_ADC_MUX(_chan, _sel) { \ argument
219 .datasheet_name = "SAR_ADC_MUX_"#_sel, \