Searched refs:remotes (Results 1 – 12 of 12) sorted by relevance
| /drivers/hid/ |
| 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() 2068 remote->remotes[i].serial = 0; in wacom_initialize_remotes() 2622 if (remote->remotes[i].group.name) in wacom_remote_destroy_one() 2624 &remote->remotes[i]); in wacom_remote_destroy_one() 2626 remote->remotes[i].serial = 0; in wacom_remote_destroy_one() 2627 remote->remotes[i].group.name = NULL; in wacom_remote_destroy_one() 2661 if (!remote->remotes[index].input) { in wacom_remote_create_one() 2665 remote->remotes[index].input->uniq = remote->remotes[index].group.name; in wacom_remote_create_one() 2697 remote->remotes[index].serial = 0; in wacom_remote_create_one() [all …]
|
| A D | wacom.h | 154 } remotes[WACOM_MAX_REMOTES]; member
|
| 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()
|
| A D | Kconfig | 197 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes. 308 as the RM-1500 and RM-1800 remotes.
|
| /drivers/media/platform/renesas/rcar-vin/ |
| A D | rcar-core.c | 202 for (i = 0; i < ARRAY_SIZE(group->remotes); i++) in rvin_group_entity_to_remote_id() 203 if (group->remotes[i].subdev == sd) in rvin_group_entity_to_remote_id() 263 if (group->remotes[i].asc != asc) in rvin_group_notify_unbind() 266 group->remotes[i].subdev = NULL; in rvin_group_notify_unbind() 303 if (vin->group->remotes[i].asc != asc) in rvin_group_notify_bound() 306 vin->group->remotes[i].subdev = subdev; in rvin_group_notify_bound() 351 vin->group->remotes[vep.base.id].asc = asc; in rvin_group_parse_of() 447 if (vin->group->remotes[id].asc) in rvin_group_notifier_init() 703 if (group->remotes[i].subdev) { in rvin_parallel_setup_links() 750 if (!group->remotes[route->csi].subdev) in rvin_csi2_setup_links() [all …]
|
| A D | rcar-vin.h | 257 } remotes[RVIN_REMOTES_MAX]; member
|
| /drivers/net/vxlan/ |
| A D | vxlan_private.h | 38 struct list_head remotes; member 71 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu() 78 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl()
|
| 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()
|
| A D | vxlan_core.c | 433 list_for_each_entry(rd, &f->remotes, list) { in vxlan_fdb_find_rdst() 507 list_for_each_entry(rdst, &f->remotes, list) { in vxlan_fdb_replay() 537 list_for_each_entry(rdst, &f->remotes, list) in vxlan_fdb_clear_offload() 597 list_add_tail_rcu(&rd->list, &f->remotes); in vxlan_fdb_append() 787 INIT_LIST_HEAD(&f->remotes); in vxlan_fdb_alloc() 920 list_for_each_entry_safe(rd, nd, &f->remotes, list) { in __vxlan_fdb_free() 947 list_for_each_entry(rd, &f->remotes, list) in vxlan_fdb_destroy() 1294 if (rd && !list_is_singular(&f->remotes)) { in __vxlan_fdb_delete() 1364 list_for_each_entry_rcu(rd, &f->remotes, list) { in vxlan_fdb_dump() 2794 list_for_each_entry_rcu(rdst, &f->remotes, list) { in vxlan_xmit() [all …]
|
| /drivers/media/rc/img-ir/ |
| A D | Kconfig | 64 Aiwa, Chinon remotes) in the ImgTec infrared decoder block.
|
| /drivers/media/rc/ |
| 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).
|
| /drivers/input/misc/ |
| A D | Kconfig | 390 These are RF remotes with USB receivers.
|
Completed in 48 milliseconds