Home
last modified time | relevance | path

Searched refs:nb_blocks (Results 1 – 9 of 9) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvirtio_mem.h105 __virtio16 nb_blocks; member
111 __virtio16 nb_blocks; member
117 __virtio16 nb_blocks; member
/external/arm-trusted-firmware/drivers/mmc/
Dmmc.c224 unsigned int nb_blocks; in mmc_fill_device_info() local
258 nb_blocks = (mmc_ext_csd[CMD_EXTCSD_SEC_CNT] << 0) | in mmc_fill_device_info()
263 mmc_dev_info->device_size = (unsigned long long)nb_blocks * in mmc_fill_device_info()
/external/libiio/src/
Diiod-client.h49 void *desc, const struct iio_device *dev, unsigned int nb_blocks);
Dlocal.c432 unsigned int nb_blocks) in local_set_kernel_buffers_count() argument
439 pdata->max_nb_blocks = nb_blocks; in local_set_kernel_buffers_count()
816 unsigned int nb_blocks; in enable_high_speed() local
832 nb_blocks = 1; in enable_high_speed()
835 nb_blocks = pdata->max_nb_blocks; in enable_high_speed()
839 pdata->blocks = calloc(nb_blocks, sizeof(*pdata->blocks)); in enable_high_speed()
843 pdata->addrs = calloc(nb_blocks, sizeof(*pdata->addrs)); in enable_high_speed()
854 req.count = nb_blocks; in enable_high_speed()
Dserial.c182 unsigned int nb_blocks) in serial_set_kernel_buffers_count() argument
188 dev, nb_blocks); in serial_set_kernel_buffers_count()
Diiod-client.c284 const struct iio_device *dev, unsigned int nb_blocks) in iiod_client_set_kernel_buffers_count() argument
290 iio_device_get_id(dev), nb_blocks); in iiod_client_set_kernel_buffers_count()
Diio-private.h113 unsigned int nb_blocks);
Dusb.c380 unsigned int nb_blocks) in usb_set_kernel_buffers_count() argument
385 &pdata->io_ctx, dev, nb_blocks); in usb_set_kernel_buffers_count()
Dnetwork.c1268 unsigned int nb_blocks) in network_set_kernel_buffers_count() argument
1273 &pdata->io_ctx, dev, nb_blocks); in network_set_kernel_buffers_count()