Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/usb/
Dljca.h16 container_of(auxiliary_dev, struct ljca_client, auxdev)
47 struct ljca_client { struct
104 int ljca_register_event_cb(struct ljca_client *client, ljca_event_cb_t event_cb, void *context);
111 void ljca_unregister_event_cb(struct ljca_client *client);
128 int ljca_transfer(struct ljca_client *client, u8 cmd, const u8 *obuf,
142 int ljca_transfer_noack(struct ljca_client *client, u8 cmd, const u8 *obuf,
/linux-6.12.1/drivers/usb/misc/
Dusb-ljca.c195 struct ljca_client *client; in ljca_handle_event()
368 int ljca_transfer(struct ljca_client *client, u8 cmd, const u8 *obuf, in ljca_transfer()
377 int ljca_transfer_noack(struct ljca_client *client, u8 cmd, const u8 *obuf, in ljca_transfer_noack()
385 int ljca_register_event_cb(struct ljca_client *client, ljca_event_cb_t event_cb, in ljca_register_event_cb()
409 void ljca_unregister_event_cb(struct ljca_client *client) in ljca_unregister_event_cb()
518 struct ljca_client *client; in ljca_new_client_device()
700 struct ljca_client *client, *next; in ljca_enumerate_clients()
832 struct ljca_client *client, *next; in ljca_disconnect()
/linux-6.12.1/drivers/spi/
Dspi-ljca.c70 struct ljca_client *ljca;
221 struct ljca_client *ljca = auxiliary_dev_to_ljca_client(auxdev); in ljca_spi_probe()
/linux-6.12.1/drivers/i2c/busses/
Di2c-ljca.c55 struct ljca_client *ljca;
276 struct ljca_client *ljca = auxiliary_dev_to_ljca_client(auxdev); in ljca_i2c_probe()
/linux-6.12.1/drivers/gpio/
Dgpio-ljca.c59 struct ljca_client *ljca;
405 struct ljca_client *ljca = auxiliary_dev_to_ljca_client(auxdev); in ljca_gpio_probe()