Home
last modified time | relevance | path

Searched refs:max_packet_count (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dparams.c48 p->max_packet_count = 511; in dwc2_set_bcm_params()
62 p->max_packet_count = 511; in dwc2_set_his_params()
104 p->max_packet_count = 511; in dwc2_set_ltq_params()
151 p->max_packet_count = 256; in dwc2_set_stm32f4x9_fsotg_params()
175 p->max_packet_count = 256; in dwc2_set_stm32mp15_fsotg_params()
382 p->max_packet_count = hw->max_packet_count; in dwc2_set_default_params()
675 CHECK_RANGE(max_packet_count, in dwc2_check_params()
676 15, hw->max_packet_count, in dwc2_check_params()
677 hw->max_packet_count); in dwc2_check_params()
[all...]
H A Dcore.h292 * @max_packet_count: The maximum number of packets in a transfer
492 u16 max_packet_count; member
609 * @max_packet_count: The maximum number of packets in a transfer
656 unsigned max_packet_count:11; member
H A Ddebugfs.c683 print_param(seq, p, max_packet_count); in params_show()
741 print_param(seq, hw, max_packet_count); in hw_params_show()
H A Dhcd.c1231 u16 max_hc_pkt_count = hsotg->params.max_packet_count; in dwc2_hc_start_transfer()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dparams.c24 p->max_packet_count = 511; in dwc2_set_bcm_params()
39 p->max_packet_count = 511; in dwc2_set_his_params()
145 p->max_packet_count = 511; in dwc2_set_ltq_params()
213 p->max_packet_count = 256; in dwc2_set_stm32f4x9_fsotg_params()
239 p->max_packet_count = 256; in dwc2_set_stm32mp15_fsotg_params()
489 p->max_packet_count = hw->max_packet_count; in dwc2_set_default_params()
781 CHECK_RANGE(max_packet_count, in dwc2_check_params()
782 15, hw->max_packet_count, in dwc2_check_params()
783 hw->max_packet_count); in dwc2_check_params()
[all...]
H A Dcore.h268 * @max_packet_count: The maximum number of packets in a transfer
473 u16 max_packet_count; member
590 * @max_packet_count: The maximum number of packets in a transfer
637 unsigned max_packet_count:11; member
H A Ddebugfs.c685 print_param(seq, p, max_packet_count); in params_show()
745 print_param(seq, hw, max_packet_count); in hw_params_show()
H A Dhcd.c1196 u16 max_hc_pkt_count = hsotg->params.max_packet_count; in dwc2_hc_start_transfer()

Completed in 25 milliseconds