Home
last modified time | relevance | path

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

123456789

/linux/include/asm-generic/
A DKbuild7 mandatory-y += atomic.h
10 mandatory-y += bitops.h
11 mandatory-y += bug.h
13 mandatory-y += cfi.h
17 mandatory-y += delay.h
21 mandatory-y += dma.h
23 mandatory-y += exec.h
28 mandatory-y += io.h
29 mandatory-y += irq.h
39 mandatory-y += mmu.h
[all …]
/linux/include/uapi/asm-generic/
A DKbuild6 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/Documentation/filesystems/
A Dporting.rst48 **mandatory**
56 **mandatory**
81 **mandatory**
100 **mandatory**
112 **mandatory**
133 **mandatory**
146 **mandatory**
154 **mandatory**
177 **mandatory**
185 **mandatory**
[all …]
/linux/scripts/
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/
A Dfeat.c301 #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 Doptions.c64 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/Documentation/bpf/
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/Documentation/devicetree/bindings/media/
A Datmel-isi.txt20 - 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/
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/filesystems/nfs/
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/
A Dcan_ucan_protocol.rst80 *Host2Dev; mandatory*
94 *Host2Dev; mandatory*
104 *Host2Dev; mandatory*
114 *Host2Dev; mandatory*
145 *Host2Dev; mandatory*
/linux/Documentation/devicetree/bindings/dma/
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/devicetree/bindings/fpga/
A Dintel-stratix10-soc-fpga-mgr.txt4 The fpga_mgr node has the following mandatory property, must be located under
/linux/Documentation/i2c/
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/display/
A Dilitek,ili9225.txt12 all mandatory properties described in ../spi/spi-bus.txt must be specified.
A Dsitronix,st7586.txt10 all mandatory properties described in ../spi/spi-bus.txt must be specified.
A Dhimax,hx8357d.txt12 all mandatory properties described in ../spi/spi-bus.txt must be specified.
A Dmulti-inno,mi0283qt.txt7 all mandatory properties described in ../spi/spi-bus.txt must be specified.
A Drepaper.txt18 all mandatory properties described in ../spi/spi-bus.txt must be specified.
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-dfsdm-adc-stm329 This is mandatory if DFSDM is slave on SPI bus, to
/linux/Documentation/devicetree/bindings/regulator/
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 */
A Dfixed-regulator.yaml70 is mandatory if compatible is chosen to regulator-fixed-clock.
85 power-domain binding is mandatory if compatible is chosen to
/linux/Documentation/devicetree/bindings/timer/
A Dsnps,arc-timer.txt6 TIMER1 used for clocksource (mandatory for ARC700, optional for ARC HS)
/linux/Documentation/devicetree/bindings/remoteproc/
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/dev-tools/
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

Completed in 63 milliseconds

123456789