Home
last modified time | relevance | path

Searched refs:ch_func (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iio/dac/
H A Dmax22007.c344 u32 ch_func; in max22007_parse_channel_cfg() local
356 ret = fwnode_property_read_u32(child, "adi,ch-func", &ch_func); in max22007_parse_channel_cfg()
361 switch (ch_func) { in max22007_parse_channel_cfg()
371 ch_func, child); in max22007_parse_channel_cfg()
386 MAX22007_CH_MODE_VAL(reg, ch_func - 1)); in max22007_parse_channel_cfg()
/linux/drivers/iio/addac/
H A Dad74115.c217 enum ad74115_ch_func ch_func; member
1549 memcpy(channels, ad74115_channels_map[st->ch_func].channels, in ad74115_setup_iio_channels()
1550 sizeof(*channels) * ad74115_channels_map[st->ch_func].num_channels); in ad74115_setup_iio_channels()
1627 st->ch_func = val; in ad74115_setup()