Searched refs:max_input_len (Results 1 – 3 of 3) sorted by relevance
463 le16_to_cpu(qsdev->dev_desc.max_input_len), in quickspi_dma_init()518 size_t max_input_len; in quickspi_alloc_report_buf() local526 max_input_len = max(le16_to_cpu(qsdev->dev_desc.rep_desc_len), in quickspi_alloc_report_buf()527 le16_to_cpu(qsdev->dev_desc.max_input_len)); in quickspi_alloc_report_buf()529 qsdev->input_buf = devm_kzalloc(qsdev->dev, max_input_len, GFP_KERNEL); in quickspi_alloc_report_buf()534 le16_to_cpu(qsdev->dev_desc.max_input_len)); in quickspi_alloc_report_buf()
231 if (input_len > le16_to_cpu(qsdev->dev_desc.max_input_len)) { in quickspi_handle_input_data()
185 __le16 max_input_len; member