Searched refs:ljca_client (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/usb/ |
| H A D | ljca.h | 16 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/usb/misc/ |
| H A D | usb-ljca.c | 206 struct ljca_client *client; in ljca_handle_event() 379 int ljca_transfer(struct ljca_client *client, u8 cmd, const u8 *obuf, in ljca_transfer() 388 int ljca_transfer_noack(struct ljca_client *client, u8 cmd, const u8 *obuf, in ljca_transfer_noack() 396 int ljca_register_event_cb(struct ljca_client *client, ljca_event_cb_t event_cb, in ljca_register_event_cb() 420 void ljca_unregister_event_cb(struct ljca_client *client) in ljca_unregister_event_cb() 529 struct ljca_client *client; in ljca_new_client_device() 711 struct ljca_client *client, *next; in ljca_enumerate_clients() 851 struct ljca_client *client, *next; in ljca_disconnect()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-ljca.c | 55 struct ljca_client *ljca; 276 struct ljca_client *ljca = auxiliary_dev_to_ljca_client(auxdev); in ljca_i2c_probe()
|
| /linux/drivers/gpio/ |
| H A D | gpio-ljca.c | 59 struct ljca_client *ljca; 402 struct ljca_client *ljca = auxiliary_dev_to_ljca_client(auxdev); in ljca_gpio_probe()
|