/openbmc/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 += bugs.h 13 mandatory-y += cacheflush.h 14 mandatory-y += checksum.h 15 mandatory-y += compat.h 16 mandatory-y += current.h [all …]
|
/openbmc/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 …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | valgrind-make-ld-XXX.so-strlen-intercept-optional.patch | 9 intercept it, don't make it mandatory to do so. 25 - spec->mandatory = mandatory; 30 + mandatory to do so. We over-ride "mandatory" here to avoid the need to 34 + spec->mandatory = NULL; 36 + spec->mandatory = mandatory;
|
/openbmc/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 …]
|
/openbmc/linux/scripts/ |
H 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)))
|
/openbmc/linux/net/dccp/ |
H A D | feat.c | 288 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument 291 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0) 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 712 return dccp_feat_push_change(fn, feat, 1, mandatory, &fval); in __feat_register_nn() 725 u8 mandatory, u8 const *sp_val, u8 sp_len) in __feat_register_sp() argument 740 if (dccp_feat_push_change(fn, feat, is_local, mandatory, &fval)) { in __feat_register_sp() 1319 static u8 dccp_feat_handle_nn_established(struct sock *sk, u8 mandatory, u8 opt, in dccp_feat_handle_nn_established() argument [all …]
|
H 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()
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | env-lib.h | 27 bool mandatory; member 36 bool mandatory; member
|
H A D | env-lib.c | 77 if (map[index].mandatory && !set) { in env_validate_common() 104 bool mandatory = map[index].mandatory; in env_validate_core() local 112 if (cpu_used(i) && mandatory && !set) { in env_validate_core()
|
/openbmc/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 */
|
/openbmc/u-boot/drivers/remoteproc/ |
H A D | rproc-uclass.c | 357 bool mandatory = false; in _rproc_ops_wrapper() local 378 mandatory = true; in _rproc_ops_wrapper() 406 if (mandatory) in _rproc_ops_wrapper()
|
/openbmc/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()
|
/openbmc/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).
|
/openbmc/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
|
/openbmc/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*
|
/openbmc/u-boot/api/ |
H A D | README | 43 - core API, integral part of U-Boot, mandatory 47 - entry point at the consumer side, allows to make syscall, mandatory
|
/openbmc/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:
|
/openbmc/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)
|
/openbmc/linux/Documentation/devicetree/bindings/fpga/ |
H A D | intel-stratix10-soc-fpga-mgr.txt | 4 The fpga_mgr node has the following mandatory property, must be located under
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | c++11.patch | 19 +AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
|
/openbmc/linux/Documentation/devicetree/bindings/ata/ |
H A D | atmel-at91_cf.txt | 7 and reset gpio's are mandatory while irq and vcc gpio's are
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/libmediaart/ |
H A D | libmediaart-2.0_1.9.6.bb | 18 # gobject-introspection is mandatory and cannot be configured
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/colord-gtk/ |
H A D | colord-gtk_0.3.1.bb | 21 # gobject-introspection is mandatory and cannot be configured
|
/openbmc/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 */
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tepl/ |
H A D | tepl_6.8.0.bb | 27 # gobject-introspection is mandatory and cannot be configured
|