Home
last modified time | relevance | path

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

/linux/drivers/usb/misc/
H A Dusb-ljca.c293 static int ljca_send(struct ljca_adapter *adap, u8 type, u8 cmd, in ljca_send() function
371 return ljca_send(client->adapter, client->type, cmd, in ljca_transfer()
380 return ljca_send(client->adapter, client->type, cmd, obuf, in ljca_transfer_noack()
574 ret = ljca_send(adap, LJCA_CLIENT_MNG, LJCA_MNG_ENUM_GPIO, NULL, 0, buf, in ljca_enumerate_gpio()
610 ret = ljca_send(adap, LJCA_CLIENT_MNG, LJCA_MNG_ENUM_I2C, NULL, 0, buf, in ljca_enumerate_i2c()
649 ret = ljca_send(adap, LJCA_CLIENT_MNG, LJCA_MNG_ENUM_SPI, NULL, 0, buf, in ljca_enumerate_spi()
686 ret = ljca_send(adap, LJCA_CLIENT_MNG, LJCA_MNG_RESET, (u8 *)&reset_id, in ljca_reset_handshake()