/linux-6.3-rc2/include/asm-generic/ |
A D | Kbuild | 7 mandatory-y += atomic.h 10 mandatory-y += bitops.h 11 mandatory-y += bug.h 12 mandatory-y += bugs.h 17 mandatory-y += delay.h 21 mandatory-y += dma.h 23 mandatory-y += exec.h 24 mandatory-y += fb.h 29 mandatory-y += io.h 30 mandatory-y += irq.h [all …]
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | Kbuild | 6 mandatory-y += auxvec.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 15 mandatory-y += mman.h 17 mandatory-y += param.h 18 mandatory-y += poll.h 30 mandatory-y += stat.h [all …]
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | porting.rst | 48 **mandatory** 56 **mandatory** 81 **mandatory** 100 **mandatory** 112 **mandatory** 133 **mandatory** 146 **mandatory** 154 **mandatory** 177 **mandatory** 185 **mandatory** [all …]
|
/linux-6.3-rc2/scripts/ |
A D | Makefile.asm-generic | 22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y)) 29 mandatory-y := $(filter-out $(generated-y), $(mandatory-y)) 30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
|
/linux-6.3-rc2/net/dccp/ |
A D | feat.c | 301 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument 482 u8 mandatory, dccp_feat_val *fval) in dccp_feat_push_change() argument 495 new->needs_mandatory = mandatory; in dccp_feat_push_change() 700 u8 mandatory, u64 nn_val) in __feat_register_nn() argument 725 u8 mandatory, u8 const *sp_val, u8 sp_len) in __feat_register_sp() argument 1324 dccp_feat_print_opt(opt, feat, val, len, mandatory); in dccp_feat_handle_nn_established() 1328 if (local && !mandatory) in dccp_feat_handle_nn_established() 1384 if (!mandatory) in dccp_feat_handle_nn_established() 1388 return mandatory ? DCCP_RESET_CODE_MANDATORY_ERROR in dccp_feat_handle_nn_established() 1405 u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) in dccp_feat_parse_options() argument [all …]
|
A D | options.c | 64 int mandatory = 0; in dccp_parse_options() local 107 if (mandatory) in dccp_parse_options() 110 mandatory = 1; in dccp_parse_options() 125 rc = dccp_feat_parse_options(sk, dreq, mandatory, opt, in dccp_parse_options() 241 mandatory = 0; in dccp_parse_options() 245 if (mandatory) in dccp_parse_options()
|
/linux-6.3-rc2/Documentation/bpf/ |
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-6.3-rc2/Documentation/devicetree/bindings/media/ |
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-6.3-rc2/drivers/net/wireless/ath/carl9170/ |
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-6.3-rc2/Documentation/filesystems/nfs/ |
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-6.3-rc2/Documentation/networking/ |
A D | can_ucan_protocol.rst | 80 *Host2Dev; mandatory* 94 *Host2Dev; mandatory* 104 *Host2Dev; mandatory* 114 *Host2Dev; mandatory* 145 *Host2Dev; mandatory*
|
/linux-6.3-rc2/Documentation/devicetree/bindings/dma/ |
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:
|
A D | mv-xor-v2.txt | 15 - clock-names: mandatory if there is a second clock, in this case the
|
/linux-6.3-rc2/Documentation/devicetree/bindings/fpga/ |
A D | intel-stratix10-soc-fpga-mgr.txt | 4 The fpga_mgr node has the following mandatory property, must be located under
|
/linux-6.3-rc2/Documentation/i2c/ |
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-6.3-rc2/Documentation/devicetree/bindings/ata/ |
A D | atmel-at91_cf.txt | 7 and reset gpio's are mandatory while irq and vcc gpio's are
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-class-firmware-attributes | 17 This attribute is mandatory. 34 This attribute is mandatory. 152 This attribute is mandatory. 156 This attribute is mandatory. 175 The means of authentication. This attribute is mandatory. 191 This attribute is mandatory when mechanism == "password".
|
A D | sysfs-bus-iio-dfsdm-adc-stm32 | 9 This is mandatory if DFSDM is slave on SPI bus, to
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/ |
A D | ilitek,ili9225.txt | 12 all mandatory properties described in ../spi/spi-bus.txt must be specified.
|
A D | sitronix,st7586.txt | 10 all mandatory properties described in ../spi/spi-bus.txt must be specified.
|
A D | himax,hx8357d.txt | 12 all mandatory properties described in ../spi/spi-bus.txt must be specified.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/ |
A D | fixed-regulator.yaml | 63 is mandatory if compatible is chosen to regulator-fixed-clock. 78 power-domain binding is mandatory if compatible is chosen to
|
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-6.3-rc2/Documentation/devicetree/bindings/timer/ |
A D | snps,arc-timer.txt | 6 TIMER1 used for clocksource (mandatory for ARC700, optional for ARC HS)
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/bridge/ |
A D | toshiba,tc358764.txt | 14 1: LVDS Output, mandatory
|