Home
last modified time | relevance | path

Searched refs:mandatory (Results 1 – 25 of 130) sorted by relevance

123456

/linux/include/asm-generic/
H A DKbuild7 mandatory-y += atomic.h
8 mandatory-y += archrandom.h
9 mandatory-y += barrier.h
10 mandatory-y += bitops.h
11 mandatory-y += bug.h
12 mandatory-y += cacheflush.h
13 mandatory-y += cfi.h
14 mandatory-y += checksum.h
15 mandatory-y += compat.h
16 mandatory-y += current.h
[all …]
/linux/include/uapi/asm-generic/
H A DKbuild3 # Headers that are mandatory in usr/include/asm/
6 mandatory-y += auxvec.h
7 mandatory-y += bitsperlong.h
8 mandatory-y += bpf_perf_event.h
9 mandatory-y += byteorder.h
10 mandatory-y += errno.h
11 mandatory-y += fcntl.h
12 mandatory-y += ioctl.h
13 mandatory-y += ioctls.h
14 mandatory-y += ipcbuf.h
[all …]
/linux/Documentation/filesystems/
H A Dporting.rst46 At some point that will become mandatory.
48 **mandatory**
56 **mandatory**
81 **mandatory**
100 **mandatory**
112 **mandatory**
133 **mandatory**
146 **mandatory**
154 **mandatory**
177 **mandatory**
[all …]
/linux/scripts/
H A DMakefile.asm-headers36 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y))
43 mandatory-y := $(filter-out $(generated-y), $(mandatory-y))
44 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(src)/$(f)),,$(f)))
/linux/net/dccp/
H A Dfeat.c
H A Doptions.c
/linux/Documentation/bpf/
H A Dmaps.rst45 .map_type = BPF_MAP_TYPE_ARRAY; /* mandatory */
46 .key_size = sizeof(__u32); /* mandatory */
47 .value_size = sizeof(__u32); /* mandatory */
48 .max_entries = 256; /* mandatory */
/linux/drivers/net/wireless/ath/carl9170/
H A Dmac.c109 u32 basic, mandatory; in carl9170_set_mac_rates() local
124 mandatory = 0xff00; /* OFDM 6/9/12/18/24/36/48/54 */ in carl9170_set_mac_rates()
126 mandatory = 0xff0f; /* OFDM (6/9../54) + CCK (1/2/5.5/11) */ in carl9170_set_mac_rates()
130 carl9170_regwrite(AR9170_MAC_REG_MANDATORY_RATE, mandatory); in carl9170_set_mac_rates()
/linux/Documentation/devicetree/bindings/media/
H A Datmel-isi.txt20 - bus-width: <8> or <10> (mandatory)
24 - remote-endpoint: A phandle to the bus receiver's endpoint node (mandatory).
/linux/Documentation/filesystems/nfs/
H A Dnfs41-server.rst25 focuses on the mandatory-to-implement NFSv4.1 Sessions, providing
30 the operations that are mandatory to implement (REQ), optional
226 The spec claims this is mandatory, but we don't actually know of any
236 mandatory only for servers that support CLAIM_DELEGATE_PREV and/or
/linux/Documentation/networking/
H A Dcan_ucan_protocol.rst80 *Host2Dev; mandatory*
94 *Host2Dev; mandatory*
104 *Host2Dev; mandatory*
114 *Host2Dev; mandatory*
145 *Host2Dev; mandatory*
/linux/Documentation/devicetree/bindings/dma/
H A Dti-edma.txt29 The following are mandatory properties for OMAP, AM33xx and AM43xx SoCs only:
32 The following are mandatory properties for 66AK2G SoCs only:
66 The following are mandatory properties for OMAP, AM33xx and AM43xx SoCs only:
69 The following are mandatory properties for 66AK2G SoCs only:
/linux/Documentation/i2c/
H A Dslave-interface.rst71 * I2C_SLAVE_WRITE_REQUESTED (mandatory)
85 * I2C_SLAVE_READ_REQUESTED (mandatory)
95 * I2C_SLAVE_WRITE_RECEIVED (mandatory)
105 * I2C_SLAVE_READ_PROCESSED (mandatory)
120 * I2C_SLAVE_STOP (mandatory)
/linux/Documentation/devicetree/bindings/regulator/
H A Dti-abb-regulator.txt83 1200000 3 0 0 0 0 /* RBB mandatory */
84 1320000 1 0 0 0 0 /* FBB mandatory */
105 1320000 1 0 0 0 0 /* FBB mandatory */
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dti,keystone-rproc.txt23 The following are the mandatory properties:
73 The following are mandatory properties for Keystone 2 66AK2HK, 66AK2L and 66AK2E
80 The following are mandatory properties for Keystone 2 66AK2G SoCs only:
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-dfsdm-adc-stm329 This is mandatory if DFSDM is slave on SPI bus, to
/linux/Documentation/devicetree/bindings/display/
H A Dilitek,ili9225.txt12 all mandatory properties described in ../spi/spi-bus.txt must be specified.
H A Dmulti-inno,mi0283qt.txt7 all mandatory properties described in ../spi/spi-bus.txt must be specified.
H A Drepaper.txt18 all mandatory properties described in ../spi/spi-bus.txt must be specified.
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst317 @@ -31,6 +31,6 @@ mandatory-y += stat.h
318 mandatory-y += statfs.h
319 mandatory-y += swab.h
320 mandatory-y += termbits.h
321 -mandatory-y += termios.h
322 +#mandatory-y += termios.h
323 mandatory-y += types.h
324 mandatory-y += unistd.h
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-sdr.rst27 device has an Analog to Digital Converter (ADC), which is a mandatory
35 device has an Digital to Analog Converter (DAC), which is a mandatory
/linux/Documentation/devicetree/bindings/pci/
H A Dralink,rt3883-pci.txt73 following mandatory properties:
81 mandatory properties as well:
/linux/Documentation/devicetree/bindings/net/
H A Dmarvell-pxa168.txt19 Each PHY can be represented as a sub-node. This is not mandatory.
/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst300 * Look up a cookie in the cache [mandatory]::
323 * Withdraw an object without any cookie access counts held [mandatory]::
339 * Change the size of a data storage object [mandatory]::
354 * Invalidate a data storage object [mandatory]::
372 * Prepare to make local modifications to the cache [mandatory]::
384 * Begin an operation for the netfs lib [mandatory]::
/linux/Documentation/devicetree/bindings/mmc/
H A Dti-omap-hsmmc.txt21 The following are mandatory properties for OMAPs, AM33xx and AM43xx SoCs only:
24 The following are mandatory properties for 66AK2G SoCs only:

123456