Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 1127) sorted by relevance

12345678910>>...46

/openbmc/openbmc/poky/meta/classes-global/
H A Dmirrors.bbclass47 ftp://sourceware.org/pub http://ftp.gwdg.de/pub/linux/sources.redhat.com/sourceware \
48 cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
49 svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
50 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
51 gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
52 hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
53 bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
54 p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
55 osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
56 https?://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
[all …]
/openbmc/sdbusplus/tools/
H A Dsdbus++-gen-meson15 facilitate building the sdbus++ sources.
220 sources=""
224 sources="${sources}${ind}'${yamldir}/$1.${s}',${nl}"
273 ${sources} ],
300 sources=""
302 sources="${sources}'${yamldir}/$1.${s}', "
310 input: [ ${sources} ],
335 sources=""
343 sources="${sources}'${yamldir}/$1.${s}', "
357 if [[ -z "${sources}" ]]; then
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmeson.build14 'sources': [
25 'sources': [
45 'sources': ['../../extensions/openpower-pels/repository.cpp'],
57 'sources': ['../../extensions/openpower-pels/temporary_file.cpp'],
62 # used sources under test.
80 openpower_pels.get(t).get('sources', []),
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c132 if (!adev->irq.client[i].sources) in amdgpu_irq_disable_all()
136 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_disable_all()
351 if (!adev->irq.client[i].sources) in amdgpu_irq_fini_sw()
355 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_fini_sw()
363 kfree(adev->irq.client[i].sources); in amdgpu_irq_fini_sw()
364 adev->irq.client[i].sources = NULL; in amdgpu_irq_fini_sw()
394 if (!adev->irq.client[client_id].sources) { in amdgpu_irq_add_id()
395 adev->irq.client[client_id].sources = in amdgpu_irq_add_id()
399 if (!adev->irq.client[client_id].sources) in amdgpu_irq_add_id()
403 if (adev->irq.client[client_id].sources[src_id] != NULL) in amdgpu_irq_add_id()
[all …]
/openbmc/openbmc/meta-phosphor/conf/distro/include/
H A Dphosphor-base.inc11 bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
12 cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
13 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
14 gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
15 hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
16 osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
17 p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
18 svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
21 ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
22 http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
[all …]
/openbmc/qemu/tests/bench/
H A Dmeson.build3 sources: 'qht-bench.c',
7 sources: 'qtree-bench.c',
11 sources: files('atomic_add-bench.c'),
16 sources: files('atomic64-bench.c'),
/openbmc/phosphor-led-manager/manager/
H A Dmeson.build1 sources = [ variable
23 sources += [led_gen_hpp]
41 sources += ['lamptest/lamptest.cpp']
46 sources,
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_pfvf.c55 u32 sources, disabled, pending; in adf_gen4_disable_pending_vf2pf_interrupts() local
58 sources = ADF_CSR_RD(pmisc_addr, ADF_4XXX_VM2PF_SOU); in adf_gen4_disable_pending_vf2pf_interrupts()
59 if (!sources) in adf_gen4_disable_pending_vf2pf_interrupts()
65 pending = sources & ~disabled; in adf_gen4_disable_pending_vf2pf_interrupts()
78 ADF_CSR_WR(pmisc_addr, ADF_4XXX_VM2PF_MSK, disabled | sources); in adf_gen4_disable_pending_vf2pf_interrupts()
/openbmc/qemu/hw/intc/
H A Dsh_intc.c71 struct intc_source *source = &desc->sources[n]; in sh_intc_set_irq()
92 struct intc_source *source = &desc->sources[i]; in sh_intc_get_pending_vector()
174 struct intc_source *source = &desc->sources[id]; in sh_intc_toggle_mask()
274 desc->sources[id].enable_max++; in sh_intc_register_source()
287 desc->sources[id].enable_max++; in sh_intc_register_source()
300 desc->sources[id].enable_max++; in sh_intc_register_source()
324 s = &desc->sources[id]; in sh_intc_register_sources()
336 s = &desc->sources[id]; in sh_intc_register_sources()
342 s = &desc->sources[id]; in sh_intc_register_sources()
401 desc->sources = g_new0(struct intc_source, nr_sources); in sh_intc_init()
[all …]
/openbmc/pldm/pldmtool/
H A Dmeson.build3 sources = [ variable
14 sources += ['oem/ibm/pldm_oem_ibm.cpp']
19 sources,
/openbmc/phosphor-objmgr/src/test/
H A Dmeson.build1 processing_cpp_dep = declare_dependency(sources: '../processing.cpp')
2 associations_cpp_dep = declare_dependency(sources: '../associations.cpp')
3 handler_cpp_dep = declare_dependency(sources: '../handler.cpp')
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dti-lmu.txt110 led-sources = <0 1>;
155 led-sources = <0 1>;
172 led-sources = <1 2>;
179 led-sources = <0>;
190 led-sources = <1>;
196 led-sources = <3 4 5>;
217 led-sources = <0 1>;
264 led-sources = <0 2>;
/openbmc/qemu/io/
H A Dnet-listener.c214 GSource **sources; in qio_net_listener_wait_client() local
229 sources = g_new0(GSource *, listener->nsioc); in qio_net_listener_wait_client()
231 sources[i] = qio_channel_create_watch(QIO_CHANNEL(listener->sioc[i]), in qio_net_listener_wait_client()
234 g_source_set_callback(sources[i], in qio_net_listener_wait_client()
238 g_source_attach(sources[i], ctxt); in qio_net_listener_wait_client()
244 g_source_unref(sources[i]); in qio_net_listener_wait_client()
246 g_free(sources); in qio_net_listener_wait_client()
/openbmc/phosphor-fan-presence/presence/
H A Dmeson.build4 sources = [ variable
38 sources += generated_hpp_dep
43 sources,
/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c157 u32 sources, pending, disabled; in disable_pending_vf2pf_interrupts() local
164 sources = ADF_DH895XCC_ERR_REG_VF2PF_L(errsou3) in disable_pending_vf2pf_interrupts()
167 if (!sources) in disable_pending_vf2pf_interrupts()
176 pending = sources & ~disabled; in disable_pending_vf2pf_interrupts()
198 errmsk3 |= ADF_DH895XCC_ERR_MSK_VF2PF_L(sources | disabled); in disable_pending_vf2pf_interrupts()
199 errmsk5 |= ADF_DH895XCC_ERR_MSK_VF2PF_U(sources | disabled); in disable_pending_vf2pf_interrupts()
/openbmc/phosphor-fan-presence/monitor/
H A Dmeson.build3 sources = [ variable
34 sources += fan_monitor_defs_cpp_dep
39 sources,
/openbmc/openpower-occ-control/
H A Dmeson.build84 sources = [] variable
119 sources += [
138 sources += ['pldm.cpp']
144 sources += ['pldm.cpp', 'powermode.cpp']
167 sources += [occ_sensor_hpp]
171 sources,
/openbmc/phosphor-fan-presence/control/
H A Dmeson.build12 sources = ['main.cpp'] variable
17 sources += [
74 sources += [
90 sources,
/openbmc/linux/drivers/platform/surface/
H A Dsurface_aggregator_tabletsw.c476 static int ssam_pos_get_sources_list(struct ssam_tablet_sw *sw, struct ssam_sources_list *sources) in ssam_pos_get_sources_list() argument
490 rsp.capacity = sizeof(*sources); in ssam_pos_get_sources_list()
492 rsp.pointer = (u8 *)sources; in ssam_pos_get_sources_list()
505 if (get_unaligned_le32(&sources->count) * sizeof(__le32) + sizeof(__le32) != rsp.length) { in ssam_pos_get_sources_list()
515 struct ssam_sources_list sources = {}; in ssam_pos_get_source() local
518 status = ssam_pos_get_sources_list(sw, &sources); in ssam_pos_get_source()
522 if (get_unaligned_le32(&sources.count) == 0) { in ssam_pos_get_source()
534 WARN_ON(get_unaligned_le32(&sources.count) > 1); in ssam_pos_get_source()
536 *source_id = get_unaligned_le32(&sources.id[0]); in ssam_pos_get_source()
/openbmc/u-boot/board/freescale/p1022ds/
H A DREADME13 'setenv hwconfig audclk:12' to enable Audio(codec clock sources is 12MHz)
16 'setenv hwconfig 'usb2;audclk:11' to enable USB2 and Audio(codec clock sources
20 and AUDIO codec clock sources only setting as 11MHz or 12MHz !
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c908 const char **sources; in rcar_du_crtc_crc_init() local
919 sources = kmalloc_array(count, sizeof(*sources), GFP_KERNEL); in rcar_du_crtc_crc_init()
920 if (!sources) in rcar_du_crtc_crc_init()
923 sources[0] = kstrdup("auto", GFP_KERNEL); in rcar_du_crtc_crc_init()
924 if (!sources[0]) in rcar_du_crtc_crc_init()
932 sources[i + 1] = kstrdup(name, GFP_KERNEL); in rcar_du_crtc_crc_init()
933 if (!sources[i + 1]) in rcar_du_crtc_crc_init()
937 rcrtc->sources = sources; in rcar_du_crtc_crc_init()
943 kfree(sources[i]); in rcar_du_crtc_crc_init()
946 kfree(sources); in rcar_du_crtc_crc_init()
[all …]
/openbmc/linux/Documentation/trace/
H A Dstm.rst9 protocol multiplexing data from multiple trace sources, each one of
12 hardware trace sources, others are available to software. Software
13 trace sources are usually free to pick for themselves any
17 sources can only be identified by master/channel combination, so in
19 involves multiple trace sources, it needs to be able to map those
20 master/channel pairs to the trace sources that it understands.
55 be used for trace sources with the id string of "user/dummy".
57 Trace sources have to open the stm class device's node and write their
81 and have better control over the un-identified sources.
99 For kernel-based trace sources, there is "stm_source" device
/openbmc/linux/sound/soc/codecs/
H A Dmax98504.c228 unsigned int i, sources = 0; in max98504_set_channel_map() local
232 sources |= (1 << i); in max98504_set_channel_map()
237 sources); in max98504_set_channel_map()
241 regmap_write(map, MAX98504_PDM_TX_CONTROL, sources); in max98504_set_channel_map()
247 regmap_write(map, MAX98504_MEASUREMENT_ENABLE, sources ? 0x3 : 0x01); in max98504_set_channel_map()
/openbmc/phosphor-inventory-manager/
H A Dmeson.build56 sources = [] variable
59 sources += ['association_manager.cpp']
116 sources += [
134 sources,
/openbmc/phosphor-webui/
H A Dsonar-project.properties6 # Comma-separated paths to directories with sources (required)
7 sonar.sources=app

12345678910>>...46