Home
last modified time | relevance | path

Searched refs:pxrc (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/input/joystick/
H A Dpxrc.c34 struct pxrc *pxrc = urb->context; in pxrc_usb_irq() argument
85 struct pxrc *pxrc = input_get_drvdata(input); in pxrc_open() local
103 struct pxrc *pxrc = input_get_drvdata(input); in pxrc_close() local
112 struct pxrc *pxrc = _pxrc; in pxrc_free_urb() local
121 struct pxrc *pxrc; in pxrc_probe() local
145 usb_set_intfdata(pxrc->intf, pxrc); in pxrc_probe()
174 pxrc->input->phys = pxrc->phys; in pxrc_probe()
190 input_set_drvdata(pxrc->input, pxrc); in pxrc_probe()
206 struct pxrc *pxrc = usb_get_intfdata(intf); in pxrc_suspend() local
217 struct pxrc *pxrc = usb_get_intfdata(intf); in pxrc_resume() local
[all …]
H A DMakefile29 obj-$(CONFIG_JOYSTICK_PXRC) += pxrc.o
H A DKconfig375 module will be called pxrc.
/linux/Documentation/input/devices/
H A Dpxrc.rst2 pxrc - PhoenixRC Flight Controller Adapter
48 > modprobe pxrc
/linux/drivers/hid/
H A DMakefile110 obj-$(CONFIG_HID_PXRC) += hid-pxrc.o
H A DKconfig957 module will be called hid-pxrc.
/linux/
H A DMAINTAINERS9785 F: drivers/hid/hid-pxrc.c
17615 F: Documentation/input/devices/pxrc.rst
17616 F: drivers/input/joystick/pxrc.c