Searched refs:remotes (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/hid/ |
A D | wacom_sys.c | 1897 if (!remote->remotes[index].group.name) in wacom_remote_create_attr_group() 1901 &remote->remotes[index].group); in wacom_remote_create_attr_group() 2028 remote->remotes[i].serial = 0; in wacom_initialize_remotes() 2543 if (remote->remotes[i].group.name) in wacom_remote_destroy_one() 2545 &remote->remotes[i]); in wacom_remote_destroy_one() 2547 remote->remotes[i].serial = 0; in wacom_remote_destroy_one() 2548 remote->remotes[i].group.name = NULL; in wacom_remote_destroy_one() 2583 if (!remote->remotes[index].input) { in wacom_remote_create_one() 2587 remote->remotes[index].input->uniq = remote->remotes[index].group.name; in wacom_remote_create_one() 2619 remote->remotes[index].serial = 0; in wacom_remote_create_one() [all …]
|
A D | wacom.h | 153 } remotes[WACOM_MAX_REMOTES]; member
|
A D | wacom_wac.c | 1123 if (remote->remotes[i].serial == serial) { in wacom_remote_irq() 1129 if (index < 0 || !remote->remotes[index].registered) in wacom_remote_irq() 1132 input = remote->remotes[index].input; in wacom_remote_irq() 1176 if (remote->remotes[i].serial == serial) in wacom_remote_irq() 1180 __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. 278 as the RM-1500 and RM-1800 remotes.
|
/linux-6.3-rc2/drivers/net/vxlan/ |
A D | vxlan_private.h | 33 struct list_head remotes; member 66 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu() 73 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl()
|
A D | vxlan_core.c | 498 list_for_each_entry(rd, &f->remotes, list) { in vxlan_fdb_find_rdst() 574 list_for_each_entry(rdst, &f->remotes, list) { in vxlan_fdb_replay() 608 list_for_each_entry(rdst, &f->remotes, list) in vxlan_fdb_clear_offload() 627 rd = list_first_entry_or_null(&f->remotes, struct vxlan_rdst, list); in vxlan_fdb_replace() 667 list_add_tail_rcu(&rd->list, &f->remotes); in vxlan_fdb_append() 781 INIT_LIST_HEAD(&f->remotes); in vxlan_fdb_alloc() 905 list_for_each_entry_safe(rd, nd, &f->remotes, list) { in __vxlan_fdb_free() 932 list_for_each_entry(rd, &f->remotes, list) in vxlan_fdb_destroy() 1281 if (rd && !list_is_singular(&f->remotes)) { in __vxlan_fdb_delete() 1353 list_for_each_entry_rcu(rd, &f->remotes, list) { in vxlan_fdb_dump() [all …]
|
/linux-6.3-rc2/drivers/media/platform/renesas/rcar-vin/ |
A D | rcar-core.c | 219 if (group->remotes[i].subdev == sd) in rvin_group_entity_to_remote_id() 268 if (vin->group->remotes[i].asd != asd) in rvin_group_notify_unbind() 270 vin->group->remotes[i].subdev = NULL; in rvin_group_notify_unbind() 290 if (vin->group->remotes[i].asd != asd) in rvin_group_notify_bound() 292 vin->group->remotes[i].subdev = subdev; in rvin_group_notify_bound() 338 vin->group->remotes[vep.base.id].asd = asd; in rvin_group_parse_of() 391 if (vin->group->remotes[id].asd) in rvin_group_notifier_init() 892 struct media_entity *source = &group->remotes[route->csi].subdev->entity; in rvin_csi2_create_link() 928 if (!vin->group->remotes[route->csi].subdev) in rvin_csi2_setup_links() 1013 if (!vin->group->remotes[source_slot].subdev) in rvin_isp_setup_links() [all …]
|
A D | rcar-vin.h | 296 } remotes[RVIN_REMOTES_MAX]; member
|
/linux-6.3-rc2/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-6.3-rc2/drivers/media/rc/img-ir/ |
A D | Kconfig | 64 Aiwa, Chinon remotes) in the ImgTec infrared decoder block.
|
/linux-6.3-rc2/drivers/media/rc/ |
A D | Kconfig | 113 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes), 432 These are RF remotes with USB receivers. 471 These are IR remotes with USB receivers for the Original Xbox (2001).
|
/linux-6.3-rc2/drivers/input/misc/ |
A D | Kconfig | 362 These are RF remotes with USB receivers.
|
Completed in 54 milliseconds