Searched refs:max_bufsize (Results 1 – 5 of 5) sorted by relevance
419 int max_bufsize; in ttpci_budget_init() local432 max_bufsize = TS_MAX_BUFSIZE_K_ACTIVY; in ttpci_budget_init()444 max_bufsize = TS_MAX_BUFSIZE_K_DVBC; in ttpci_budget_init()450 max_bufsize = TS_MAX_BUFSIZE_K; in ttpci_budget_init()456 else if (dma_buffer_size > max_bufsize) in ttpci_budget_init()457 dma_buffer_size = max_bufsize; in ttpci_budget_init()
744 async->max_bufsize = comedi_default_buf_maxsize_kb * 1024; in __comedi_device_postconfig_async()746 if (buf_size > async->max_bufsize) in __comedi_device_postconfig_async()747 buf_size = async->max_bufsize; in __comedi_device_postconfig_async()
336 if (new_size > async->max_bufsize) in resize_async_buffer()385 size = s->async->max_bufsize / 1024; in max_read_buffer_kb_show()416 s->async->max_bufsize = size; in max_read_buffer_kb_store()498 size = s->async->max_bufsize / 1024; in max_write_buffer_kb_show()529 s->async->max_bufsize = size; in max_write_buffer_kb_store()974 async->max_bufsize = bc.maximum_size; in do_bufconfig_ioctl()984 bc.maximum_size = async->max_bufsize; in do_bufconfig_ioctl()
154 int max_bufsize; member
347 unsigned int max_bufsize; member