Searched refs:sources (Results 1 - 25 of 42) sorted by last modified time

12

/linux-master/scripts/
H A DMakefile.package56 PHONY += rpm-sources
57 rpm-sources: linux.tar.gz
69 rpm-pkg srcrpm-pkg: rpm-sources
/linux-master/tools/perf/util/
H A Dsetup.py79 ext_sources = [f.strip() for f in open('util/python-ext-sources')
99 sources = ext_sources, variable
/linux-master/tools/perf/
H A DMakefile.perf162 # because use generated output files as sources dependency
384 PYTHON_EXT_SRCS := $(shell grep -v ^\# util/python-ext-sources)
386 PYTHON_EXT_SRCS := $(shell grep -v ^\#\\\|util/trace-event.c\\\|util/trace-event-parse.c util/python-ext-sources)
389 PYTHON_EXT_DEPS := util/python-ext-sources util/setup.py $(LIBAPI)
/linux-master/drivers/video/backlight/
H A Dlm3630a_bl.c380 u32 sources[LM3630A_NUM_SINKS]; local
383 num_sources = fwnode_property_count_u32(node, "led-sources");
386 else if (num_sources > ARRAY_SIZE(sources))
389 ret = fwnode_property_read_u32_array(node, "led-sources", sources,
395 if (sources[i] != LM3630A_SINK_0 && sources[i] != LM3630A_SINK_1)
398 ret |= BIT(sources[i]);
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_crtc.h54 const char *const *sources; member in struct:rzg2l_du_crtc
/linux-master/drivers/gpu/drm/radeon/
H A Dsi_dpm.c3215 static void si_set_dpm_event_sources(struct radeon_device *rdev, u32 sources) argument
3221 switch (sources) {
H A Drv770_dpm.c1814 static void rv770_set_dpm_event_sources(struct radeon_device *rdev, u32 sources) argument
1820 switch (sources) {
H A Dci_dpm.c1350 static void ci_set_dpm_event_sources(struct radeon_device *rdev, u32 sources) argument
1356 switch (sources) {
/linux-master/tools/testing/selftests/net/forwarding/
H A Dlib.sh1661 local sources=("$@")
1663 for src in "${sources[@]}"; do
1679 local sources=("$@")
1686 for src in "${sources[@]}"; do
1890 local sources=("$@")
1893 local nsources=$(u16_to_bytes ${#sources[@]})
1895 # IS_IN ( $sources )
1906 )"$(for src in "${sources[@]}"; do
1935 local sources=("$@")
1939 local nsources=$(u16_to_bytes ${#sources[
[all...]
/linux-master/net/ipv6/
H A Dmcast.c772 struct ip6_sf_list *psf, *sources, *tomb; local
797 sources = rcu_replace_pointer(im->mca_sources,
800 rcu_assign_pointer(pmc->mca_sources, sources);
827 /* clear dead sources, too */
1140 /* mark EXCLUDE-mode sources
1166 if (scount == nsrcs) /* all sources excluded */
1181 /* mark INCLUDE-mode sources */
1457 goto out; /* no sources allowed */
1462 /* mark sources to include, if group & source-specific */
2105 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */
[all...]
/linux-master/net/ipv4/
H A Digmp.c322 for (psf = pmc->sources; psf; psf = psf->sf_next) {
488 psf_list = sdeleted ? &pmc->tomb : &pmc->sources;
648 ip_sf_list_clear_all(pmc->sources);
680 igmpv3_clear_zeros(&pmc->sources);
683 if (pmc->crcount == 0 && !pmc->tomb && !pmc->sources) {
706 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */
862 /* mark EXCLUDE-mode sources */
869 for (psf = pmc->sources; psf; psf = psf->sf_next) {
885 if (scount == nsrcs) /* all sources excluded */
898 /* mark INCLUDE-mode sources */
2154 struct ip_sf_list *tomb, *sources; local
[all...]
/linux-master/drivers/net/
H A Damt.c190 hlist_for_each_entry_rcu(snode, &gnode->sources[hash], node)
273 hlist_for_each_entry_safe(snode, t, &gnode->sources[i], node)
402 * the sources in the
432 &gnode->sources[i], node) {
491 INIT_HLIST_HEAD(&gnode->sources[i]);
1360 /* Delete old sources */
1362 hlist_for_each_entry_safe(snode, t, &gnode->sources[i], node) {
1370 hlist_for_each_entry_rcu(snode, &gnode->sources[i], node) {
1429 hlist_add_head_rcu(&snode->node, &gnode->sources[hash]);
1463 * a) Received sources ar
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.c319 * @num_sources: The number of possible sources for this event as stated at
321 * @sources: A reference to a dynamically allocated array used to refcount the
322 * events' enable requests for all the existing sources
323 * @sources_mtx: A mutex to serialize the access to @sources
337 refcount_t *sources; member in struct:scmi_registered_event
338 /* locking to serialize the access to sources */
802 r_evt->sources = devm_kcalloc(ni->handle->dev, num_sources,
804 if (!r_evt->sources)
817 refcount_set(&r_evt->sources[id], NOTIF_UNSUPP);
1148 * the special case of ALL sources request
[all...]
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c3732 static void si_set_dpm_event_sources(struct amdgpu_device *adev, u32 sources) argument
3738 switch (sources) {
/linux-master/sound/usb/
H A Dclock.c262 const u8 *sources; local
294 sources = GET_VAL(selector, proto, baCSourceID);
342 sources[ret - 1],
375 sources[i - 1],
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c1377 static void smu7_set_dpm_event_sources(struct pp_hwmgr *hwmgr, uint32_t sources) argument
1382 switch (sources) {
1384 pr_err("Unknown throttling event sources.");
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_entity.c37 source = entity->sources[0];
50 source = entity->sources[0];
479 if (sink->sources[sink_pad->index])
482 sink->sources[sink_pad->index] = source;
484 sink->sources[sink_pad->index] = NULL;
639 entity->sources = devm_kcalloc(vsp1->dev, max(num_pads - 1, 1U),
640 sizeof(*entity->sources), GFP_KERNEL);
641 if (entity->sources == NULL)
H A Dvsp1_entity.h113 struct vsp1_entity **sources; member in struct:vsp1_entity
/linux-master/drivers/media/i2c/
H A Dmax9286.c212 struct max9286_source sources[MAX9286_NUM_GMSL]; member in struct:max9286_priv
220 source = &priv->sources[0];
224 for (; source < &priv->sources[MAX9286_NUM_GMSL]; source++) {
235 #define to_index(priv, source) ((source) - &(priv)->sources[0])
626 /* Pixel rate is mandatory to be reported by sources. */
647 "No pixel rate control available in sources\n");
655 * by the number of available sources.
707 * All enabled sources have probed and enabled their reverse control
1509 if (priv->sources[ep.port].fwnode) {
1517 source = &priv->sources[e
[all...]
/linux-master/drivers/comedi/drivers/
H A Dni_mio_common.c2032 unsigned int sources; local
2041 sources = TRIG_TIMER | TRIG_EXT;
2043 sources |= TRIG_NOW;
2044 err |= comedi_check_trigger_src(&cmd->convert_src, sources);
2052 /* Step 2a : make sure trigger sources are unique */
3345 /* Step 2a : make sure trigger sources are unique */
3591 /* Step 2a : make sure trigger sources are unique */
/linux-master/drivers/leds/flash/
H A Dleds-mt6370-flash.c442 u32 sources[MT6370_MAX_LEDS]; local
446 num = fwnode_property_count_u32(fwnode, "led-sources");
449 "Not specified or wrong number of led-sources\n");
451 ret = fwnode_property_read_u32_array(fwnode, "led-sources", sources, num);
456 if (sources[i] >= MT6370_MAX_LEDS)
458 if (priv->leds_active & BIT(sources[i]))
460 priv->leds_active |= BIT(sources[i]);
463 /* If both channels are specified in 'led-sources', joint flash output mode is used */
464 led->led_no = num == 2 ? MT6370_LED_JOINT : sources[
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dbase.c119 list_for_each_entry(src, &pm->sources, head) {
227 /* enable sources */
711 /* No sources are defined for this signal. */
723 list_for_each_entry(src, &pm->sources, head) {
752 list_add_tail(&src->head, &pm->sources);
842 list_for_each_entry_safe(src, next_src, &pm->sources, head) {
864 INIT_LIST_HEAD(&pm->sources);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c41 * For GPU interrupt sources that may be driven by another driver, IRQ domain
122 * Disable all types of interrupts from all sources.
132 if (!adev->irq.client[i].sources)
136 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j];
351 * turns off interrupts from all sources (all ASICs).
358 if (!adev->irq.client[i].sources)
362 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j];
370 kfree(adev->irq.client[i].sources);
371 adev->irq.client[i].sources = NULL;
401 if (!adev->irq.client[client_id].sources) {
[all...]
/linux-master/drivers/crypto/intel/qat/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c158 u32 sources, pending, disabled; local
162 /* Get the interrupt sources triggered by VFs */
165 sources = ADF_DH895XCC_ERR_REG_VF2PF_L(errsou3)
168 if (!sources)
177 pending = sources & ~disabled;
182 * just disable the requested sources, as this would lead to missed
183 * interrupts if sources changes just before writing to ERRMSK3 and
185 * To work around it, disable all and re-enable only the sources that
187 * trigger a new interrupt for the sources that have changed in the
195 errmsk3 &= ADF_DH895XCC_ERR_MSK_VF2PF_L(sources | disable
[all...]
/linux-master/include/linux/
H A Digmp.h72 struct ip_sf_list *sources; member in struct:ip_mc_list

Completed in 1227 milliseconds

12