| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | wacom_sys.c | 1899 remote->remotes[index].group.name = devm_kasprintf(&wacom->hdev->dev, in wacom_remote_create_attr_group() 1902 if (!remote->remotes[index].group.name) in wacom_remote_create_attr_group() 1906 &remote->remotes[index].group); in wacom_remote_create_attr_group() 1908 remote->remotes[index].group.name = NULL; in wacom_remote_create_attr_group() 2012 remote->remotes[0].group = remote0_serial_group; in wacom_initialize_remotes() 2013 remote->remotes[1].group = remote1_serial_group; in wacom_initialize_remotes() 2014 remote->remotes[2].group = remote2_serial_group; in wacom_initialize_remotes() 2015 remote->remotes[3].group = remote3_serial_group; in wacom_initialize_remotes() 2016 remote->remotes[4].group = remote4_serial_group; in wacom_initialize_remotes() 2033 remote->remotes[i].serial = 0; in wacom_initialize_remotes() [all …]
|
| H A D | wacom.h | 155 } remotes[WACOM_MAX_REMOTES]; member
|
| H A D | wacom_wac.c | 1080 if (remote->remotes[i].serial == serial) { in wacom_remote_irq() 1086 if (index < 0 || !remote->remotes[index].registered) in wacom_remote_irq() 1089 input = remote->remotes[index].input; in wacom_remote_irq() 1133 if (remote->remotes[i].serial == serial) in wacom_remote_irq() 1137 __wacom_notify_battery(&remote->remotes[index].battery, in wacom_remote_irq()
|
| H A D | Kconfig | 170 Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes. 282 as the RM-1500 and RM-1800 remotes.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | cooker.py | 61 for remotes in self._run_command('git remote -v', bb_path, default="").split("\n"): 62 remote = remotes.split("\t")[1].split(" ")[0] 63 if "(fetch)" == remotes.split("\t")[1].split(" ")[1]: 128 … for remotes in self._run_command('git remote -v', layerpath, default="").split("\n"): 129 if not remotes: 132 remote = remotes.split("\t")[1].split(" ")[0] 133 if "(fetch)" == remotes.split("\t")[1].split(" ")[1]:
|
| /OK3568_Linux_fs/buildroot/package/python-aiohttp-remotes/ |
| H A D | Config.in | 2 bool "python-aiohttp-remotes" 8 https://github.com/aio-libs/aiohttp-remotes
|
| H A D | python-aiohttp-remotes.hash | 1 # md5, sha256 from https://pypi.org/pypi/aiohttp-remotes/json
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/ |
| H A D | lirc_0.10.1.bb | 4 DESCRIPTION:append:lirc-remotes = " This package contains some config files for remotes." 5 DESCRIPTION:append:lirc-nslu2example = " This package contains a working config for RC5 remotes and…
|
| /OK3568_Linux_fs/yocto/poky/documentation/brief-yoctoprojectqs/ |
| H A D | index.rst | 123 remotes/origin/HEAD -> origin/master 124 remotes/origin/dunfell 125 remotes/origin/dunfell-next 129 remotes/origin/gatesgarth 130 remotes/origin/gatesgarth-next 134 remotes/origin/master 135 remotes/origin/master-next
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/ |
| H A D | python3-git_3.1.27.bb | 4 index directly, handle remotes, or go down to low-level object database \
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | start.rst | 780 remotes/origin/1.1_M1 781 remotes/origin/1.1_M2 782 remotes/origin/1.1_M3 783 remotes/origin/1.1_M4 784 remotes/origin/1.2_M1 785 remotes/origin/1.2_M2 786 remotes/origin/1.2_M3 788 remotes/origin/thud 789 remotes/origin/thud-next 790 remotes/origin/warrior [all …]
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/buildroot/package/lirc-tools/ |
| H A D | 0004-plugins-devinput.c-fix-build-with-musl-1.2.0.patch | 31 @@ -458,7 +462,7 @@ char* devinput_rec(struct ir_remote* remotes)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
| H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 32 @@ -459,7 +464,7 @@ char* devinput_rec(struct ir_remote* remotes)
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | vxlan.c | 77 struct list_head remotes; member 183 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu() 190 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl() 557 list_for_each_entry(rd, &f->remotes, list) { in vxlan_fdb_find_rdst() 633 list_for_each_entry(rdst, &f->remotes, list) { in vxlan_fdb_replay() 667 list_for_each_entry(rdst, &f->remotes, list) in vxlan_fdb_clear_offload() 686 rd = list_first_entry_or_null(&f->remotes, struct vxlan_rdst, list); in vxlan_fdb_replace() 726 list_add_tail_rcu(&rd->list, &f->remotes); in vxlan_fdb_append() 843 INIT_LIST_HEAD(&f->remotes); in vxlan_fdb_alloc() 969 list_for_each_entry_safe(rd, nd, &f->remotes, list) { in __vxlan_fdb_free() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/ |
| H A D | Kconfig | 63 Aiwa, Chinon remotes) in the ImgTec infrared decoder block.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/ |
| H A D | localhostbecontroller.py | 133 … for remotes in self._shellcmd("git remote -v", self.be.sourcedir,env=git_env).split("\n"): 135 remote = remotes.split("\t")[1].split(" ")[0]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | recipeutils.py | 431 remotes = [] 448 remotes.append(path) 453 return copied, remotes
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | Kconfig | 98 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes), 165 These are RF remotes with USB receivers. 517 These are IR remotes with USB receivers for the Original Xbox (2001).
|
| /OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/ |
| H A D | maint-appx.rst | 54 $ git checkout -b my-kernel-4.12 remotes/origin/standard/beagleboard 56 $ git checkout -b my-4.12-metadata remotes/origin/yocto-4.12
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | kernel-yocto.bbclass | 374 for i in `git branch -a --no-color | grep remotes | grep -v HEAD`; do 375 b=`echo $i | cut -d' ' -f2 | sed 's%remotes/origin/%%'`;
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | Kconfig | 352 These are RF remotes with USB receivers.
|
| /OK3568_Linux_fs/yocto/poky/documentation/bsp-guide/ |
| H A D | bsp.rst | 200 $ git checkout -b &DISTRO_NAME_NO_CAP; remotes/origin/&DISTRO_NAME_NO_CAP;
|