Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/Documentation/sound/designs/
Dcontrol-names.rst9 Syntax: [LOCATION] SOURCE [CHANNEL] [DIRECTION] FUNCTION
51 SOURCE subsection
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/
Dti-adc12138.txt24 decreased to 6. See section 6.0 INPUT SOURCE RESISTANCE in the
/Linux-v4.19/Documentation/hwmon/
Dltc426048 in1_input SOURCE voltage (mV)
/Linux-v4.19/Documentation/media/uapi/rc/
Drc-tables.rst323 - AUDIO SOURCE / AUDIO / MUSIC
527 - SOURCE / SELECT / DISPLAY / SWITCH INPUTS / VIDEO
/Linux-v4.19/Documentation/crypto/
Dasync-tx-api.txt20 5 SOURCE
217 5 SOURCE
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-types.rst355 .. _MEDIA-PAD-FL-SOURCE:
/Linux-v4.19/Documentation/filesystems/
Dorangefs.txt42 USERSPACE FILESYSTEM SOURCE
/Linux-v4.19/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst2455 usually defined from the three parts as “SOURCE DIRECTION FUNCTION”.
2457 The first, ``SOURCE``, specifies the source of the control, and is a
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c7020 sq_edc_source = REG_GET_FIELD(RREG32(mmSQ_EDC_INFO), SQ_EDC_INFO, SOURCE); in gfx_v8_0_parse_sq_irq()