Searched refs:readbytes (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/i2c/ |
| H A D | i2c.c | 30 .readbytes = snd_i2c_bit_readbytes, 141 return device->bus->ops->readbytes(device, bytes, count); in snd_i2c_readbytes()
|
| /linux/tools/testing/selftests/net/ |
| H A D | amt.sh | 225 RESULT4=$(ip netns exec "${LISTENER}" timeout 15 socat - UDP4-LISTEN:4000,readbytes=128 || true) 237 RESULT6=$(ip netns exec "${LISTENER}" timeout 15 socat - UDP6-LISTEN:6000,readbytes=128 || true)
|
| H A D | pmtu.sh | 1328 run_cmd "${ns_a}" socat OPEN:/dev/zero,rdonly=1,readbytes="${len}" \ 1332 run_cmd "${ns_a}" socat OPEN:/dev/zero,rdonly=1,readbytes="${len}" \
|
| /linux/include/sound/ |
| H A D | i2c.h | 34 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count); member
|
| /linux/drivers/i2c/algos/ |
| H A D | i2c-algo-bit.c | 401 static int readbytes(struct i2c_adapter *i2c_adap, struct i2c_msg *msg) in readbytes() function 562 ret = readbytes(i2c_adap, pmsg); in bit_xfer()
|
| /linux/drivers/usb/misc/sisusbvga/ |
| H A D | sisusbvga.c | 268 int retval, readbytes = 0; in sisusb_bulkin_msg() local 289 readbytes = urb->actual_length; in sisusb_bulkin_msg() 294 *actual_length = readbytes; in sisusb_bulkin_msg()
|
| /linux/fs/nfsd/ |
| H A D | nfs4xdr.c | 2469 int readbytes = 0; in nfsd4_decode_compound() local 2535 readbytes += nfsd4_max_reply(argp->rqstp, op); in nfsd4_decode_compound() 2555 svc_reserve_auth(argp->rqstp, max_reply + readbytes); in nfsd4_decode_compound()
|