Home
last modified time | relevance | path

Searched refs:repo (Results 1 – 25 of 31) sorted by relevance

12

/linux/arch/powerpc/platforms/ps3/
H A Drepository.c290 int ps3_repository_find_device(struct ps3_repository_device *repo) in ps3_repository_find_device() argument
293 struct ps3_repository_device tmp = *repo; in ps3_repository_find_device()
296 BUG_ON(repo->bus_index > 10); in ps3_repository_find_device()
297 BUG_ON(repo->dev_index > 10); in ps3_repository_find_device()
335 *repo = tmp; in ps3_repository_find_device()
339 int ps3_repository_find_device_by_id(struct ps3_repository_device *repo, in ps3_repository_find_device_by_id() argument
412 *repo = tmp; in ps3_repository_find_device_by_id()
417 int (*callback)(const struct ps3_repository_device *repo)) in ps3_repository_find_devices() argument
420 struct ps3_repository_device repo; in ps3_repository_find_devices() local
424 repo.bus_type = bus_type; in ps3_repository_find_devices()
[all …]
H A Ddevice-init.c116 const struct ps3_repository_device *repo) in ps3_setup_gelic_device() argument
126 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB); in ps3_setup_gelic_device()
127 BUG_ON(repo->dev_type != PS3_DEV_TYPE_SB_GELIC); in ps3_setup_gelic_device()
138 p->dev.bus_id = repo->bus_id; in ps3_setup_gelic_device()
139 p->dev.dev_id = repo->dev_id; in ps3_setup_gelic_device()
142 result = ps3_repository_find_interrupt(repo, in ps3_setup_gelic_device()
183 const struct ps3_repository_device *repo, enum ps3_match_id match_id, in ps3_setup_uhc_device() argument
197 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB); in ps3_setup_uhc_device()
198 BUG_ON(repo->dev_type != PS3_DEV_TYPE_SB_USB); in ps3_setup_uhc_device()
209 p->dev.bus_id = repo->bus_id; in ps3_setup_uhc_device()
[all …]
H A Dplatform.h134 int ps3_repository_find_device(struct ps3_repository_device *repo);
135 int ps3_repository_find_device_by_id(struct ps3_repository_device *repo,
138 int (*callback)(const struct ps3_repository_device *repo));
141 int ps3_repository_find_interrupt(const struct ps3_repository_device *repo,
143 int ps3_repository_find_reg(const struct ps3_repository_device *repo,
/linux/scripts/
H A Dspdxcheck.py48 def read_spdxdata(repo): argument
53 lictree = repo.head.commit.tree['LICENSES']
352 repo = git.Repo(os.getcwd()) variable
353 assert not repo.bare
356 spdx = read_spdxdata(repo)
392 scan_git_subtree(repo.head.reference.commit.tree, p,
399 scan_git_tree(repo.head.commit.tree, '.', args.depth)
/linux/Documentation/devicetree/bindings/
H A Dgraph.txt1 This file has moved to graph.yaml in dt-schema repo
/linux/tools/memory-model/scripts/
H A Dchecklitmushist.sh27 echo Run scripts/initlitmushist.sh first, need litmus repo.
H A Dnewlitmushist.sh27 echo Run scripts/initlitmushist.sh first, need litmus repo.
/linux/Documentation/admin-guide/hw-vuln/
H A Dold_microcode.rst15 distributes these files in a github repo:
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dbg-g-chip-info.rst75 `https://linuxtv.org/repo/ <https://linuxtv.org/repo/>`__ for access
H A Dvidioc-dbg-g-register.rst85 `https://linuxtv.org/repo/ <https://linuxtv.org/repo/>`__ for access
H A Dpixfmt-rgb.rst1278 `https://linuxtv.org/repo/ <https://linuxtv.org/repo/>`__ for access
/linux/Documentation/virt/acrn/
H A Dintroduction.rst42 The ACRN hypervisor is open for contribution from anyone. The source repo is
/linux/tools/testing/ktest/examples/
H A DREADME10 crosstests.conf - this config shows an example of testing a git repo against
/linux/tools/power/cpupower/bindings/python/
H A DREADME63 This allows you to set a specific repo of the bindings to use.
/linux/Documentation/gpu/
H A Dautomated_testing.rst104 2. In your kernel repo's configuration (eg.
147 For testing changes to the scripts in the drm-ci repo, change the
/linux/Documentation/driver-api/firmware/
H A Dfirmware-usage-guidelines.rst37 repo that are required by currently supported stable/LTS kernels,
/linux/Documentation/driver-api/acpi/
H A Dlinuxized-acpica.rst138 | < Linuxize repo Utility >-->| old linuxized acpica |--+
152 < Linuxize repo Utilities >-->| new linuxized acpica |--+ |
/linux/rust/pin-init/
H A DREADME.md3 [![Dependency status](https://deps.rs/repo/github/Rust-for-Linux/pin-init/status.svg)](https://deps.rs/repo/github/Rust-for-Linux/pin-init)
/linux/scripts/dtc/
H A Ddtx_diff31 -S linux kernel source tree is at root of current git repo
/linux/Documentation/admin-guide/device-mapper/
H A Dvdo.rst28 mode. The 'vdoforcerebuild' tool, available from the same repo, is used to
34 The repo also contains additional userspace tools which can be used to
/linux/tools/perf/Documentation/
H A Dsecurity.txt87 5. Install SELinux packages from Fedora repo, if not already done so, and
/linux/Documentation/maintainer/
H A Dpull-requests.rst151 If the char-misc-4.15-rc1 tag is not present in the repo that I am
/linux/tools/sched_ext/
H A DREADME.md124 In other words, if you have compiled a kernel in your local repo, its vmlinux
/linux/Documentation/arch/x86/
H A Dintel_txt.rst51 The mercurial source repo is available at http://www.bughost.org/
/linux/Documentation/process/
H A Dmaintainer-netdev.rst294 When user space tools reside in the kernel repo itself all changes
297 to a public repo where user space patches can be seen.

12