Searched defs:out (Results 876 - 900 of 1124) sorted by relevance

<<31323334353637383940>>

/linux-master/crypto/
H A Decc.c71 ecc_digits_from_bytes(const u8 *in, unsigned int nbytes, u64 *out, unsigned int ndigits) argument
[all...]
/linux-master/fs/
H A Dsplice.c633 ssize_t splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, argument
667 iter_file_splice_write(struct pipe_inode_info *pipe, struct file *out, argument
799 splice_to_socket(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags) argument
936 do_splice_from(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags) argument
1185 do_splice_direct_actor(struct file *in, loff_t *ppos, struct file *out, loff_t *opos, size_t len, unsigned int flags, splice_direct_actor *actor) argument
1230 do_splice_direct(struct file *in, loff_t *ppos, struct file *out, loff_t *opos, size_t len, unsigned int flags) argument
1253 splice_file_range(struct file *in, loff_t *ppos, struct file *out, loff_t *opos, size_t len) argument
1305 do_splice(struct file *in, loff_t *off_in, struct file *out, loff_t *off_out, size_t len, unsigned int flags) argument
1402 __do_splice(struct file *in, loff_t __user *off_in, struct file *out, loff_t __user *off_out, size_t len, unsigned int flags) argument
1638 struct fd in, out; local
1967 do_tee(struct file *in, struct file *out, size_t len, unsigned int flags) argument
2008 struct fd in, out; local
[all...]
H A Dread_write.c1225 struct fd in, out; local
[all...]
/linux-master/drivers/platform/x86/
H A Dwmi.c169 static acpi_status get_event_data(const struct wmi_block *wblock, struct acpi_buffer *out) argument
310 wmi_evaluate_method(const char *guid_string, u8 instance, u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out) argument
340 wmidev_evaluate_method(struct wmi_device *wdev, u8 instance, u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out) argument
380 __query_block(struct wmi_block *wblock, u8 instance, struct acpi_buffer *out) argument
458 wmi_query_block(const char *guid_string, u8 instance, struct acpi_buffer *out) argument
489 struct acpi_buffer out = { ACPI_ALLOCATE_BUFFER, NULL }; local
662 wmi_get_event_data(u32 event, struct acpi_buffer *out) argument
1092 struct acpi_buffer out = {ACPI_ALLOCATE_BUFFER, NULL}; local
[all...]
/linux-master/drivers/tty/serial/
H A Duartlite.c85 void (*out)(u32 val, void __iomem *addr); member in struct:uartlite_reg_ops
/linux-master/drivers/bus/mhi/host/
H A Dmain.c48 u32 out, retry = (timeout_ms * 1000) / delayus; local
20 mhi_read_reg(struct mhi_controller *mhi_cntrl, void __iomem *base, u32 offset, u32 *out) argument
26 mhi_read_reg_field(struct mhi_controller *mhi_cntrl, void __iomem *base, u32 offset, u32 mask, u32 *out) argument
H A Dpci_generic.c715 mhi_pci_read_reg(struct mhi_controller *mhi_cntrl, void __iomem *addr, u32 *out) argument
/linux-master/drivers/staging/greybus/
H A Dlight.c215 gb_lights_fade_attr(out); variable
/linux-master/tools/perf/
H A Dbuiltin-top.c1099 struct ordered_events *out, *in = top->qe.in; local
H A Dbuiltin-daemon.c92 FILE *out; member in struct:daemon
672 static int cmd_session_list(struct daemon *daemon, union cmd *cmd, FILE *out) argument
763 cmd_session_kill(struct daemon *daemon, union cmd *cmd, FILE *out) argument
786 cmd_session_ping(struct daemon *daemon, union cmd *cmd, FILE *out) argument
812 FILE *out = NULL; local
[all...]
/linux-master/fs/bcachefs/
H A Dutil.h221 static inline void uuid_unparse_lower(u8 *uuid, char *out) argument
229 static inline void pr_uuid(struct printbuf *out, u8 *uuid) argument
324 static inline void prt_bdevname(struct printbuf *out, struct block_device *bdev) argument
[all...]
H A Dbuckets.c182 void bch2_fs_usage_to_text(struct printbuf *out, argument
275 bch2_dev_usage_to_text(struct printbuf *out, struct bch_dev_usage *usage) argument
[all...]
/linux-master/init/
H A Dinitramfs.c29 ssize_t out = 0; local
/linux-master/tools/perf/util/
H A Ddso.c936 dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data, u64 size, bool out) argument
1025 dso_cache_io(struct dso *dso, struct machine *machine, u64 offset, u8 *data, ssize_t size, bool out) argument
1043 cached_io(struct dso *dso, struct machine *machine, u64 offset, u8 *data, ssize_t size, bool out) argument
1136 data_read_write_offset(struct dso *dso, struct machine *machine, u64 offset, u8 *data, ssize_t size, bool out) argument
[all...]
/linux-master/drivers/scsi/
H A Dvirtio_scsi.c435 struct sg_table *out, *in; local
[all...]
/linux-master/arch/um/drivers/
H A Dvirt-pci.c71 um_pci_send_cmd(struct um_pci_device *dev, struct virtio_pcidev_msg *cmd, unsigned int cmd_size, const void *extra, unsigned int extra_size, void *out, unsigned int out_size) argument
[all...]
/linux-master/fs/nls/
H A Dnls_cp936.c11000 uni2char(const wchar_t uni, unsigned char *out, int boundlen) argument
H A Dnls_cp950.c9397 uni2char(const wchar_t uni, unsigned char *out, int boundlen) argument
/linux-master/lib/crypto/
H A Dcurve25519-fiat32.c108 static __always_inline void fe_freeze(u32 out[10], const u32 in1[10]) argument
226 fe_add_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) argument
269 fe_sub_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) argument
312 fe_mul_impl(u32 out[10], const u32 in1[10], const u32 in2[10]) argument
444 fe_sqr_impl(u32 out[10], const u32 in1[10]) argument
560 fe_loose_invert(fe *out, const fe_loose *z) argument
610 fe_invert(fe *out, const fe *z) argument
635 fe_mul_121666_impl(u32 out[10], const u32 in1[10]) argument
756 curve25519_generic(u8 out[CURVE25519_KEY_SIZE], const u8 scalar[CURVE25519_KEY_SIZE], const u8 point[CURVE25519_KEY_SIZE]) argument
[all...]
/linux-master/include/net/bluetooth/
H A Drfcomm.h185 u8 out; member in struct:rfcomm_dlc
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821.h215 struct cx25821_video_out_data *out; member in struct:cx25821_channel
/linux-master/drivers/nfc/
H A Dport100.c758 port100_send_frame_async(struct port100 *dev, const struct sk_buff *out, const struct sk_buff *in, int in_len) argument
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h526 struct nitrox_sgtable out; member in struct:nitrox_softreq
/linux-master/samples/bpf/
H A Dxdp_sample_user.c648 stats_get_rx_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) argument
822 stats_get_redirect_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) argument
854 stats_get_redirect_err_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) argument
903 stats_get_exception_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) argument
948 stats_get_devmap_xmit(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) argument
1000 stats_get_devmap_xmit_multi(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out, bool xmit_total) argument
1102 stats_print(const char *prefix, int mask, struct stats_record *r, struct stats_record *p, struct sample_output *out) argument
1426 sample_summary_update(struct sample_output *out) argument
1440 struct sample_output out = {}; local
[all...]
/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h308 struct sec_hw_sgl *out; member in struct:sec_request_el

Completed in 351 milliseconds

<<31323334353637383940>>