Searched refs:remotes (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/hid/ |
| H A D | wacom_sys.c | 1930 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 D | wacom_wac.c | 1082 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 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() 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 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 | 433 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 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/drivers/media/rc/img-ir/ |
| H A D | Kconfig | 64 Aiwa, Chinon remotes) in the ImgTec infrared decoder block.
|