Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/rc/
A Dxbox_remote.c61 char rc_phys[NAME_BUFSIZE]; member
158 rdev->input_phys = xbox_remote->rc_phys; in xbox_remote_rc_init()
230 usb_make_path(udev, xbox_remote->rc_phys, sizeof(xbox_remote->rc_phys)); in xbox_remote_probe()
232 strlcat(xbox_remote->rc_phys, "/input0", sizeof(xbox_remote->rc_phys)); in xbox_remote_probe()
A Dati_remote.c253 char rc_phys[NAME_BUFSIZE]; member
759 rdev->input_phys = ati_remote->rc_phys; in ati_remote_rc_init()
857 usb_make_path(udev, ati_remote->rc_phys, sizeof(ati_remote->rc_phys)); in ati_remote_probe()
858 strscpy(ati_remote->mouse_phys, ati_remote->rc_phys, in ati_remote_probe()
861 strlcat(ati_remote->rc_phys, "/input0", sizeof(ati_remote->rc_phys)); in ati_remote_probe()
/linux-6.3-rc2/drivers/media/usb/dvb-usb/
A Ddvb-usb-remote.c201 input_dev->phys = d->rc_phys; in legacy_dvb_usb_remote_init()
284 dev->input_phys = d->rc_phys; in rc_core_dvb_usb_remote_init()
327 usb_make_path(d->udev, d->rc_phys, sizeof(d->rc_phys)); in dvb_usb_remote_init()
328 strlcat(d->rc_phys, "/ir0", sizeof(d->rc_phys)); in dvb_usb_remote_init()
A Ddvb-usb.h491 char rc_phys[64]; member
/linux-6.3-rc2/drivers/media/usb/dvb-usb-v2/
A Ddvb_usb_core.c145 usb_make_path(d->udev, d->rc_phys, sizeof(d->rc_phys)); in dvb_usbv2_remote_init()
146 strlcat(d->rc_phys, "/ir0", sizeof(d->rc_phys)); in dvb_usbv2_remote_init()
147 dev->input_phys = d->rc_phys; in dvb_usbv2_remote_init()
A Ddvb_usb.h396 char rc_phys[64]; member
/linux-6.3-rc2/drivers/media/usb/ttusb-dec/
A Dttusb_dec.c151 char rc_phys[64]; member
1215 usb_make_path(dec->udev, dec->rc_phys, sizeof(dec->rc_phys)); in ttusb_init_rc()
1216 strlcat(dec->rc_phys, "/input0", sizeof(dec->rc_phys)); in ttusb_init_rc()
1223 input_dev->phys = dec->rc_phys; in ttusb_init_rc()

Completed in 16 milliseconds