Searched refs:sendbytes (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | l3.c | 52 static void sendbytes(struct l3_pins *adap, const u8 *buf, in sendbytes() function 81 sendbytes(adap, data, len); in l3_write()
|
/Linux-v4.19/include/sound/ |
D | i2c.h | 49 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count); member
|
/Linux-v4.19/sound/i2c/ |
D | i2c.c | 43 .sendbytes = snd_i2c_bit_sendbytes, 148 return device->bus->ops->sendbytes(device, bytes, count); in snd_i2c_sendbytes()
|
/Linux-v4.19/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 482 unsigned char sendbytes; in inquiry() local 525 sendbytes = (unsigned char)(scsi_bufflen(srb)); in inquiry() 527 sendbytes = 56; in inquiry() 531 sendbytes = (unsigned char)(scsi_bufflen(srb)); in inquiry() 533 sendbytes = 36; in inquiry() 536 if (sendbytes > 8) { in inquiry() 538 strncpy(buf + 8, inquiry_string, sendbytes - 8); in inquiry() 544 memcpy(buf, inquiry_buf, sendbytes); in inquiry() 548 if (sendbytes > 36) in inquiry() 549 memcpy(buf + 36, formatter_inquiry_str, sendbytes - 36); in inquiry()
|
/Linux-v4.19/drivers/i2c/algos/ |
D | i2c-algo-bit.c | 368 static int sendbytes(struct i2c_adapter *i2c_adap, struct i2c_msg *msg) in sendbytes() function 593 ret = sendbytes(i2c_adap, pmsg); in bit_xfer()
|
/Linux-v4.19/sound/pci/ice1712/ |
D | delta.c | 178 .sendbytes = ap_cs8427_sendbytes,
|