Searched refs:remotes (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/hid/ |
D | wacom_sys.c | 1830 remote->remotes[index].group.name = devm_kasprintf(&wacom->hdev->dev, in wacom_remote_create_attr_group() 1833 if (!remote->remotes[index].group.name) in wacom_remote_create_attr_group() 1837 &remote->remotes[index].group); in wacom_remote_create_attr_group() 1839 remote->remotes[index].group.name = NULL; in wacom_remote_create_attr_group() 1943 remote->remotes[0].group = remote0_serial_group; in wacom_initialize_remotes() 1944 remote->remotes[1].group = remote1_serial_group; in wacom_initialize_remotes() 1945 remote->remotes[2].group = remote2_serial_group; in wacom_initialize_remotes() 1946 remote->remotes[3].group = remote3_serial_group; in wacom_initialize_remotes() 1947 remote->remotes[4].group = remote4_serial_group; in wacom_initialize_remotes() 1964 remote->remotes[i].serial = 0; in wacom_initialize_remotes() [all …]
|
D | wacom.h | 158 } remotes[WACOM_MAX_REMOTES]; member
|
D | wacom_wac.c | 1031 if (remote->remotes[i].serial == serial) { in wacom_remote_irq() 1037 if (index < 0 || !remote->remotes[index].registered) in wacom_remote_irq() 1040 input = remote->remotes[index].input; in wacom_remote_irq() 1084 if (remote->remotes[i].serial == serial) in wacom_remote_irq() 1088 __wacom_notify_battery(&remote->remotes[index].battery, in wacom_remote_irq()
|
D | Kconfig | 166 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes.
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | rc-intro.rst | 20 conjunction with a wide variety of different IR remotes.
|
D | lirc-set-wideband-receiver.rst | 39 that prevents them to be used with some remotes. Wide band receiver might
|
/Linux-v4.19/arch/x86/platform/uv/ |
D | tlb_uv.c | 1018 int remotes, struct bau_desc *bau_desc) in record_send_statistics() argument 1021 stat->s_ntargcpu += remotes + locals; in record_send_statistics() 1022 stat->s_ntargremotes += remotes; in record_send_statistics() 1109 int locals = 0, remotes = 0, hubs = 0; in uv_flush_tlb_others() local 1157 if (set_distrib_bits(flush_mask, bcp, bau_desc, &locals, &remotes)) in uv_flush_tlb_others() 1160 record_send_statistics(stat, locals, hubs, remotes, bau_desc); in uv_flush_tlb_others()
|
/Linux-v4.19/drivers/media/rc/img-ir/ |
D | Kconfig | 62 Aiwa, Chinon remotes) in the ImgTec infrared decoder block.
|
/Linux-v4.19/drivers/net/ |
D | vxlan.c | 78 struct list_head remotes; member 203 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu() 208 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl() 480 list_for_each_entry(rd, &f->remotes, list) { in vxlan_fdb_find_rdst() 502 rd = list_first_entry_or_null(&f->remotes, struct vxlan_rdst, list); in vxlan_fdb_replace() 539 list_add_tail_rcu(&rd->list, &f->remotes); in vxlan_fdb_append() 653 INIT_LIST_HEAD(&f->remotes); in vxlan_fdb_alloc() 771 list_for_each_entry_safe(rd, nd, &f->remotes, list) { in vxlan_fdb_free() 931 if (rd && !list_is_singular(&f->remotes)) { in __vxlan_fdb_delete() 981 list_for_each_entry_rcu(rd, &f->remotes, list) { in vxlan_fdb_dump() [all …]
|
/Linux-v4.19/drivers/media/rc/ |
D | Kconfig | 97 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes), 151 These are RF remotes with USB receivers.
|
/Linux-v4.19/drivers/input/misc/ |
D | Kconfig | 347 These are RF remotes with USB receivers.
|