Symbol: ljca_client
drivers/gpio/gpio-ljca.c
402
struct ljca_client *ljca = auxiliary_dev_to_ljca_client(auxdev);
drivers/gpio/gpio-ljca.c
59
struct ljca_client *ljca;
drivers/i2c/busses/i2c-ljca.c
276
struct ljca_client *ljca = auxiliary_dev_to_ljca_client(auxdev);
drivers/i2c/busses/i2c-ljca.c
55
struct ljca_client *ljca;
drivers/spi/spi-ljca.c
221
struct ljca_client *ljca = auxiliary_dev_to_ljca_client(auxdev);
drivers/spi/spi-ljca.c
70
struct ljca_client *ljca;
drivers/usb/misc/usb-ljca.c
206
struct ljca_client *client;
drivers/usb/misc/usb-ljca.c
379
int ljca_transfer(struct ljca_client *client, u8 cmd, const u8 *obuf,
drivers/usb/misc/usb-ljca.c
388
int ljca_transfer_noack(struct ljca_client *client, u8 cmd, const u8 *obuf,
drivers/usb/misc/usb-ljca.c
396
int ljca_register_event_cb(struct ljca_client *client, ljca_event_cb_t event_cb,
drivers/usb/misc/usb-ljca.c
420
void ljca_unregister_event_cb(struct ljca_client *client)
drivers/usb/misc/usb-ljca.c
529
struct ljca_client *client;
drivers/usb/misc/usb-ljca.c
711
struct ljca_client *client, *next;
drivers/usb/misc/usb-ljca.c
851
struct ljca_client *client, *next;
include/linux/usb/ljca.h
104
int ljca_register_event_cb(struct ljca_client *client, ljca_event_cb_t event_cb, void *context);
include/linux/usb/ljca.h
111
void ljca_unregister_event_cb(struct ljca_client *client);
include/linux/usb/ljca.h
128
int ljca_transfer(struct ljca_client *client, u8 cmd, const u8 *obuf,
include/linux/usb/ljca.h
142
int ljca_transfer_noack(struct ljca_client *client, u8 cmd, const u8 *obuf,
include/linux/usb/ljca.h
16
container_of(auxiliary_dev, struct ljca_client, auxdev)