Home
last modified time | relevance | path

Searched refs:SOURCE (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/scripts/
Dgfp-translate5 SOURCE=
26 SOURCE=$2
45 if [ "$SOURCE" = "" ]; then
47 SOURCE=/usr/src/linux
50 SOURCE=`pwd`
55 if [ ! -r "$SOURCE/Makefile" ]; then
66 grep -q ___GFP $SOURCE/include/linux/gfp.h
68 grep "^#define ___GFP" $SOURCE/include/linux/gfp.h | sed -e 's/u$//' | grep -v GFP_BITS > $TMPFILE
70 …grep "^#define __GFP" $SOURCE/include/linux/gfp.h | sed -e 's/(__force gfp_t)//' | sed -e 's/u)/)/…
76 echo Source: $SOURCE
/linux-6.1.9/tools/testing/selftests/net/
Damt.sh79 readonly SOURCE=$(mktemp -u source-XXXXXXXX)
97 ip netns add "${SOURCE}" || exit_cleanup "${LISTENER}" "${GATEWAY}" \
105 exit_cleanup "${LISTENER}" "${GATEWAY}" "${RELAY}" "${SOURCE}"
110 for ns in "${LISTENER}" "${GATEWAY}" "${RELAY}" "${SOURCE}"; do
123 ip link set src_relay netns "${SOURCE}" up mtu 1400
147 ip netns exec "${SOURCE}" ip a a 172.17.0.2/24 dev src_relay
148 ip netns exec "${SOURCE}" ip a a 2001:db8:3::2/64 dev src_relay
149 ip netns exec "${SOURCE}" ip r a default via 172.17.0.1 dev src_relay
150 ip netns exec "${SOURCE}" ip r a default via 2001:db8:3::1 dev src_relay
191 ip netns exec "${SOURCE}" bash -c \
[all …]
/linux-6.1.9/Documentation/sound/designs/
Dcontrol-names.rst9 Syntax: [LOCATION] SOURCE [CHANNEL] [DIRECTION] FUNCTION
51 SOURCE section in Standard Syntax
/linux-6.1.9/Documentation/hwmon/
Dltc4260.rst55 in1_input SOURCE voltage (mV)
/linux-6.1.9/Documentation/devicetree/bindings/iio/adc/
Dti,adc12138.yaml50 decreased to 6. See section 6.0 INPUT SOURCE RESISTANCE in the
/linux-6.1.9/Documentation/userspace-api/media/rc/
Drc-tables.rst323 - AUDIO SOURCE / AUDIO / MUSIC
527 - SOURCE / SELECT / DISPLAY / SWITCH INPUTS / VIDEO
/linux-6.1.9/Documentation/crypto/
Dasync-tx-api.rst26 5 SOURCE
/linux-6.1.9/Documentation/userspace-api/media/mediactl/
Dmedia-types.rst362 .. _MEDIA-PAD-FL-SOURCE:
/linux-6.1.9/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst2521 usually defined from the three parts as “SOURCE DIRECTION FUNCTION”.
2523 The first, ``SOURCE``, specifies the source of the control, and is a
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c6753 sq_edc_source = REG_GET_FIELD(RREG32(mmSQ_EDC_INFO), SQ_EDC_INFO, SOURCE); in gfx_v8_0_parse_sq_irq()