Searched refs:data_out (Results 51 - 57 of 57) sorted by relevance

123

/linux-master/drivers/comedi/drivers/
H A Dni_mio_common.c3779 unsigned char data_out,
3787 devpriv->dio_output |= NISTC_DIO_OUT_SERIAL(data_out);
3830 unsigned char data_out,
3846 if (data_out & mask)
3777 ni_serial_hw_readwrite8(struct comedi_device *dev, struct comedi_subdevice *s, unsigned char data_out, unsigned char *data_in) argument
3828 ni_serial_sw_readwrite8(struct comedi_device *dev, struct comedi_subdevice *s, unsigned char data_out, unsigned char *data_in) argument
/linux-master/include/uapi/linux/
H A Dbpf.h360 * *ctx_out*, *data_out* (for example, packet data), result of the
364 * parameters *ctx_in*, *ctx_out*, *data_in*, and *data_out* must
373 * *data_in* and *data_out* must be NULL.
378 * *ctx_out*, *data_in* and *data_out* must be NULL.
1603 __u32 data_size_out; /* input/output: len of data_out
1604 * returns ENOSPC if data_out
1608 __aligned_u64 data_out; member in struct:bpf_attr::__anon2599
/linux-master/tools/include/uapi/linux/
H A Dbpf.h360 * *ctx_out*, *data_out* (for example, packet data), result of the
364 * parameters *ctx_in*, *ctx_out*, *data_in*, and *data_out* must
373 * *data_in* and *data_out* must be NULL.
378 * *ctx_out*, *data_in* and *data_out* must be NULL.
1603 __u32 data_size_out; /* input/output: len of data_out
1604 * returns ENOSPC if data_out
1608 __aligned_u64 data_out; member in struct:bpf_attr::__anon3140
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c33 __u64 data_out = b; local
35 writel((u32)(data_out), addr);
36 writel((u32)(data_out >> 32), (addr + 4));
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c1271 .data_out = tmp,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c9124 static int read_idle_message(struct hfi1_devdata *dd, u64 type, u64 *data_out) argument
9128 ret = do_8051_command(dd, HCMD_READ_LCB_IDLE_MSG, type, data_out);
9134 dd_dev_info(dd, "%s: read idle message 0x%llx\n", __func__, *data_out);
9136 *data_out >>= IDLE_PAYLOAD_SHIFT;
/linux-master/kernel/bpf/
H A Dsyscall.c5817 if (attr->test.data_in || attr->test.data_out ||

Completed in 246 milliseconds

123