Home
last modified time | relevance | path

Searched refs:max_packet_size (Results 1 – 25 of 28) sorted by relevance

12

/linux/fs/ecryptfs/
A Dkeystore.c587 size_t max_packet_size; member
858 size_t max_packet_size; member
941 > max_packet_size) { in ecryptfs_parse_tag_70_packet()
1554 if (max_packet_size < 16) { in parse_tag_11_packet()
1798 max_packet_size); in ecryptfs_parse_packet_set()
2027 size_t max_packet_size; in write_tag_1_packet() local
2077 (max_packet_size - 4), in write_tag_1_packet()
2115 size_t max_packet_size; in write_tag_11_packet() local
2137 (max_packet_size - 4), in write_tag_11_packet()
2187 size_t max_packet_size; in write_tag_3_packet() local
[all …]
A Decryptfs_kernel.h699 char *data, size_t max_packet_size);
/linux/drivers/media/usb/gspca/stv06xx/
A Dstv06xx_hdcs.h137 .max_packet_size = { 847 },
156 .max_packet_size = { 847 },
A Dstv06xx_pb0100.c177 int err, packet_size, max_packet_size; in pb0100_start() local
195 max_packet_size = sd->sensor->max_packet_size[sd->gspca_dev.curr_mode]; in pb0100_start()
196 if (packet_size < max_packet_size) in pb0100_start()
A Dstv06xx_st6422.h30 .max_packet_size = { 300, 847 },
A Dstv06xx_sensor.h45 int max_packet_size[4]; member
A Dstv06xx_pb0100.h121 .max_packet_size = { 847, 923 },
A Dstv06xx_vv6410.h186 .max_packet_size = { 1023 },
A Dstv06xx.c328 cpu_to_le16(sd->sensor->max_packet_size[gspca_dev->curr_mode]); in stv06xx_isoc_init()
/linux/sound/usb/line6/
A Ddriver.c106 for (i = 0; i < size; i += line6->max_packet_size) { in line6_send_raw_message()
109 int frag_size = min(line6->max_packet_size, size - i); in line6_send_raw_message()
160 int bytes = min(msg->size - done, line6->max_packet_size); in line6_send_raw_message_async_part()
514 line6->max_packet_size = le16_to_cpu(ep->desc.wMaxPacketSize); in line6_get_usb_properties()
521 line6->max_packet_size = LINE6_FALLBACK_MAXPACKETSIZE; in line6_get_usb_properties()
607 if (count > line6->max_packet_size * LINE6_RAW_MESSAGES_MAXCOUNT) { in line6_hwdep_write()
A Ddriver.h135 int max_packet_size; member
A Dmidi.c47 req = min(line6_midibuf_bytes_free(mb), line6->max_packet_size); in line6_midi_transmit()
/linux/drivers/usb/gadget/function/
A Df_uvc.c593 unsigned int max_packet_size; in uvc_function_bind() local
623 max_packet_size = opts->streaming_maxpacket; in uvc_function_bind()
626 max_packet_size = opts->streaming_maxpacket / 2; in uvc_function_bind()
629 max_packet_size = opts->streaming_maxpacket / 3; in uvc_function_bind()
637 cpu_to_le16(max_packet_size | ((max_packet_mult - 1) << 11)); in uvc_function_bind()
645 uvc_ss_streaming_ep.wMaxPacketSize = cpu_to_le16(max_packet_size); in uvc_function_bind()
650 cpu_to_le16(max_packet_size * max_packet_mult * in uvc_function_bind()
A Df_sourcesink.c469 int max_packet_size = le16_to_cpu(ss->out_ep->desc->wMaxPacketSize); in check_read_data() local
491 if (*buf == (u8)((i % max_packet_size) % 63)) in check_read_data()
506 int max_packet_size = le16_to_cpu(ep->desc->wMaxPacketSize); in reinit_write_data() local
515 *buf++ = (u8) ((i % max_packet_size) % 63); in reinit_write_data()
/linux/drivers/usb/cdns3/
A Dcdns3-ep0.c814 u32 max_packet_size = 64; in cdns3_ep0_config() local
820 max_packet_size = 512; in cdns3_ep0_config()
834 priv_dev->gadget.ep0->maxpacket = max_packet_size; in cdns3_ep0_config()
835 cdns3_gadget_ep0_desc.wMaxPacketSize = cpu_to_le16(max_packet_size); in cdns3_ep0_config()
847 ep_cfg = EP_CFG_ENABLE | EP_CFG_MAXPKTSIZE(max_packet_size); in cdns3_ep0_config()
A Dcdns3-gadget.c2034 u32 max_packet_size = 0; in cdns3_ep_config() local
2066 max_packet_size = is_iso_ep ? 1023 : 64; in cdns3_ep_config()
2069 max_packet_size = is_iso_ep ? 1024 : 512; in cdns3_ep_config()
2074 max_packet_size = 1024; in cdns3_ep_config()
2091 if (max_packet_size == 1024) in cdns3_ep_config()
2093 else if (max_packet_size >= 512) in cdns3_ep_config()
2127 ep_cfg |= EP_CFG_MAXPKTSIZE(max_packet_size) | in cdns3_ep_config()
/linux/sound/usb/misc/
A Dua101.c1073 unsigned max_packet_size = stream->max_packet_bytes; in alloc_stream_urbs() local
1082 while (size >= max_packet_size) { in alloc_stream_urbs()
1094 urb->urb.transfer_buffer_length = max_packet_size; in alloc_stream_urbs()
1100 urb->urb.iso_frame_desc[0].length = max_packet_size; in alloc_stream_urbs()
1102 size -= max_packet_size; in alloc_stream_urbs()
1103 addr += max_packet_size; in alloc_stream_urbs()
1104 dma += max_packet_size; in alloc_stream_urbs()
/linux/drivers/net/wireless/ath/ath10k/
A Dusb.h83 u16 max_packet_size; member
A Dusb.c435 if (!(skb->len % pipe->max_packet_size)) { in ath10k_usb_hif_tx_sg()
877 pipe->max_packet_size = le16_to_cpu(endpoint->wMaxPacketSize); in ath10k_usb_setup_pipe_resources()
/linux/include/linux/usb/
A Dgadget.h495 int max_packet_size = (size_t)usb_endpoint_maxp(ep->desc); in usb_ep_align() local
497 return round_up(len, max_packet_size); in usb_ep_align()
/linux/drivers/net/wireless/ath/ath6kl/
A Dusb.c55 u16 max_packet_size; member
366 pipe->max_packet_size = le16_to_cpu(endpoint->wMaxPacketSize); in ath6kl_usb_setup_pipe_resources()
753 if ((len % pipe->max_packet_size) == 0) { in ath6kl_usb_send()
/linux/drivers/media/usb/gspca/
A Dxirlink_cit.c2634 int max_packet_size; in sd_isoc_init() local
2638 max_packet_size = 450; in sd_isoc_init()
2641 max_packet_size = 600; in sd_isoc_init()
2644 max_packet_size = 1022; in sd_isoc_init()
2659 alt->endpoint[0].desc.wMaxPacketSize = cpu_to_le16(max_packet_size); in sd_isoc_init()
/linux/drivers/usb/host/
A Dxhci.c1530 int max_packet_size; in xhci_check_maxpacket() local
1537 max_packet_size = usb_endpoint_maxp(&urb->dev->ep0.desc); in xhci_check_maxpacket()
1538 if (hw_max_packet_size != max_packet_size) { in xhci_check_maxpacket()
1543 max_packet_size); in xhci_check_maxpacket()
1574 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet_size)); in xhci_check_maxpacket()
2508 virt_ep->bw_info.max_packet_size, in xhci_check_bw_table()
2610 unsigned int mps = DIV_ROUND_UP(ep_bw->max_packet_size, SS_BLOCK); in xhci_get_ss_bw_consumed()
2747 if (ep_bw->max_packet_size >= in xhci_add_ep_to_interval_table()
2748 smaller_ep->bw_info.max_packet_size) { in xhci_add_ep_to_interval_table()
A Dxhci-mem.c1539 bw_info->max_packet_size = 0; in xhci_clear_endpoint_bw_info()
1589 bw_info->max_packet_size = MAX_PACKET_DECODED( in xhci_update_bw_info()
/linux/drivers/usb/serial/
A Dftdi_sio.c74 unsigned short max_packet_size; member
1653 priv->max_packet_size = usb_endpoint_maxp(ep_desc); in ftdi_set_max_packet_size()
2446 for (i = 0; i < size - 1; i += priv->max_packet_size) { in ftdi_prepare_write_buffer()
2447 len = min_t(int, size - i, priv->max_packet_size) - 1; in ftdi_prepare_write_buffer()
2577 for (i = 0; i < urb->actual_length; i += priv->max_packet_size) { in ftdi_process_read_urb()
2578 len = min_t(int, urb->actual_length - i, priv->max_packet_size); in ftdi_process_read_urb()

Completed in 80 milliseconds

12