Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/hid/
H A Dwacom_sys.c1897 if (!remote->remotes[index].group.name) in wacom_remote_create_attr_group()
1901 &remote->remotes[index].group); in wacom_remote_create_attr_group()
2028 remote->remotes[i].serial = 0; in wacom_initialize_remotes()
2577 if (remote->remotes[i].group.name) in wacom_remote_destroy_one()
2579 &remote->remotes[i]); in wacom_remote_destroy_one()
2581 remote->remotes[i].serial = 0; in wacom_remote_destroy_one()
2582 remote->remotes[i].group.name = NULL; in wacom_remote_destroy_one()
2616 if (!remote->remotes[index].input) { in wacom_remote_create_one()
2620 remote->remotes[index].input->uniq = remote->remotes[index].group.name; in wacom_remote_create_one()
2652 remote->remotes[index].serial = 0; in wacom_remote_create_one()
[all …]
H A Dwacom.h154 } remotes[WACOM_MAX_REMOTES]; member
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildcfg.py41 remotes = remotes_list.split()
43 remotes = []
44 return remotes
H A Drecipeutils.py429 remotes = []
446 remotes.append(path)
451 return copied, remotes
/openbmc/openbmc/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]:
/openbmc/openbmc/poky/scripts/
H A Doe-setup-layers83 remotes = r_remote['remotes']
91 for remote in remotes:
92 if not _is_repo_at_remote_uri(repodir, remote, remotes[remote]['uri']):
93 …te remove {} > /dev/null 2>&1; git remote add {} {}".format(remote, remote, remotes[remote]['uri'])
/openbmc/openbmc/poky/meta/lib/bblayers/
H A Dmakesetup.py27 remotes = {}
29 remotes[r] = {'uri':oe.buildcfg.get_metadata_git_remote_url(repo_path, r)}
30 return remotes
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c217 if (group->remotes[i].subdev == sd) in rvin_group_entity_to_remote_id()
266 if (vin->group->remotes[i].asc != asc) in rvin_group_notify_unbind()
268 vin->group->remotes[i].subdev = NULL; in rvin_group_notify_unbind()
288 if (vin->group->remotes[i].asc != asc) in rvin_group_notify_bound()
290 vin->group->remotes[i].subdev = subdev; in rvin_group_notify_bound()
336 vin->group->remotes[vep.base.id].asc = asc; in rvin_group_parse_of()
389 if (vin->group->remotes[id].asc) in rvin_group_notifier_init()
890 struct media_entity *source = &group->remotes[route->csi].subdev->entity; in rvin_csi2_create_link()
926 if (!vin->group->remotes[route->csi].subdev) in rvin_csi2_setup_links()
1011 if (!vin->group->remotes[source_slot].subdev) in rvin_isp_setup_links()
[all …]
H A Drcar-vin.h296 } remotes[RVIN_REMOTES_MAX]; member
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_private.h33 struct list_head remotes; member
66 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu()
73 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl()
H A Dvxlan_mdb.c26 struct list_head remotes; member
224 list_for_each_entry(remote, &mdb_entry->remotes, list) { in vxlan_mdb_entry_fill()
670 list_for_each_entry(remote, &mdb_entry->remotes, list) { in vxlan_mdb_remote_lookup()
1140 list_add_rcu(&remote->list, &mdb_entry->remotes); in vxlan_mdb_remote_add()
1178 INIT_LIST_HEAD(&mdb_entry->remotes); in vxlan_mdb_entry_get()
1202 if (!list_empty(&mdb_entry->remotes)) in vxlan_mdb_entry_put()
1387 list_for_each_entry_rcu(remote, &mdb_entry->remotes, list) { in vxlan_mdb_xmit()
1425 list_for_each_entry_safe(remote, tmp, &mdb_entry->remotes, list) in vxlan_mdb_remotes_flush()
H A Dvxlan_core.c451 list_for_each_entry(rd, &f->remotes, list) { in vxlan_fdb_find_rdst()
527 list_for_each_entry(rdst, &f->remotes, list) { in vxlan_fdb_replay()
561 list_for_each_entry(rdst, &f->remotes, list) in vxlan_fdb_clear_offload()
580 rd = list_first_entry_or_null(&f->remotes, struct vxlan_rdst, list); in vxlan_fdb_replace()
620 list_add_tail_rcu(&rd->list, &f->remotes); in vxlan_fdb_append()
809 INIT_LIST_HEAD(&f->remotes); in vxlan_fdb_alloc()
933 list_for_each_entry_safe(rd, nd, &f->remotes, list) { in __vxlan_fdb_free()
960 list_for_each_entry(rd, &f->remotes, list) in vxlan_fdb_destroy()
1309 if (rd && !list_is_singular(&f->remotes)) { in __vxlan_fdb_delete()
1381 list_for_each_entry_rcu(rd, &f->remotes, list) { in vxlan_fdb_dump()
[all …]
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Drepo.py146 remotes = self._exec(cmd)[0]['stdout']
147 for remote in remotes.splitlines():
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/
H A Dlirc_0.10.2.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…
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-git_3.1.43.bb4 index directly, handle remotes, or go down to low-level object database \
/openbmc/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.
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch34 @@ -459,7 +464,7 @@ char* devinput_rec(struct ir_remote* remotes)
/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/
H A Dindex.rst120 remotes/origin/HEAD -> origin/master
121 remotes/origin/dunfell
122 remotes/origin/dunfell-next
126 remotes/origin/gatesgarth
127 remotes/origin/gatesgarth-next
131 remotes/origin/master
132 remotes/origin/master-next
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dstart.rst756 remotes/origin/1.1_M1
757 remotes/origin/1.1_M2
758 remotes/origin/1.1_M3
759 remotes/origin/1.1_M4
760 remotes/origin/1.2_M1
761 remotes/origin/1.2_M2
762 remotes/origin/1.2_M3
764 remotes/origin/thud
765 remotes/origin/thud-next
766 remotes/origin/warrior
[all …]
/openbmc/linux/drivers/media/rc/img-ir/
H A DKconfig64 Aiwa, Chinon remotes) in the ImgTec infrared decoder block.
/openbmc/openbmc/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]
/openbmc/linux/drivers/media/rc/
H A DKconfig113 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes),
439 These are RF remotes with USB receivers.
478 These are IR remotes with USB receivers for the Original Xbox (2001).
/openbmc/openbmc/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

12