Home
last modified time | relevance | path

Searched refs:remotes (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/hid/
H A Dwacom_sys.c1930 remote->remotes[index].group.name = devm_kasprintf(&wacom->hdev->dev, in wacom_remote_create_attr_group()
1933 if (!remote->remotes[index].group.name) in wacom_remote_create_attr_group()
1937 &remote->remotes[index].group); in wacom_remote_create_attr_group()
1939 remote->remotes[index].group.name = NULL; in wacom_remote_create_attr_group()
2043 remote->remotes[0].group = remote0_serial_group; in wacom_initialize_remotes()
2044 remote->remotes[1].group = remote1_serial_group; in wacom_initialize_remotes()
2045 remote->remotes[2].group = remote2_serial_group; in wacom_initialize_remotes()
2046 remote->remotes[3].group = remote3_serial_group; in wacom_initialize_remotes()
2047 remote->remotes[4].group = remote4_serial_group; in wacom_initialize_remotes()
2068 remote->remotes[i].serial = 0; in wacom_initialize_remotes()
[all …]
H A Dwacom_wac.c1082 if (remote->remotes[i].serial == serial) { in wacom_remote_irq()
1088 if (index < 0 || !remote->remotes[index].registered) in wacom_remote_irq()
1091 remote->remotes[i].active_time = ktime_get(); in wacom_remote_irq()
1092 input = remote->remotes[index].input; in wacom_remote_irq()
1136 if (remote->remotes[i].serial == serial) in wacom_remote_irq()
1140 __wacom_notify_battery(&remote->remotes[index].battery, in wacom_remote_irq()
/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c202 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()
262 for (unsigned int i = 0; i < ARRAY_SIZE(group->remotes); i++) { in rvin_group_notify_unbind()
263 if (group->remotes[i].asc != asc) in rvin_group_notify_unbind()
266 group->remotes[i].subdev = NULL; in rvin_group_notify_unbind()
302 for (unsigned int i = 0; i < ARRAY_SIZE(group->remotes); i++) { in rvin_group_notify_bound()
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()
[all …]
/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c26 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 Dvxlan_core.c433 list_for_each_entry(rd, &f->remotes, list) { in vxlan_fdb_find_rdst()
508 list_for_each_entry(rdst, &f->remotes, list) { in vxlan_fdb_replay()
538 list_for_each_entry(rdst, &f->remotes, list) in vxlan_fdb_clear_offload()
558 rd = list_first_entry_or_null(&f->remotes, struct vxlan_rdst, list); in vxlan_fdb_replace()
598 list_add_tail_rcu(&rd->list, &f->remotes); in vxlan_fdb_append()
788 INIT_LIST_HEAD(&f->remotes); in vxlan_fdb_alloc()
921 list_for_each_entry_safe(rd, nd, &f->remotes, list) { in __vxlan_fdb_free()
948 list_for_each_entry(rd, &f->remotes, list) in vxlan_fdb_destroy()
1295 if (rd && !list_is_singular(&f->remotes)) { in __vxlan_fdb_delete()
1365 list_for_each_entry_rcu(rd, &f->remotes, list) { in vxlan_fdb_dump()
[all …]
/linux/Documentation/userspace-api/media/rc/
H A Drc-intro.rst20 conjunction with a wide variety of different IR remotes.
H A Dlirc-set-wideband-receiver.rst40 that prevents them to be used with some remotes. Wide band receiver might
H A Drc-protos.rst22 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/media/rc/img-ir/
H A DKconfig64 Aiwa, Chinon remotes) in the ImgTec infrared decoder block.