Home
last modified time | relevance | path

Searched refs:max_packet_count (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/usb/dwc2/
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()
931 hw->max_packet_count = (1 << (width + 4)) - 1; in dwc2_get_hwparams()
Dcore.h473 u16 max_packet_count; member
637 unsigned max_packet_count:11; member
Ddebugfs.c685 print_param(seq, p, max_packet_count); in params_show()
745 print_param(seq, hw, max_packet_count); in hw_params_show()
Dhcd.c1196 u16 max_hc_pkt_count = hsotg->params.max_packet_count; in dwc2_hc_start_transfer()