| /linux-6.15/drivers/hid/ |
| H A D | wacom_sys.c | 1933 if (!remote->remotes[index].group.name) in wacom_remote_create_attr_group() 1937 &remote->remotes[index].group); in wacom_remote_create_attr_group() 2064 remote->remotes[i].serial = 0; in wacom_initialize_remotes() 2618 if (remote->remotes[i].group.name) in wacom_remote_destroy_one() 2620 &remote->remotes[i]); in wacom_remote_destroy_one() 2622 remote->remotes[i].serial = 0; in wacom_remote_destroy_one() 2623 remote->remotes[i].group.name = NULL; in wacom_remote_destroy_one() 2657 if (!remote->remotes[index].input) { in wacom_remote_create_one() 2661 remote->remotes[index].input->uniq = remote->remotes[index].group.name; in wacom_remote_create_one() 2693 remote->remotes[index].serial = 0; in wacom_remote_create_one() [all …]
|
| H A D | wacom.h | 154 } remotes[WACOM_MAX_REMOTES]; member
|
| H A D | wacom_wac.c | 1081 if (remote->remotes[i].serial == serial) { in wacom_remote_irq() 1087 if (index < 0 || !remote->remotes[index].registered) in wacom_remote_irq() 1090 remote->remotes[i].active_time = ktime_get(); in wacom_remote_irq() 1091 input = remote->remotes[index].input; in wacom_remote_irq() 1135 if (remote->remotes[i].serial == serial) in wacom_remote_irq() 1139 __wacom_notify_battery(&remote->remotes[index].battery, in wacom_remote_irq()
|
| H A D | Kconfig | 195 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes. 306 as the RM-1500 and RM-1800 remotes.
|
| /linux-6.15/drivers/media/platform/renesas/rcar-vin/ |
| H A D | rcar-core.c | 217 if (group->remotes[i].subdev == sd) in rvin_group_entity_to_remote_id() 266 if (vin->group->remotes[i].asc != asc) in rvin_group_notify_unbind() 268 vin->group->remotes[i].subdev = NULL; in rvin_group_notify_unbind() 288 if (vin->group->remotes[i].asc != asc) in rvin_group_notify_bound() 290 vin->group->remotes[i].subdev = subdev; in rvin_group_notify_bound() 336 vin->group->remotes[vep.base.id].asc = asc; in rvin_group_parse_of() 389 if (vin->group->remotes[id].asc) in rvin_group_notifier_init() 890 struct media_entity *source = &group->remotes[route->csi].subdev->entity; in rvin_csi2_create_link() 926 if (!vin->group->remotes[route->csi].subdev) in rvin_csi2_setup_links() 1011 if (!vin->group->remotes[source_slot].subdev) in rvin_isp_setup_links() [all …]
|
| H A D | rcar-vin.h | 298 } remotes[RVIN_REMOTES_MAX]; member
|
| /linux-6.15/drivers/net/vxlan/ |
| H 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()
|
| H A D | vxlan_mdb.c | 26 struct list_head remotes; member 232 list_for_each_entry(remote, &mdb_entry->remotes, list) { in vxlan_mdb_entry_fill() 676 list_for_each_entry(remote, &mdb_entry->remotes, list) { in vxlan_mdb_remote_lookup() 1156 list_add_rcu(&remote->list, &mdb_entry->remotes); in vxlan_mdb_remote_add() 1194 INIT_LIST_HEAD(&mdb_entry->remotes); in vxlan_mdb_entry_get() 1218 if (!list_empty(&mdb_entry->remotes)) in vxlan_mdb_entry_put() 1393 list_for_each_entry_safe(remote, tmp, &mdb_entry->remotes, list) { in vxlan_mdb_remotes_flush() 1513 list_for_each_entry(remote, &mdb_entry->remotes, list) in vxlan_mdb_get_reply_alloc() 1551 list_for_each_entry(remote, &mdb_entry->remotes, list) { in vxlan_mdb_get_reply_fill() 1692 list_for_each_entry_rcu(remote, &mdb_entry->remotes, list) { in vxlan_mdb_xmit()
|
| H A D | vxlan_core.c | 455 list_for_each_entry(rd, &f->remotes, list) { in vxlan_fdb_find_rdst() 531 list_for_each_entry(rdst, &f->remotes, list) { in vxlan_fdb_replay() 565 list_for_each_entry(rdst, &f->remotes, list) in vxlan_fdb_clear_offload() 624 list_add_tail_rcu(&rd->list, &f->remotes); in vxlan_fdb_append() 813 INIT_LIST_HEAD(&f->remotes); in vxlan_fdb_alloc() 937 list_for_each_entry_safe(rd, nd, &f->remotes, list) { in __vxlan_fdb_free() 964 list_for_each_entry(rd, &f->remotes, list) in vxlan_fdb_destroy() 1312 if (rd && !list_is_singular(&f->remotes)) { in __vxlan_fdb_delete() 1388 list_for_each_entry_rcu(rd, &f->remotes, list) { in vxlan_fdb_dump() 2815 list_for_each_entry_rcu(rdst, &f->remotes, list) { in vxlan_xmit() [all …]
|
| /linux-6.15/Documentation/userspace-api/media/rc/ |
| H A D | rc-intro.rst | 20 conjunction with a wide variety of different IR remotes.
|
| H A D | lirc-set-wideband-receiver.rst | 40 that prevents them to be used with some remotes. Wide band receiver might
|
| H 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.15/drivers/media/rc/img-ir/ |
| H A D | Kconfig | 64 Aiwa, Chinon remotes) in the ImgTec infrared decoder block.
|
| /linux-6.15/drivers/media/rc/ |
| H A D | Kconfig | 113 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes), 431 These are RF remotes with USB receivers. 470 These are IR remotes with USB receivers for the Original Xbox (2001).
|
| /linux-6.15/drivers/input/misc/ |
| H A D | Kconfig | 390 These are RF remotes with USB receivers.
|