| /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/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/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/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/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/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/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/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/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/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/filesystems/caching/ |
| H A D | backend-api.rst | 300 * 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 D | ti-omap-hsmmc.txt | 21 The following are mandatory properties for OMAPs, AM33xx and AM43xx SoCs only: 24 The following are mandatory properties for 66AK2G SoCs only:
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_uapi.c | 375 if (elm->spec.mandatory) in uapi_finalize_ioctl_method() 396 if (WARN_ON(!elm->spec.mandatory)) in uapi_finalize_ioctl_method() 586 if (!attr_elm->spec.mandatory) in uapi_finalize_disable()
|
| /linux/net/tipc/ |
| H A D | bcast.h | 76 bool mandatory; member
|
| /linux/tools/sched_ext/ |
| H A D | Kconfig | 1 # sched-ext mandatory options
|