/linux-4.19.296/fs/ecryptfs/ |
D | keystore.c | 633 size_t *packet_size, in ecryptfs_write_tag_70_packet() argument 645 (*packet_size) = 0; in ecryptfs_write_tag_70_packet() 689 (*packet_size) = s->max_packet_size; in ecryptfs_write_tag_70_packet() 851 (*packet_size) = s->i; in ecryptfs_write_tag_70_packet() 852 (*remaining_bytes) -= (*packet_size); in ecryptfs_write_tag_70_packet() 907 size_t *packet_size, in ecryptfs_parse_tag_70_packet() argument 915 (*packet_size) = 0; in ecryptfs_parse_tag_70_packet() 937 if (data[(*packet_size)++] != ECRYPTFS_TAG_70_PACKET_TYPE) { in ecryptfs_parse_tag_70_packet() 940 data[((*packet_size) - 1)], ECRYPTFS_TAG_70_PACKET_TYPE); in ecryptfs_parse_tag_70_packet() 944 rc = ecryptfs_parse_packet_length(&data[(*packet_size)], in ecryptfs_parse_tag_70_packet() [all …]
|
D | miscdev.c | 370 size_t packet_size, packet_size_length; in ecryptfs_miscdev_write() local 394 rc = ecryptfs_parse_packet_length(packet_size_peek, &packet_size, in ecryptfs_miscdev_write() 402 if ((PKT_TYPE_SIZE + PKT_CTR_SIZE + packet_size_length + packet_size) in ecryptfs_miscdev_write() 405 packet_size); in ecryptfs_miscdev_write() 433 packet_size, seq); in ecryptfs_miscdev_write()
|
D | ecryptfs_kernel.h | 721 size_t *packet_size, 726 size_t *packet_size,
|
D | crypto.c | 1493 size_t packet_size; in ecryptfs_encrypt_filename() local 1517 &packet_size, in ecryptfs_encrypt_filename() 1530 filename->encrypted_filename_size = packet_size; in ecryptfs_encrypt_filename() 2035 size_t packet_size; in ecryptfs_decode_and_decrypt_filename() local 2067 &packet_size, in ecryptfs_decode_and_decrypt_filename()
|
/linux-4.19.296/drivers/isdn/hisax/ |
D | st5481_b.c | 35 unsigned int packet_size, offset; in usb_b_out() local 49 packet_size = SIZE_ISO_PACKETS_B_OUT + B_FLOW_ADJUST; in usb_b_out() 53 packet_size = SIZE_ISO_PACKETS_B_OUT - B_FLOW_ADJUST; in usb_b_out() 57 packet_size = 8; in usb_b_out() 113 urb->iso_frame_desc[i].length = packet_size; in usb_b_out() 114 offset += packet_size; in usb_b_out() 115 packet_size = SIZE_ISO_PACKETS_B_OUT; in usb_b_out() 315 bcs->b_in.packet_size = SIZE_ISO_PACKETS_B_IN; in st5481_setup_b()
|
D | st5481_usb.c | 406 int packet_size, usb_complete_t complete, in fill_isoc_urb() argument 411 usb_fill_int_urb(urb, dev, pipe, buf, num_packets * packet_size, in fill_isoc_urb() 417 urb->iso_frame_desc[k].offset = packet_size * k; in fill_isoc_urb() 418 urb->iso_frame_desc[k].length = packet_size; in fill_isoc_urb() 426 int packet_size, int buf_size, in st5481_setup_isocpipes() argument 445 num_packets, packet_size, complete, in st5481_setup_isocpipes() 557 in->num_packets, in->packet_size, in st5481_setup_in() 558 in->num_packets * in->packet_size, in st5481_setup_in() 652 in->packet_size, in st5481_in_mode()
|
D | hfc_usb.c | 186 int packet_size, iso_packet_size; member 430 void *buf, int num_packets, int packet_size, int interval, in fill_isoc_urb() argument 435 usb_fill_int_urb(urb, dev, pipe, buf, packet_size * num_packets, in fill_isoc_urb() 442 urb->iso_frame_desc[k].offset = packet_size * k; in fill_isoc_urb() 443 urb->iso_frame_desc[k].length = packet_size; in fill_isoc_urb() 453 usb_complete_t complete, int packet_size) in start_isoc_chain() argument 489 k * packet_size; in start_isoc_chain() 492 packet_size; in start_isoc_chain() 1119 (hfc->packet_size / 8) | ((hfc->packet_size / 8) << 4)); in hfc_usb_init() 1261 int cmptbl[16], small_match, iso_packet_size, packet_size, in hfc_usb_probe() local [all …]
|
D | st5481.h | 359 unsigned int packet_size; member 447 int packet_size, int buf_size,
|
D | st5481_d.c | 705 adapter->d_in.packet_size = SIZE_ISO_PACKETS_D_IN; in st5481_setup_d()
|
/linux-4.19.296/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx.c | 285 int err, packet_size; in stv06xx_start() local 297 packet_size = le16_to_cpu(alt->endpoint[0].desc.wMaxPacketSize); in stv06xx_start() 298 err = stv06xx_write_bridge(sd, STV_ISO_SIZE_L, packet_size); in stv06xx_start() 344 int ret, packet_size, min_packet_size; in stv06xx_isoc_nego() local 353 packet_size = le16_to_cpu(alt->endpoint[0].desc.wMaxPacketSize); in stv06xx_isoc_nego() 355 if (packet_size <= min_packet_size) in stv06xx_isoc_nego() 358 packet_size -= 100; in stv06xx_isoc_nego() 359 if (packet_size < min_packet_size) in stv06xx_isoc_nego() 360 packet_size = min_packet_size; in stv06xx_isoc_nego() 361 alt->endpoint[0].desc.wMaxPacketSize = cpu_to_le16(packet_size); in stv06xx_isoc_nego()
|
D | stv06xx_pb0100.c | 186 int err, packet_size, max_packet_size; in pb0100_start() local 201 packet_size = le16_to_cpu(alt->endpoint[0].desc.wMaxPacketSize); in pb0100_start() 205 if (packet_size < max_packet_size) in pb0100_start()
|
/linux-4.19.296/drivers/media/usb/gspca/ |
D | xirlink_cit.c | 1466 int packet_size; in cit_get_clock_div() local 1468 packet_size = cit_get_packet_size(gspca_dev); in cit_get_clock_div() 1469 if (packet_size < 0) in cit_get_clock_div() 1470 return packet_size; in cit_get_clock_div() 1473 1000 * packet_size > in cit_get_clock_div() 1480 packet_size, in cit_get_clock_div() 2604 int packet_size; in sd_start() local 2606 packet_size = cit_get_packet_size(gspca_dev); in sd_start() 2607 if (packet_size < 0) in sd_start() 2608 return packet_size; in sd_start() [all …]
|
/linux-4.19.296/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 955 void *buf, int num_packets, int packet_size, int interval, in fill_isoc_urb() argument 960 usb_fill_bulk_urb(urb, dev, pipe, buf, packet_size * num_packets, in fill_isoc_urb() 969 urb->iso_frame_desc[k].offset = packet_size * k; in fill_isoc_urb() 970 urb->iso_frame_desc[k].length = packet_size; in fill_isoc_urb() 1395 usb_complete_t complete, int packet_size) in start_isoc_chain() argument 1435 k * packet_size; in start_isoc_chain() 1438 packet_size; in start_isoc_chain() 1575 write_reg(hw, HFCUSB_USB_SIZE, (hw->packet_size / 8) | in reset_hfcsusb() 1576 ((hw->packet_size / 8) << 4)); in reset_hfcsusb() 1935 ep_addr, cmptbl[16], small_match, iso_packet_size, packet_size, in hfcsusb_probe() local [all …]
|
D | hfcsusb.h | 283 int packet_size; member
|
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/ |
D | af9035.c | 1706 u8 packet_size = (d->udev->speed == USB_SPEED_FULL ? 64 : 512) / 4; in af9035_init() local 1717 { 0x00dd0c, packet_size, 0xff}, in af9035_init() 1721 { 0x00dd0d, packet_size, 0xff }, in af9035_init() 1729 d->udev->speed, frame_size, packet_size); in af9035_init() 1753 u8 packet_size = (d->udev->speed == USB_SPEED_FULL ? 64 : 512) / 4; in it930x_init() local 1768 { 0x00dd0c, packet_size, 0xff}, in it930x_init() 1771 { 0x00dd0d, packet_size, 0xff }, in it930x_init() 1811 d->udev->speed, frame_size, packet_size); in it930x_init()
|
D | lmedm04.c | 647 u8 packet_size, dlen, i; in lme2510_download_firmware() local 650 packet_size = 0x31; in lme2510_download_firmware() 665 for (j = start; j < end; j += (packet_size+1)) { in lme2510_download_firmware() 667 if ((end - j) > packet_size) { in lme2510_download_firmware() 669 dlen = packet_size; in lme2510_download_firmware()
|
/linux-4.19.296/include/linux/ |
D | cdrom.h | 225 __be32 packet_size; member
|
/linux-4.19.296/include/linux/mlx5/ |
D | driver.h | 747 u32 packet_size; member 765 u32 packet_size; member
|
/linux-4.19.296/drivers/pci/controller/ |
D | pci-hyperv.c | 2028 const int packet_size = 0x100; in hv_pci_onchannelcallback() local 2035 int bufferlen = packet_size; in hv_pci_onchannelcallback()
|