Home
last modified time | relevance | path

Searched refs:fill_max (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/sound/usb/
Dendpoint.c137 if (ep->fill_max) in snd_usb_endpoint_slave_next_packet_size()
158 if (ep->fill_max) in snd_usb_endpoint_next_packet_size()
705 if (ep->fill_max) in check_ep_params()
792 (ep->fill_max == !!(fmt->attributes & UAC_EP_CS_ATTR_FILL_MAX)); in check_ep_params()
876 if (ep->fill_max) in data_ep_set_params()
1086 ep->fill_max = !!(fmt->attributes & UAC_EP_CS_ATTR_FILL_MAX); in snd_usb_endpoint_set_params()
Dcard.h102 unsigned int fill_max:1; /* fill max packet size always */ member