/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/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/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/devicetree/bindings/memory-controllers/ |
H A D | mvebu-devbus.txt | 41 Mandatory, except if devbus,keep-config is used. 44 Mandatory, except if devbus,keep-config is used. 50 Mandatory, except if devbus,keep-config is used. 55 Mandatory, except if devbus,keep-config is used. 60 Mandatory, except if devbus,keep-config is used. 68 Mandatory for "marvell,mvebu-devbus" compatible string, 80 Mandatory for "marvell,mvebu-devbus" compatible string, 87 Mandatory. 93 Mandatory. 101 Mandatory. [all …]
|
/openbmc/linux/scripts/ |
H A D | Makefile.asm-generic | 17 # $(generic)/Kbuild lists mandatory-y. Exclude um since it is a special case. 22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y)) 28 # If arch does not implement mandatory headers, fallback to asm-generic ones. 29 mandatory-y := $(filter-out $(generated-y), $(mandatory-y)) 30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
|
/openbmc/u-boot/include/ |
H A D | scsi.h | 112 #define SCSI_INQUIRY 0x12 /* Inquiry (MANDATORY) */ 120 #define SCSI_REQ_SENSE 0x03 /* Request Sense (MANDATORY) */ 122 #define SCSI_TST_U_RDY 0x00 /* Test Unit Ready (MANDATORY) */ 128 #define SCSI_FORMAT 0x04 /* Format Unit (MANDATORY) */ 132 #define SCSI_READ6 0x08 /* Read 6-byte (MANDATORY) */ 133 #define SCSI_READ10 0x28 /* Read 10-byte (MANDATORY) */ 135 #define SCSI_RD_CAPAC 0x25 /* Read Capacity (MANDATORY) */ 142 #define SCSI_RELEASE 0x17 /* Release Unit (MANDATORY) */ 149 #define SCSI_SEND_DIAG 0x1D /* Send Diagnostics (MANDATORY) */ 154 #define SCSI_WRITE6 0x0A /* Write 6-Byte (MANDATORY) */ [all …]
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | rndis.c | 121 /* mandatory 802.3 */ 144 /* PM and wakeup are "mandatory" for USB, but the RNDIS specs 208 /* mandatory */ in gen_ndis_query_resp() 218 /* mandatory */ in gen_ndis_query_resp() 231 /* mandatory */ in gen_ndis_query_resp() 238 /* mandatory */ in gen_ndis_query_resp() 246 /* mandatory */ in gen_ndis_query_resp() 255 /* mandatory */ in gen_ndis_query_resp() 266 /* mandatory */ in gen_ndis_query_resp() 275 /* mandatory */ in gen_ndis_query_resp() [all …]
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | source_file_format.txt | 120 Mandatory property: 124 Conditionally mandatory property: 129 Mandatory node: 159 Mandatory properties: 171 Conditionally mandatory property: 172 - os : OS name, mandatory for types "kernel" and "ramdisk". Valid OS names 176 - arch : Architecture name, mandatory for types: "standalone", "kernel", 182 '#address-cells' property of the root node. Mandatory for for types: 185 property of the root node. Mandatory for types: "standalone" and "kernel". 199 Mandatory properties: [all …]
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | rndis.c | 102 /* mandatory 802.3 */ 125 /* PM and wakeup are mandatory for USB: */ 182 /* mandatory */ in gen_ndis_query_resp() 192 /* mandatory */ in gen_ndis_query_resp() 206 /* mandatory */ in gen_ndis_query_resp() 213 /* mandatory */ in gen_ndis_query_resp() 221 /* mandatory */ in gen_ndis_query_resp() 230 /* mandatory */ in gen_ndis_query_resp() 242 /* mandatory */ in gen_ndis_query_resp() 251 /* mandatory */ in gen_ndis_query_resp() [all …]
|
/openbmc/linux/drivers/staging/media/meson/vdec/ |
H A D | vdec.h | 99 * @start: mandatory call when the vdec needs to initialize 100 * @stop: mandatory call when the vdec needs to stop 101 * @conf_esparser: mandatory call to let the vdec configure the ESPARSER 102 * @vififo_level: mandatory call to get the current amount of data 104 * @use_offsets: mandatory call. Returns 1 if the VDEC supports vififo offsets 116 * @start: mandatory call when the codec needs to initialize 117 * @stop: mandatory call when the codec needs to stop 128 * @isr: mandatory call when the ISR triggers 129 * @threaded_isr: mandatory call for the threaded ISR
|
/openbmc/linux/include/sound/ |
H A D | compress_driver.h | 92 * This callback is mandatory and shall keep dsp ready to receive the stream 94 * @free: Close the compressed stream, mandatory 95 * @set_params: Sets the compressed stream parameters, mandatory 98 * @get_params: retrieve the codec parameters, mandatory 102 * This callback is mandatory 103 * @pointer: Retrieve current h/w pointer information. Mandatory 109 * @get_caps: Retrieve DSP capabilities, mandatory 110 * @get_codec_caps: Retrieve capabilities for a specific codec, mandatory
|
/openbmc/linux/include/linux/ |
H A D | nvme-fc-driver.h | 352 * Entrypoint is Mandatory. 358 * Entrypoint is Mandatory. 390 * Entrypoint is Mandatory. 401 * Entrypoint is Mandatory. 407 * Entrypoint is Mandatory. 413 * Entrypoint is Mandatory. 427 * Entrypoint is mandatory if the LLDD calls the nvme_fc_rcv_ls_req() 432 * Value is Mandatory. Must be at least 1. 436 * Value is Mandatory. Must be at least 1. Recommend at least 256. 440 * Value is Mandatory. Must be at least 1. Recommend at least 256. [all …]
|
H A D | vga_switcheroo.h | 102 * Mandatory. For muxless machines this should be a no-op. Returning 0 111 * Mandatory 114 * methods are mandatory, all others may be set to NULL. 128 * Mandatory. This should not cut power to the discrete GPU, 134 * Mandatory. The client should return false if a user space process 139 * The @set_gpu_state and @can_switch methods are mandatory, @reprobe may be
|
/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 478 * @mandatory: whether to use Mandatory feature negotiation options 482 u8 mandatory, dccp_feat_val *fval) in dccp_feat_push_change() argument 495 new->needs_mandatory = mandatory; in dccp_feat_push_change() 694 * @mandatory: use Mandatory option if 1 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() 720 * @mandatory: use Mandatory option if 1 [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | dev-network.c | 671 /* mandatory */ in ndis_query() 678 /* mandatory */ in ndis_query() 683 /* mandatory */ in ndis_query() 688 /* mandatory */ in ndis_query() 693 /* mandatory */ in ndis_query() 698 /* mandatory */ in ndis_query() 703 /* mandatory */ in ndis_query() 708 /* mandatory */ in ndis_query() 713 /* mandatory */ in ndis_query() 718 /* mandatory */ in ndis_query() [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.h | 78 /* 9P client being used (mandatory) */ 112 /* 9P client being used (mandatory) */ 134 /* 9P client being used (mandatory) */ 161 /* 9P client being used (mandatory) */ 187 /* 9P client being used (mandatory) */ 217 /* 9P client being used (mandatory) */ 244 /* 9P client being used (mandatory) */ 272 /* 9P client being used (mandatory) */ 292 /* 9P client being used (mandatory) */ 325 /* 9P client being used (mandatory) */ [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | sample.json | 4 "name": "Add valid sample action with mandatory arguments", 28 "name": "Add valid sample action with mandatory arguments and continue control action", 52 "name": "Add valid sample action with mandatory arguments and drop control action", 76 "name": "Add valid sample action with mandatory arguments and reclassify control action", 100 "name": "Add valid sample action with mandatory arguments and pipe control action", 124 "name": "Add valid sample action with mandatory arguments and jump control action", 172 "name": "Add sample action with mandatory arguments and invalid control action", 194 "name": "Add invalid sample action without mandatory arguments", 216 "name": "Add invalid sample action without mandatory argument rate", 238 "name": "Add invalid sample action without mandatory argument group", [all …]
|
/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/board/synopsys/hsdk/ |
H A D | env-lib.c | 76 /* Check if environment is mandatory */ in env_validate_common() 77 if (map[index].mandatory && !set) { in env_validate_common() 78 pr_err("Variable \'%s\' is mandatory, but it is not defined\n", in env_validate_common() 104 bool mandatory = map[index].mandatory; in env_validate_core() local 111 /* Check if environment is mandatory */ in env_validate_core() 112 if (cpu_used(i) && mandatory && !set) { in env_validate_core()
|
/openbmc/linux/security/smack/ |
H A D | Kconfig | 3 bool "Simplified Mandatory Access Control Kernel Support" 11 This selects the Simplified Mandatory Access Control Kernel. 13 of other mandatory security schemes.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/ |
H A D | tayga.conf | 15 # Mandatory. 27 # Mandatory. 40 # Optional if the NAT64 prefix is specified, otherwise mandatory. It is also 41 # mandatory if the NAT64 prefix is 64:ff9b::/96 and ipv4-addr is a private
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | ti-abb-regulator.txt | 55 efuse: Mandatory if 'efuse-address' register is defined. Provides offset 65 Vset value efuse Mask: Mandatory if ldo-address is set. Picks up from 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/linux/Documentation/i2c/ |
H A D | slave-interface.rst | 66 is the return value from the backend. Mandatory events must be provided by the 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/arch/arm/ |
H A D | booting.rst | 31 MANDATORY 33 MANDATORY 69 MANDATORY except for DT-only platforms 88 MANDATORY 165 MANDATORY 167 MANDATORY
|