Home
last modified time | relevance | path

Searched defs:length (Results 976 – 1000 of 2745) sorted by relevance

1...<<31323334353637383940>>...110

/openbmc/linux/drivers/firmware/arm_scmi/
H A Dvirtio.c265 unsigned int length; in scmi_vio_complete_cb() local
683 unsigned int length, any_prefetched = 0; in virtio_poll_done() local
/openbmc/u-boot/lib/zlib/
H A Ddeflate.h326 # define _tr_tally_dist(s, distance, length, flush) \ argument
338 # define _tr_tally_dist(s, distance, length, flush) \ argument
/openbmc/u-boot/drivers/net/
H A Drtl8139.c402 static int rtl_transmit(struct eth_device *dev, void *packet, int length) in rtl_transmit()
463 int length=0; in rtl_poll() local
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c176 static bool page_array_iova_pinned(struct page_array *pa, u64 iova, u64 length) in page_array_iova_pinned()
941 bool cp_iova_pinned(struct channel_program *cp, u64 iova, u64 length) in cp_iova_pinned()
/openbmc/linux/lib/zstd/common/
H A Dzstd_internal.h208 void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length, ZSTD_overlap_e const ovtype) in ZSTD_wildcopy()
249 size_t const length = MIN(dstCapacity, srcSize); in ZSTD_limitCopy() local
/openbmc/u-boot/drivers/net/ti/
H A Dkeystone_net.c439 static int ks2_eth_send(struct udevice *dev, void *packet, int length) in ks2_eth_send()
470 int length) in ks2_eth_free_pkt()
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_flash.c587 static u32 chk_cfg(u8 *cfg, u32 length, u32 *flash_ver) in chk_cfg()
630 static u8 chk_boot(u8 *boot_img, u32 length) in chk_boot()
/openbmc/linux/include/linux/
H A Dscatterlist.h14 unsigned int length; member
679 size_t length; /* length of the mapped area */ member
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dfwdesc.h103 __le16 length; member
223 __le16 length, u8 min_ver, u8 cur_ver) in carl9170fw_fill_desc()
/openbmc/linux/drivers/acpi/
H A Dtables.c546 static u8 __init acpi_table_checksum(u8 *buffer, u32 length) in acpi_table_checksum()
705 acpi_physical_address *address, u32 *length) in acpi_table_initrd_override()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_eth_io_defs.h166 u16 length; member
231 u16 length; member
/openbmc/linux/sound/pci/emu10k1/
H A Demuproc.c563 struct snd_info_buffer *buffer, int iobase, int offset, int length, int voices) in snd_emu_proc_ptr_reg_read()
585 int iobase, int length, int voices) in snd_emu_proc_ptr_reg_write()
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp376 uint8_t* end, uint8_t* length, uint8_t* buffer) in plat_udbg_get_post_desc()
457 uint8_t* def, uint8_t* length, uint8_t* buffer) in plat_udbg_get_gpio_desc()
/openbmc/linux/sound/firewire/fireface/
H A Dff-protocol-former.c406 size_t length, u32 tstamp) in ff800_handle_midi_msg()
649 size_t length, u32 tstamp) in ff400_handle_msg()
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c128 int length = 0; in available_uuids_show() local
145 int i, length = 0; in current_uuid_show() local
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c120 int length, remain; in aspeed_ahash_dma_prepare() local
171 int length, remain, sg_len, i; in aspeed_ahash_dma_prepare_sg() local
/openbmc/linux/drivers/usb/serial/
H A Dwhiteheat.h147 __u16 length; /* number of bytes to dump, max 63 bytes */ member
168 __u8 length; /* length of message to echo, max 61 bytes */ member
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c4110 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd()
4138 u32 i, length; in pm80xx_chip_smp_req() local
4836 u32 length, u32 *buf) in mpi_set_phy_profile_req()
4867 u32 length, u8 *buf) in pm8001_set_phy_profile()
4880 u32 phy, u32 length, u32 *buf) in pm8001_set_phy_profile_single()
/openbmc/linux/fs/nfs/
H A Dnfs3xdr.c184 const char *name, u32 length) in encode_filename3()
194 const char **name, u32 *length) in decode_inline_filename3()
223 const u32 length) in encode_nfspath3()
429 u32 length; in decode_nfs_fh3() local
790 const char *name, u32 length) in encode_diropargs3()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c499 u16 length; in ixgbe_read_pba_string_generic() local
1688 u16 length = 0; in ixgbe_calc_eeprom_checksum_generic() local
3578 u8 ixgbe_calculate_checksum(u8 *buffer, u32 length) in ixgbe_calculate_checksum()
3607 s32 ixgbe_hic_unlocked(struct ixgbe_hw *hw, u32 *buffer, u32 length, in ixgbe_hic_unlocked()
3680 u32 length, u32 timeout, in ixgbe_host_interface_command()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c364 size_t length) in mtk_dp_bulk_16bit_write()
737 size_t length) in mtk_dp_aux_fill_write_fifo()
743 size_t length, int read_delay) in mtk_dp_aux_read_rx_fifo()
762 static void mtk_dp_aux_set_length(struct mtk_dp *mtk_dp, size_t length) in mtk_dp_aux_set_length()
814 u32 addr, u8 *buf, size_t length, u8 *reply_cmd) in mtk_dp_aux_do_transfer()
/openbmc/linux/fs/smb/client/
H A Dsmb2file.c197 __u64 length = 1 + flock->fl_end - flock->fl_start; in smb2_unlock_range() local
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c101 int length; in mtrr_write() local
/openbmc/linux/drivers/usb/storage/
H A Dscsiglue.c534 static int write_info(struct Scsi_Host *host, char *buffer, int length) in write_info()
/openbmc/linux/scripts/gdb/linux/
H A Dutils.py110 def read_memoryview(inf, start, length): argument

1...<<31323334353637383940>>...110