| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | Kbuild | 7 mandatory-y += atomic.h 8 mandatory-y += barrier.h 9 mandatory-y += bitops.h 10 mandatory-y += bug.h 11 mandatory-y += bugs.h 12 mandatory-y += cacheflush.h 13 mandatory-y += checksum.h 14 mandatory-y += compat.h 15 mandatory-y += current.h 16 mandatory-y += delay.h [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | mandatory-locking.rst | 4 Mandatory File Locking For The Linux Operating System 13 0. Why you should avoid mandatory locking 19 - The write system call checks for a mandatory lock only once 22 A process may then see file data change even while a mandatory 32 1. What is mandatory locking? 35 Mandatory locking is kernel enforced file locking, as opposed to the more usual 51 with a "mandatory" locking scheme, whereby the operating system kernel would 56 The System V mandatory locking scheme was intended to have as little impact as 58 as candidates for mandatory locking, and using the existing fcntl()/lockf() 66 addition to entire files, so the mandatory locking rules also have byte [all …]
|
| H A D | porting.rst | 46 At some point that will become mandatory. 50 **mandatory** 75 **mandatory** 94 **mandatory** 106 **mandatory** 127 **mandatory** 140 **mandatory** 148 **mandatory** 171 **mandatory** 179 **mandatory** [all …]
|
| H A D | locks.rst | 57 1.3 Mandatory Locking As A Mount Option 60 Mandatory locking, as described in 61 'Documentation/filesystems/mandatory-locking.rst' was prior to this release a 64 freeze an NFS server by asking it to read a file for which a mandatory lock 67 From this release of the kernel, mandatory locking can be turned on and off 69 The default is to disallow mandatory locking. The intention is that 70 mandatory locking only be enabled on a local filesystem as the specific need
|
| /OK3568_Linux_fs/yocto/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. 27 - spec->mandatory = mandatory; 32 + mandatory to do so. We over-ride "mandatory" here to avoid the need to 36 + spec->mandatory = NULL; 38 + spec->mandatory = mandatory;
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | rndis.c | 123 /* mandatory 802.3 */ 146 /* PM and wakeup are "mandatory" for USB, but the RNDIS specs 210 /* mandatory */ in gen_ndis_query_resp() 220 /* mandatory */ in gen_ndis_query_resp() 233 /* mandatory */ in gen_ndis_query_resp() 240 /* mandatory */ in gen_ndis_query_resp() 248 /* mandatory */ in gen_ndis_query_resp() 257 /* mandatory */ in gen_ndis_query_resp() 268 /* mandatory */ in gen_ndis_query_resp() 277 /* mandatory */ in gen_ndis_query_resp() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | rndis.c | 109 /* mandatory 802.3 */ 132 /* PM and wakeup are mandatory for USB: */ 189 /* mandatory */ in gen_ndis_query_resp() 199 /* mandatory */ in gen_ndis_query_resp() 213 /* mandatory */ in gen_ndis_query_resp() 220 /* mandatory */ in gen_ndis_query_resp() 228 /* mandatory */ in gen_ndis_query_resp() 237 /* mandatory */ in gen_ndis_query_resp() 249 /* mandatory */ in gen_ndis_query_resp() 258 /* mandatory */ in gen_ndis_query_resp() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/caching/ |
| H A D | backend-api.rst | 222 * Name of cache provider [mandatory]:: 230 * Allocate a new object [mandatory]:: 245 * Look up and create object [mandatory]:: 264 * Release lookup data [mandatory]:: 272 * Increment object refcount [mandatory]:: 281 * Lock/Unlock object [mandatory]:: 300 * Check coherency state of an object [mandatory]:: 309 * Update object [mandatory]:: 318 * Invalidate data object [mandatory]:: 330 * Discard object [mandatory]:: [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.asm-generic | 15 # $(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)))
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.asm-generic | 15 # $(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)))
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.asm-generic | 15 # $(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)))
|
| /OK3568_Linux_fs/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: 169 Conditionally mandatory property: 170 - os : OS name, mandatory for types "kernel" and "ramdisk". Valid OS names 174 - arch : Architecture name, mandatory for types: "standalone", "kernel", 180 '#address-cells' property of the root node. Mandatory for for types: 183 property of the root node. Mandatory for types: "standalone" and "kernel". 197 Mandatory properties: [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | scsi.h | 117 #define SCSI_INQUIRY 0x12 /* Inquiry (MANDATORY) */ 125 #define SCSI_REQ_SENSE 0x03 /* Request Sense (MANDATORY) */ 127 #define SCSI_TST_U_RDY 0x00 /* Test Unit Ready (MANDATORY) */ 133 #define SCSI_FORMAT 0x04 /* Format Unit (MANDATORY) */ 137 #define SCSI_READ6 0x08 /* Read 6-byte (MANDATORY) */ 138 #define SCSI_READ10 0x28 /* Read 10-byte (MANDATORY) */ 140 #define SCSI_RD_CAPAC 0x25 /* Read Capacity (MANDATORY) */ 147 #define SCSI_RELEASE 0x17 /* Release Unit (MANDATORY) */ 154 #define SCSI_SEND_DIAG 0x1D /* Send Diagnostics (MANDATORY) */ 159 #define SCSI_WRITE6 0x0A /* Write 6-Byte (MANDATORY) */ [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | sof-priv.h | 98 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */ 102 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */ 127 size_t size); /* mandatory */ 130 size_t size); /* mandatory */ 138 struct snd_sof_ipc_msg *msg); /* mandatory */ 141 int (*load_firmware)(struct snd_sof_dev *sof_dev); /* mandatory */ 148 int (*fw_ready)(struct snd_sof_dev *sdev, u32 msg_id); /* mandatory */ 177 /* Except for probe_pointer, all probe ops are mandatory */ 180 struct snd_soc_dai *dai); /* mandatory */ 183 struct snd_soc_dai *dai); /* mandatory */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/ |
| H A D | vdec.h | 97 * @start: mandatory call when the vdec needs to initialize 98 * @stop: mandatory call when the vdec needs to stop 99 * @conf_esparser: mandatory call to let the vdec configure the ESPARSER 100 * @vififo_level: mandatory call to get the current amount of data 102 * @use_offsets: mandatory call. Returns 1 if the VDEC supports vififo offsets 114 * @start: mandatory call when the codec needs to initialize 115 * @stop: mandatory call when the codec needs to stop 125 * @isr: mandatory call when the ISR triggers 126 * @threaded_isr: mandatory call for the threaded ISR
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nvme-fc-driver.h | 351 * Entrypoint is Mandatory. 357 * Entrypoint is Mandatory. 389 * Entrypoint is Mandatory. 400 * Entrypoint is Mandatory. 406 * Entrypoint is Mandatory. 412 * Entrypoint is Mandatory. 426 * Entrypoint is mandatory if the LLDD calls the nvme_fc_rcv_ls_req() 431 * Value is Mandatory. Must be at least 1. 435 * Value is Mandatory. Must be at least 1. Recommend at least 256. 439 * 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
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | compress_driver.h | 95 * This callback is mandatory and shall keep dsp ready to receive the stream 97 * @free: Close the compressed stream, mandatory 98 * @set_params: Sets the compressed stream parameters, mandatory 101 * @get_params: retrieve the codec parameters, mandatory 105 * This callback is mandatory 106 * @pointer: Retrieve current h/w pointer information. Mandatory 112 * @get_caps: Retrieve DSP capabilities, mandatory 113 * @get_codec_caps: Retrieve capabilities for a specific codec, mandatory
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/dsa/ |
| H A D | b53.txt | 18 "brcm,bcm11360-srab" and the mandatory "brcm,cygnus-srab" string 25 "brcm,bcm53019-srab" and the mandatory "brcm,bcm5301x-srab" string 33 "brcm,bcm58313-srab" and the mandatory "brcm,omega-srab" string 42 "brcm,bcm88312-srab" and the mandatory "brcm,nsp-srab string 47 "brcm,bcm6368-switch" and the mandatory "brcm,bcm63xx-switch"
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | Config.in | 33 bool "audioconvert (mandatory for audio playback)" 64 bool "videoconvertscale (mandatory for video playback)" 92 bool "audioresample (mandatory for audio playback)" 129 bool "volume (mandatory for audio playback)" 262 bool "alsa (mandatory for audio playback)"
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | prerequisite.txt | 12 the mandatory and optional packages (note that package names may vary 15 [[requirement-mandatory]] 17 === Mandatory packages 51 are not mandatory for a simple build, they are still highly recommended:
|