| /drivers/usb/serial/ |
| A D | io_usbvend.h | 341 __u8 Length; // Descriptor Length (per USB spec) member 430 __u8 Length; // F00 Desc length for what follows, per USB (= C0h ) member 530 __u8 Length; // C0 Desc length, per USB (= 40h) member 618 __le16 Length; member
|
| A D | io_ti.c | 843 le16_to_cpu(img_header->Length)); in build_i2c_fw_hdr() 1475 header->Length = cpu_to_le16((u16)(buffer_size - in do_boot_mode()
|
| /drivers/media/pci/ngene/ |
| A D | ngene-core.c | 341 com.cmd.hdr.Length = 0; in ngene_command_load_firmware() 357 com.cmd.hdr.Length = 4; in ngene_command_load_firmware() 372 com.cmd.hdr.Length = 1; in ngene_command_config_buf() 387 com.cmd.hdr.Length = 6; in ngene_command_config_free_buf() 403 com.cmd.hdr.Length = 1; in ngene_command_gpio_set() 485 memset(Buffer, TS_FILLER, Length); in FillTSBuffer() 486 while (Length > 0) { in FillTSBuffer() 492 Length -= 188; in FillTSBuffer() 929 SCListEntry->Length = Buffer1Length; in AllocateRingBuffers() 962 SCListEntry->Length = Buffer2Length; in AllocateRingBuffers() [all …]
|
| A D | ngene-cards.c | 824 u16 Addr = MICNG_EE_START, Length, tag = 0; in ReadEEProm() local 842 Length = EETag[2]; in ReadEEProm() 843 if (Length > MaxLen) in ReadEEProm() 844 Length = (u16) MaxLen; in ReadEEProm() 845 if (Length > 0) { in ReadEEProm() 847 status = i2c_read_eeprom(adapter, 0x50, Addr, data, Length); in ReadEEProm() 851 if (Length < EETag[2]) in ReadEEProm() 860 u16 Tag, u32 Length, u8 *data) in WriteEEProm() argument 885 if (Length > EETag[2]) in WriteEEProm() 892 for (i = 0; i < Length; i++, Addr++) { in WriteEEProm()
|
| A D | ngene-i2c.c | 37 com.cmd.hdr.Length = outlen + 3; in ngene_command_i2c_read() 65 com.cmd.hdr.Length = outlen + 1; in ngene_command_i2c_write()
|
| A D | ngene.h | 183 u32 Length; member 251 u8 Length; member 290 u16 Length; member 826 void FillTSBuffer(void *Buffer, int Length, u32 Flags);
|
| /drivers/scsi/mpt3sas/mpi/ |
| A D | mpi2.h | 905 U16 Length; member 913 U16 Length; member 921 U16 Length; member 1137 U32 Length; member 1173 U32 Length; member
|
| /drivers/message/fusion/lsi/ |
| A D | mpi.h | 388 U16 Length; member 397 U16 Length; member 406 U16 Length; member
|
| /drivers/usb/storage/ |
| A D | initializers.c | 65 bcb->Length = sizeof(init_string) - 1; in usb_stor_ucr61s2b_init()
|
| A D | realtek_cr.c | 218 bcb->Length = cmd_len; in rts51x_bulk_transport() 222 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport() 307 bcb->Length = cmd_len; in rts51x_bulk_transport_special() 311 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport_special()
|
| A D | transport.c | 1137 bcb->Length = srb->cmd_len; in usb_stor_Bulk_transport() 1141 memcpy(bcb->CDB, srb->cmnd, bcb->Length); in usb_stor_Bulk_transport() 1148 bcb->Length); in usb_stor_Bulk_transport()
|
| /drivers/nvmem/layouts/ |
| A D | Kconfig | 25 Type-Length-Value standard table.
|
| /drivers/scsi/megaraid/ |
| A D | megaraid_sas_fusion.h | 319 __le32 Length; member 342 __le16 Length; member 363 __le32 Length; member 371 __le32 Length; member
|
| A D | megaraid_sas_fusion.c | 2209 ptr_first_sgl->Length = cpu_to_le32(first_prp_len); in megasas_make_prp_nvme() 2257 main_chain_element->Length = in megasas_make_prp_nvme() 2291 sgl_ptr->Length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl_fusion() 2326 sg_chain->Length = cpu_to_le32((sizeof(union MPI2_SGE_IO_UNION) * (sge_count - sg_processed))); in megasas_make_sgl_fusion() 3939 mpi25_ieee_chain->Length = cpu_to_le32(instance->mfi_frame_size); in build_mpt_mfi_pass_thru()
|
| /drivers/media/dvb-frontends/ |
| A D | drxd_hard.c | 323 u16 Length; in WriteTable() local 331 Length = pTable[0] | (pTable[1] << 8); in WriteTable() 333 if (!Length) in WriteTable() 335 status = WriteBlock(state, Address, Length * 2, pTable, 0); in WriteTable() 336 pTable += (Length * 2); in WriteTable() 911 const u8 *pMCImage, u32 Length) in DownloadMicrocode() argument
|
| /drivers/net/ethernet/dec/tulip/ |
| A D | Kconfig | 31 int "Descriptor Skip Length in 32 bit longwords"
|
| /drivers/usb/gadget/function/ |
| A D | f_mass_storage.c | 2218 cbw->Flags & ~US_BULK_FLAG_IN || cbw->Length <= 0 || in received_cbw() 2219 cbw->Length > MAX_COMMAND_SIZE) { in received_cbw() 2222 cbw->Lun, cbw->Flags, cbw->Length); in received_cbw() 2236 common->cmnd_size = cbw->Length; in received_cbw()
|
| A D | f_tcm.c | 1522 cmd_len = cbw->Length; in bot_submit_command()
|
| /drivers/scsi/arcmsr/ |
| A D | arcmsr.h | 118 uint32_t Length; member
|
| A D | arcmsr_hba.c | 3061 pcmdmessagefld->cmdmessage.Length = allxfer_len; in arcmsr_iop_message_xfer() 3076 user_len = pcmdmessagefld->cmdmessage.Length; in arcmsr_iop_message_xfer()
|
| /drivers/scsi/aic7xxx/ |
| A D | aic79xx.reg | 1296 * Data Length Pointer 1306 * Status Length Pointer 1316 * Command Length Pointer 1441 * Logical Unit Number Length 1681 * Data Length Counters
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_init.c | 2368 int Length; in lpfc_parse_vpd() local 2399 Length = ((((unsigned short)lenhi) << 8) + lenlo); in lpfc_parse_vpd() 2400 if (Length > len - index) in lpfc_parse_vpd() 2401 Length = len - index; in lpfc_parse_vpd() 2403 lpfc_fill_vpd(phba, vpd, Length, &index); in lpfc_parse_vpd()
|
| /drivers/scsi/mpt3sas/ |
| A D | mpt3sas_base.c | 2518 ptr_first_sgl->Length = cpu_to_le32(first_prp_len); in base_make_prp_nvme() 2566 main_chain_element->Length = in base_make_prp_nvme() 2656 sgel->Length = cpu_to_le32(length); in _base_add_sg_single_ieee()
|
| /drivers/message/fusion/ |
| A D | mptbase.c | 1130 pChain->Length = cpu_to_le16(length); in mpt_add_chain() 1151 pChain->Length = cpu_to_le16(length); in mpt_add_chain_64bit()
|