Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A 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/drivers/i2c/busses/
H A Di2c-ljca.c55 struct ljca_client *ljca;
276 struct ljca_client *ljca = auxiliary_dev_to_ljca_client(auxdev); in ljca_i2c_probe()
/linux/drivers/gpio/
H A Dgpio-ljca.c59 struct ljca_client *ljca;
402 struct ljca_client *ljca = auxiliary_dev_to_ljca_client(auxdev); in ljca_gpio_probe()