Searched refs:dev_channels (Results 1 – 1 of 1) sorted by relevance
1265 struct iio_chan_spec *ams_channels, *dev_channels; in ams_parse_firmware() local1326 dev_size = array_size(sizeof(*dev_channels), num_channels); in ams_parse_firmware()1330 dev_channels = devm_krealloc(dev, ams_channels, dev_size, GFP_KERNEL); in ams_parse_firmware()1331 if (!dev_channels) in ams_parse_firmware()1334 indio_dev->channels = dev_channels; in ams_parse_firmware()