| /linux/include/asm-generic/ |
| H A D | Kbuild | 7 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 D | Kbuild | 3 # 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 D | porting.rst | 46 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 D | Makefile.asm-headers | 36 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 D | feat.c | |
| H A D | options.c | |
| /linux/Documentation/bpf/ |
| H A D | maps.rst | 45 .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/Documentation/devicetree/bindings/media/ |
| H A D | atmel-isi.txt | 20 - bus-width: <8> or <10> (mandatory) 24 - remote-endpoint: A phandle to the bus receiver's endpoint node (mandatory).
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | mac.c | 109 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/filesystems/nfs/ |
| H A D | nfs41-server.rst | 25 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 D | can_ucan_protocol.rst | 80 *Host2Dev; mandatory* 94 *Host2Dev; mandatory* 104 *Host2Dev; mandatory* 114 *Host2Dev; mandatory* 145 *Host2Dev; mandatory*
|
| /linux/Documentation/devicetree/bindings/dma/ |
| H A D | ti-edma.txt | 29 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 D | slave-interface.rst | 71 * 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/ABI/testing/ |
| H A D | sysfs-bus-iio-dfsdm-adc-stm32 | 9 This is mandatory if DFSDM is slave on SPI bus, to
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | ilitek,ili9225.txt | 12 all mandatory properties described in ../spi/spi-bus.txt must be specified.
|
| H A D | multi-inno,mi0283qt.txt | 7 all mandatory properties described in ../spi/spi-bus.txt must be specified.
|
| H A D | repaper.txt | 18 all mandatory properties described in ../spi/spi-bus.txt must be specified.
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | ti-abb-regulator.txt | 83 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 D | ti,keystone-rproc.txt | 23 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/dev-tools/ |
| H A D | checkuapi.rst | 317 @@ -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/devicetree/bindings/net/ |
| H A D | marvell-pxa168.txt | 19 Each PHY can be represented as a sub-node. This is not mandatory.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-sdr.rst | 27 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 D | ralink,rt3883-pci.txt | 73 following mandatory properties: 81 mandatory properties as well:
|
| /linux/net/tipc/ |
| H A D | bcast.h | 76 bool mandatory; member
|
| /linux/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-davinci.txt | 15 The following are mandatory properties for Keystone 2 66AK2G SoCs only:
|