Home
last modified time | relevance | path

Searched refs:sendbytes (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/sound/
Di2c.h49 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count); member
/linux-4.19.296/drivers/i2c/algos/
Di2c-algo-bit.c368 static int sendbytes(struct i2c_adapter *i2c_adap, struct i2c_msg *msg) in sendbytes() function
593 ret = sendbytes(i2c_adap, pmsg); in bit_xfer()