Searched refs:remotes (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/hid/ |
| A D | wacom_sys.c | 1899 if (!remote->remotes[index].group.name) in wacom_remote_create_attr_group() 1903 &remote->remotes[index].group); in wacom_remote_create_attr_group() 2030 remote->remotes[i].serial = 0; in wacom_initialize_remotes() 2545 if (remote->remotes[i].group.name) in wacom_remote_destroy_one() 2547 &remote->remotes[i]); in wacom_remote_destroy_one() 2549 remote->remotes[i].serial = 0; in wacom_remote_destroy_one() 2550 remote->remotes[i].group.name = NULL; in wacom_remote_destroy_one() 2585 if (!remote->remotes[index].input) { in wacom_remote_create_one() 2589 remote->remotes[index].input->uniq = remote->remotes[index].group.name; in wacom_remote_create_one() 2621 remote->remotes[index].serial = 0; in wacom_remote_create_one() [all …]
|
| A D | wacom.h | 155 } remotes[WACOM_MAX_REMOTES]; member
|
| A D | wacom_wac.c | 1077 if (remote->remotes[i].serial == serial) { in wacom_remote_irq() 1083 if (index < 0 || !remote->remotes[index].registered) in wacom_remote_irq() 1086 input = remote->remotes[index].input; in wacom_remote_irq() 1130 if (remote->remotes[i].serial == serial) in wacom_remote_irq() 1134 __wacom_notify_battery(&remote->remotes[index].battery, in wacom_remote_irq()
|
| A D | Kconfig | 170 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes. 283 as the RM-1500 and RM-1800 remotes.
|
| /linux/drivers/media/platform/rcar-vin/ |
| A D | rcar-core.c | 221 if (group->remotes[i].subdev == sd) in rvin_group_entity_to_remote_id() 270 if (vin->group->remotes[i].asd != asd) in rvin_group_notify_unbind() 272 vin->group->remotes[i].subdev = NULL; in rvin_group_notify_unbind() 292 if (vin->group->remotes[i].asd != asd) in rvin_group_notify_bound() 294 vin->group->remotes[i].subdev = subdev; in rvin_group_notify_bound() 340 vin->group->remotes[vep.base.id].asd = asd; in rvin_group_parse_of() 395 if (vin->group->remotes[id].asd) in rvin_group_notifier_init() 930 if (!vin->group->remotes[route->csi].subdev) in rvin_csi2_setup_links() 933 source = &vin->group->remotes[route->csi].subdev->entity; in rvin_csi2_setup_links() 1022 if (!vin->group->remotes[source_slot].subdev) in rvin_isp_setup_links() [all …]
|
| A D | rcar-vin.h | 303 } remotes[RVIN_REMOTES_MAX]; member
|
| /linux/Documentation/userspace-api/media/rc/ |
| A D | rc-intro.rst | 20 conjunction with a wide variety of different IR remotes.
|
| A D | lirc-set-wideband-receiver.rst | 40 that prevents them to be used with some remotes. Wide band receiver might
|
| A D | rc-protos.rst | 22 Some remotes have a pointer-type device which can used to control the 422 This protocol is used by Antec Veris/SoundGraph iMON remotes.
|
| /linux/drivers/net/ |
| A D | vxlan.c | 78 struct list_head remotes; member 558 list_for_each_entry(rd, &f->remotes, list) { in vxlan_fdb_find_rdst() 634 list_for_each_entry(rdst, &f->remotes, list) { in vxlan_fdb_replay() 668 list_for_each_entry(rdst, &f->remotes, list) in vxlan_fdb_clear_offload() 727 list_add_tail_rcu(&rd->list, &f->remotes); in vxlan_fdb_append() 844 INIT_LIST_HEAD(&f->remotes); in vxlan_fdb_alloc() 970 list_for_each_entry_safe(rd, nd, &f->remotes, list) { in __vxlan_fdb_free() 997 list_for_each_entry(rd, &f->remotes, list) in vxlan_fdb_destroy() 1331 if (rd && !list_is_singular(&f->remotes)) { in __vxlan_fdb_delete() 1402 list_for_each_entry_rcu(rd, &f->remotes, list) { in vxlan_fdb_dump() [all …]
|
| /linux/drivers/media/rc/img-ir/ |
| A D | Kconfig | 64 Aiwa, Chinon remotes) in the ImgTec infrared decoder block.
|
| /linux/drivers/media/rc/ |
| A D | Kconfig | 91 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes), 151 These are RF remotes with USB receivers. 461 These are IR remotes with USB receivers for the Original Xbox (2001).
|
| /linux/drivers/input/misc/ |
| A D | Kconfig | 362 These are RF remotes with USB receivers.
|
Completed in 47 milliseconds