Lines Matching refs:dev_desc
444 le16_to_cpu(qcdev->dev_desc.max_input_len)) { in quicki2c_dma_adv_enable()
446 le16_to_cpu(qcdev->dev_desc.max_input_len)); in quicki2c_dma_adv_enable()
487 swdma_max_len = max(le16_to_cpu(qcdev->dev_desc.max_input_len), in quicki2c_dma_init()
488 le16_to_cpu(qcdev->dev_desc.report_desc_len)); in quicki2c_dma_init()
491 le16_to_cpu(qcdev->dev_desc.max_input_len), in quicki2c_dma_init()
492 le16_to_cpu(qcdev->dev_desc.max_output_len), in quicki2c_dma_init()
554 le16_to_cpu(qcdev->dev_desc.report_desc_len), in quicki2c_alloc_report_buf()
563 max_report_len = max(le16_to_cpu(qcdev->dev_desc.max_input_len), SZ_4K); in quicki2c_alloc_report_buf()
569 if (!le16_to_cpu(qcdev->dev_desc.max_output_len)) in quicki2c_alloc_report_buf()
570 qcdev->dev_desc.max_output_len = cpu_to_le16(SZ_4K); in quicki2c_alloc_report_buf()
572 max_report_len = max(le16_to_cpu(qcdev->dev_desc.max_output_len), in quicki2c_alloc_report_buf()