Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Df_hid.c123 kfree(hidg); in hidg_release()
879 queue_work(hidg->workqueue, &hidg->work); in hidg_setup()
1017 free_ep_req(hidg->in_ep, hidg->req); in hidg_disable()
1050 hidg->in_ep->driver_data = hidg; in hidg_set_alt()
1059 if (hidg->use_out_ep && hidg->out_ep != NULL) { in hidg_set_alt()
1074 hidg->out_ep->driver_data = hidg; in hidg_set_alt()
1159 hidg->get_req->context = hidg; in hidg_bind()
1268 status = cdev_device_add(&hidg->cdev, &hidg->dev); in hidg_bind()
1279 free_ep_req(hidg->in_ep, hidg->req); in hidg_bind()
1517 cdev_device_del(&hidg->cdev, &hidg->dev); in hidg_unbind()
[all …]
/linux-6.15/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-hid10 except the data passed through /dev/hidg<N>
/linux-6.15/Documentation/usb/
H A Dgadget_hid.rst70 .name = "hidg",
96 gadget driver. To use, point it at a hidg device and set the
H A Dgadget-testing.rst238 passed with /dev/hidg<X>
265 - run a program which writes to /dev/hidg<N>, e.g.