Home
last modified time | relevance | path

Searched full:mandatory (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/Linux-v6.6/include/asm-generic/
DKbuild7 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 …]
/Linux-v6.6/include/uapi/asm-generic/
DKbuild3 # 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 …]
/Linux-v6.6/Documentation/filesystems/
Dporting.rst46 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 …]
Dlocks.rst57 1.3 Mandatory Locking As A Mount Option
60 Mandatory locking was prior to this release a general configuration option
63 asking it to read a file for which a mandatory lock existed.
/Linux-v6.6/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt41 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 …]
/Linux-v6.6/scripts/
DMakefile.asm-generic17 # $(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)))
/Linux-v6.6/drivers/usb/gadget/function/
Drndis.c121 /* 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 …]
/Linux-v6.6/drivers/staging/media/meson/vdec/
Dvdec.h99 * @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
/Linux-v6.6/include/sound/
Dcompress_driver.h92 * 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
Dhdmi-codec.h68 * Having either prepare or hw_params is mandatory.
78 * Having either prepare or hw_params is mandatory.
86 * Mandatory
/Linux-v6.6/include/linux/
Dnvme-fc-driver.h352 * 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 …]
Dvga_switcheroo.h102 * 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
/Linux-v6.6/net/dccp/
Dfeat.c288 #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 …]
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()
244 /* mandatory was the last byte in option list -> reset connection */ in dccp_parse_options()
245 if (mandatory) in dccp_parse_options()
474 * dccp_insert_option_mandatory - Mandatory option (5.8.2)
/Linux-v6.6/tools/testing/selftests/tc-testing/tc-tests/actions/
Dsample.json4 "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 …]
/Linux-v6.6/Documentation/bpf/
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-v6.6/security/smack/
DKconfig3 bool "Simplified Mandatory Access Control Kernel Support"
11 This selects the Simplified Mandatory Access Control Kernel.
13 of other mandatory security schemes.
/Linux-v6.6/Documentation/devicetree/bindings/regulator/
Dti-abb-regulator.txt55 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 */
/Linux-v6.6/Documentation/arch/arm/
Dbooting.rst31 MANDATORY
33 MANDATORY
69 MANDATORY except for DT-only platforms
88 MANDATORY
165 MANDATORY
167 MANDATORY
/Linux-v6.6/Documentation/i2c/
Dslave-interface.rst66 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)
/Linux-v6.6/Documentation/admin-guide/
Dfilesystem-monitoring.rst40 [ Notification Metadata (Mandatory) ]
41 [ Generic Error Record (Mandatory) ]
42 [ FID record (Mandatory) ]
/Linux-v6.6/Documentation/ABI/stable/
Dsysfs-bus-firewire100 Mandatory in unit directories according to IEEE 1212.
104 Mandatory in the root directory according to IEEE 1212.
111 Mandatory in unit directories according to IEEE 1212.
/Linux-v6.6/include/linux/i3c/
Dmaster.h353 * This method is mandatory.
380 * This method is mandatory.
386 * This method is mandatory.
388 * This method is mandatory.
402 * This method is mandatory.
412 * This method is mandatory only if ->request_ibi is not NULL.
418 * This method is mandatory only if ->request_ibi is not NULL.
422 * This method is mandatory only if ->request_ibi is not NULL.
427 * This method is mandatory only if ->request_ibi is not
/Linux-v6.6/net/tipc/
Dbcast.h70 * @mandatory: broadcast/replicast indication was set by user
72 * @expires: re-evaluate non-mandatory transmit method if we are past this
76 bool mandatory; member
/Linux-v6.6/include/soc/at91/
Dsama7-sfrbu.h16 #define AT91_SFRBU_PSWBU_PSWKEY (0x4BD20C << 8) /* Specific value mandatory to allow writing of o…
22 #define AT91_SFRBU_25LDOCR_LDOANAKEY (0x3B6E18 << 8) /* Specific value mandatory to allow writing …

12345678910>>...29