Home
last modified time | relevance | path

Searched defs:bytes (Results 1901 - 1925 of 3193) sorted by relevance

1...<<71727374757677787980>>...128

/kernel/linux/linux-5.10/drivers/tty/
H A Dmips_ejtag_fdc.c192 unsigned int bytes; member
[all...]
/kernel/linux/linux-5.10/drivers/usb/early/
H A Dehci-dbgp.c238 const unsigned char *bytes = buf; in dbgp_set_data() local
253 unsigned char *bytes = buf; in dbgp_get_data() local
367 int bytes; in find_cap() local
265 dbgp_bulk_write(unsigned devnum, unsigned endpoint, const char *bytes, int size) dbgp_bulk_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c653 unsigned bytes = 0; in udc_txfifo_write() local
696 static int udc_rxfifo_read_bytes(struct udc *dev, u8 *buf, int bytes) in udc_rxfifo_read_bytes() argument
725 unsigned bytes = 0; udc_rxfifo_read() local
764 unsigned long bytes = req->req.length; udc_create_dma_chain() local
[all...]
H A Dgr_udc.c1787 u32 bytes = 0; in gr_fifo_status() local
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dvirtio_transport_common.c292 size_t bytes, total = 0, off; in virtio_transport_stream_do_peek() local
341 size_t bytes, total = 0; in virtio_transport_stream_do_dequeue() local
431 s64 bytes; virtio_transport_stream_has_data() local
444 s64 bytes; virtio_transport_has_space() local
456 s64 bytes; virtio_transport_stream_has_space() local
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dact_ct.c1480 static void tcf_stats_update(struct tc_action *a, u64 bytes, u64 packets, in tcf_stats_update() argument
H A Dact_api.c1120 void tcf_action_update_stats(struct tc_action *a, u64 bytes, u64 packets, in tcf_action_update_stats() argument
/kernel/linux/linux-5.10/net/sunrpc/
H A Dxdr.c1268 unsigned int from, bytes; xdr_align_data() local
1304 unsigned int bytes; xdr_expand_hole() local
[all...]
/kernel/linux/linux-5.10/net/tls/
H A Dtls_device.c391 static int tls_device_copy_data(void *addr, size_t bytes, struct iov_iter *i) in tls_device_copy_data() argument
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_set_pipapo.c1042 int step, masks = 0, bytes = DIV_ROUND_UP(len, BITS_PER_BYTE); local
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dmacsec.h28 u8 bytes[MACSEC_SALT_LEN]; member
/kernel/linux/linux-5.10/include/linux/
H A Dskmsg.h131 static inline void sk_msg_check_to_free(struct sk_msg *msg, u32 i, u32 bytes) in sk_msg_check_to_free() argument
136 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes) in sk_msg_apply_bytes() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dcros_ec_codec.c740 wov_hotword_model_put(struct snd_kcontrol *kcontrol, const unsigned int __user *bytes, unsigned int size) wov_hotword_model_put() argument
H A Dadau1701.c256 adau1701_safeload(struct sigmadsp *sigmadsp, unsigned int addr, const uint8_t bytes[], size_t len) adau1701_safeload() argument
/kernel/linux/linux-5.10/sound/mips/
H A Dhal2.c573 hal2_playback_transfer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, size_t bytes) hal2_playback_transfer() argument
658 hal2_capture_transfer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, size_t bytes) hal2_capture_transfer() argument
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Demupcm.c1574 fx8010_pb_trans_copy(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, size_t bytes) fx8010_pb_trans_copy() argument
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dpolicydb.h358 static inline int next_entry(void *buf, struct policy_file *fp, size_t bytes) in next_entry() argument
369 static inline int put_entry(const void *buf, size_t bytes, int num, struct policy_file *fp) in put_entry() argument
/kernel/linux/linux-5.10/sound/arm/
H A Daaci.h218 int bytes; member
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-messages.c1379 size_t bytes = size; in skl_get_module_params() local
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H A Dpcm.c1045 catpt_waves_param_get(struct snd_kcontrol *kcontrol, unsigned int __user *bytes, unsigned int size) catpt_waves_param_get() argument
1052 catpt_waves_param_put(struct snd_kcontrol *kcontrol, const unsigned int __user *bytes, unsigned int size) catpt_waves_param_put() argument
/kernel/linux/linux-5.10/sound/usb/
H A Dpcm.c1409 unsigned int stride, frames, bytes, oldptr; in retire_capture_urb() local
1481 fill_playback_urb_dsd_dop(struct snd_usb_substream *subs, struct urb *urb, unsigned int bytes) fill_playback_urb_dsd_dop() argument
1538 copy_to_urb(struct snd_usb_substream *subs, struct urb *urb, int offset, int stride, unsigned int bytes) copy_to_urb() argument
1560 copy_to_urb_quirk(struct snd_usb_substream *subs, struct urb *urb, int stride, unsigned int bytes) copy_to_urb_quirk() argument
1592 unsigned int counts, frames, bytes; prepare_playback_urb() local
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dfile.c1063 loff_t bytes, max_bytes, max_blks; in __gfs2_fallocate() local
[all...]
/kernel/linux/linux-5.10/fs/iomap/
H A Dbuffered-io.c760 unsigned long bytes; /* Bytes to write to page */ in iomap_write_actor() local
860 unsigned long bytes = min_t(loff_t, PAGE_SIZE - offset, length); iomap_unshare_actor() local
910 unsigned bytes = min_t(u64, PAGE_SIZE - offset, length); iomap_zero() local
934 s64 bytes; iomap_zero_range_actor() local
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dpagelist.c1287 unsigned int pgbase, offset, bytes; in nfs_pageio_add_request() local
/kernel/linux/linux-5.10/fs/ntfs/
H A Dsuper.c1092 u32 bytes; in check_mft_mirror() local
[all...]

Completed in 38 milliseconds

1...<<71727374757677787980>>...128