Searched refs:n_chain_dev (Results 1 – 1 of 1) sorted by relevance
243 u32 n_chain_dev) in ad7944_chain_mode_init_msg() argument 268 xfers[1].len = AD7944_SPI_BYTES(chan->scan_type) * n_chain_dev; in ad7944_chain_mode_init_msg() 553 * @n_chain_dev: The number of devices in the chain561 u32 n_chain_dev, in ad7944_chain_mode_alloc() argument 574 chan = devm_kcalloc(dev, n_chain_dev + 1, sizeof(*chan), GFP_KERNEL); in ad7944_chain_mode_alloc() 578 for (i = 0; i < n_chain_dev; i++) { in ad7944_chain_mode_alloc() 599 chain_mode_buf_size = ALIGN(n_chain_dev * in ad7944_chain_mode_alloc() 608 * Have to limit n_chain_dev due to current implementation of in ad7944_chain_mode_alloc() 611 if (n_chain_dev > BITS_PER_LONG) in ad7944_chain_mode_alloc() 623 scan_masks[0] = GENMASK(n_chain_dev in ad7944_chain_mode_alloc() 648 u32 n_chain_dev; ad7944_probe() local [all...]