Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_sys.c1899 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 Dwacom.h155 } remotes[WACOM_MAX_REMOTES]; member
H A Dwacom_wac.c1080 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 DKconfig170 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 Dcooker.py61 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 DConfig.in2 bool "python-aiohttp-remotes"
8 https://github.com/aio-libs/aiohttp-remotes
H A Dpython-aiohttp-remotes.hash1 # 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 Dlirc_0.10.1.bb4 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 Dindex.rst123 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 Dpython3-git_3.1.27.bb4 index directly, handle remotes, or go down to low-level object database \
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dstart.rst780 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 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.
/OK3568_Linux_fs/buildroot/package/lirc-tools/
H A D0004-plugins-devinput.c-fix-build-with-musl-1.2.0.patch31 @@ -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 D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch32 @@ -459,7 +464,7 @@ char* devinput_rec(struct ir_remote* remotes)
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c77 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 DKconfig63 Aiwa, Chinon remotes) in the ImgTec infrared decoder block.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py133 … 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 Drecipeutils.py431 remotes = []
448 remotes.append(path)
453 return copied, remotes
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A DKconfig98 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 Dmaint-appx.rst54 $ 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 Dkernel-yocto.bbclass374 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 DKconfig352 These are RF remotes with USB receivers.
/OK3568_Linux_fs/yocto/poky/documentation/bsp-guide/
H A Dbsp.rst200 $ git checkout -b &DISTRO_NAME_NO_CAP; remotes/origin/&DISTRO_NAME_NO_CAP;

12