Home
last modified time | relevance | path

Searched full:specified (Results 1 – 25 of 3711) sorted by relevance

12345678910>>...149

/Linux-v5.4/arch/s390/include/asm/
Dscsw.h222 * Return non-zero if the specified scsw is a transport mode scsw, zero
234 * Return the value of the key field of the specified scsw, regardless of
249 * Return the value of the eswf field of the specified scsw, regardless of
264 * Return the value of the cc field of the specified scsw, regardless of
279 * Return the value of the ectl field of the specified scsw, regardless of
294 * Return the value of the pno field of the specified scsw, regardless of
309 * Return the value of the fctl field of the specified scsw, regardless of
324 * Return the value of the actl field of the specified scsw, regardless of
339 * Return the value of the stctl field of the specified scsw, regardless of
354 * Return the value of the dstat field of the specified scsw, regardless of
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/hwmon/
Dmax6697.txt21 Set to disable SMBus timeout. If not specified, SMBus timeout will be
25 Extended temperature will be disabled if not specified.
29 Beta compensation will be disabled if not specified.
33 If not specified, alert will be enabled for all channels.
38 If not specified, over-temperature reporting will be enabled for all
44 specified as boolean, otherwise as per bit mask specified.
46 If not specified, resistance cancellation will be disabled for all
53 specified.
/Linux-v5.4/security/selinux/ss/
Davtab.c80 if (key->specified & AVTAB_XPERMS) { in avtab_insert_node()
110 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_insert() local
122 (specified & cur->key.specified)) { in avtab_insert()
124 if (specified & AVTAB_XPERMS) in avtab_insert()
147 * key/specified mask into the table, as needed by the conditional avtab.
155 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_insert_nonunique() local
166 (specified & cur->key.specified)) in avtab_insert_nonunique()
185 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_search() local
196 (specified & cur->key.specified)) in avtab_search()
221 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_search_node() local
[all …]
Dhashtab.h38 * Creates a new hash table with the specified characteristics.
48 * Inserts the specified (key, datum) pair into the specified hash table.
58 * Searches for the entry with the specified key in the hash table.
60 * Returns NULL if no entry has the specified key or
66 * Destroys the specified hash table.
71 * Applies the specified apply function to (key,datum,args)
72 * for each entry in the specified hash table.
/Linux-v5.4/net/netlabel/
Dnetlabel_unlabeled.h33 * If IPv4 is specified the following attributes are required:
38 * If IPv6 is specified the following attributes are required:
51 * If IPv4 is specified the following attributes are required:
56 * If IPv6 is specified the following attributes are required:
72 * If IPv4 is specified the following attributes are required:
77 * If IPv6 is specified the following attributes are required:
90 * If IPv4 is specified the following attributes are required:
95 * If IPv6 is specified the following attributes are required:
104 * If IPv4 is specified the following attributes are required:
109 * If IPv6 is specified the following attributes are required:
[all …]
/Linux-v5.4/kernel/rcu/
Drcu_segcblist.c27 * Enqueue an rcu_head structure onto the specified callback list.
70 * Dequeue the oldest rcu_head structure from the specified callback
102 * specified amount, which can be negative. This can cause the ->len
132 * Exchange the numeric length of the specified rcu_segcblist structure
133 * with the specified value. This can cause the ->len field to disagree
169 * Disable the specified rcu_segcblist structure, so that callbacks can
181 * Mark the specified rcu_segcblist structure as offloaded. This
190 * Does the specified rcu_segcblist structure contain callbacks that
200 * Does the specified rcu_segcblist structure contain callbacks that
210 * Return a pointer to the first callback in the specified rcu_segcblist
[all …]
Drcu_segcblist.h12 /* Return number of callbacks in the specified callback list. */
35 * Is the specified rcu_segcblist structure empty?
75 * Is the specified rcu_segcblist enabled, for example, not corresponding
83 /* Is the specified rcu_segcblist offloaded? */
90 * Are all segments following the specified segment of the specified
91 * rcu_segcblist structure empty of callbacks? (The specified
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-gpio.txt84 Definition: List of gpio pins affected by the properties specified in
108 specified pins. Valid values are:
124 Definition: The specified pins should be configured as no pull.
129 Definition: The specified pins should be configured as pull down.
134 Definition: The specified pins should be configured as pull up.
152 Definition: The specified pins will put in high-Z mode and disabled.
157 Definition: The specified pins are put in input mode.
162 Definition: The specified pins are configured in output mode, driven
168 Definition: The specified pins are configured in output mode, driven
174 Definition: Selects the power source for the specified pins. Valid
[all …]
Dqcom,pmic-mpp.txt78 Definition: List of MPP pins affected by the properties specified in
89 specified pins. Valid values are:
97 Definition: The specified pins should be configured as no pull.
102 Definition: The specified pins should be configured as pull up.
111 Definition: The specified pins will put in high-Z mode and disabled.
116 Definition: The specified pins are put in input mode, i.e. their input
122 Definition: The specified pins are configured in output mode, driven
128 Definition: The specified pins are configured in output mode, driven
134 Definition: Selects the power source for the specified pins. Valid power
Dqcom,mdm9615-pinctrl.txt83 Definition: List of gpio pins affected by the properties specified in
91 specified pins.
100 Definition: The specified pins should be configured as no pull.
105 Definition: The specified pins should be configured as pull down.
110 Definition: The specified pins should be configured as pull up.
115 Definition: The specified pins are configured in output mode, driven
121 Definition: The specified pins are configured in output mode, driven
127 Definition: Selects the drive strength for the specified pins, in mA.
/Linux-v5.4/Documentation/driver-api/rapidio/
Drio_cm.rst48 in a RapidIO network associated with the specified mport device.
52 with the specified mport device.
57 Binds the specified channel data structure to the specified
60 Enables listening for connection requests on the specified
63 Accepts a connection request from peer on the specified
64 channel. If wait timeout for this request is specified by a caller it is
71 Sends a data message through the specified channel.
72 The handler for this request assumes that message buffer specified by
78 handler will wait for new message until timeout specified by a caller
82 Closes a specified channel and frees associated buffers.
[all …]
/Linux-v5.4/drivers/gpu/drm/selftests/
Dtest-drm_cmdline_parser.c27 FAIL_ON(mode.specified); in drm_cmdline_test_force_e_only()
47 FAIL_ON(mode.specified); in drm_cmdline_test_force_D_only_not_digital()
71 FAIL_ON(mode.specified); in drm_cmdline_test_force_D_only_hdmi()
95 FAIL_ON(mode.specified); in drm_cmdline_test_force_D_only_dvi()
115 FAIL_ON(mode.specified); in drm_cmdline_test_force_d_only()
157 FAIL_ON(!mode.specified); in drm_cmdline_test_res()
225 FAIL_ON(!mode.specified); in drm_cmdline_test_res_vesa()
249 FAIL_ON(!mode.specified); in drm_cmdline_test_res_vesa_rblank()
273 FAIL_ON(!mode.specified); in drm_cmdline_test_res_rblank()
297 FAIL_ON(!mode.specified); in drm_cmdline_test_res_bpp()
[all …]
/Linux-v5.4/include/rdma/
Dib_cache.h66 * @pkey: The PKey value found at the specified index.
68 * ib_get_cached_pkey() fetches the specified PKey table entry stored in
77 * ib_find_cached_pkey - Returns the PKey table index where a specified
84 * ib_find_cached_pkey() searches the specified PKey table in
93 * ib_find_exact_cached_pkey - Returns the PKey table index where a specified
100 * ib_find_exact_cached_pkey() searches the specified PKey table in
112 * @lmc: The lmc value for the specified port for that device.
114 * ib_get_cached_lmc() fetches the specified lmc table entry stored in
125 * @port_state: port_state for the specified port for that device.
127 * ib_get_cached_port_state() fetches the specified port_state table entry stored in
Diw_cm.h127 * @context: User specified context associated with the id.
143 * iw_cm_bind_qp - Unbind the specified IW CM identifier and QP
165 * specified IW CM id.
171 * The source address and port number are specified in the IW CM identifier
183 * The specified cm_id will have been provided in the event data for a
185 * delivered to the specified IW CM identifier prior and may occur prior to
187 * client can assume that no events will be delivered to the specified IW CM
200 * The client can assume that no events will be delivered to the specified IW
214 * Events may be delivered to the specified IW CM identifier prior to the
216 * client can assume that no events will be delivered to the specified IW CM
[all …]
/Linux-v5.4/arch/x86/platform/uv/
Duv_irq.c122 * Re-target the irq to the specified CPU and enable the specified MMR located
123 * on the specified blade to allow the sending of MSIs to the specified CPU.
133 * Disable the specified MMR located on the specified blade so that MSIs are
180 * Set up a mapping of an available irq and vector, and enable the specified
181 * MMR that defines the MSI that is to be sent to the specified CPU when an
206 * Tear down a mapping of an irq and vector, and disable the specified MMR that
207 * defined the MSI that was to be sent to the specified CPU when an interrupt
/Linux-v5.4/drivers/misc/habanalabs/include/
Darmcp_if.h107 * Critical Hyst of a specified thermal sensor. The packet's
111 * Fetch the voltage / Max / Min of a specified sensor. The packet's
115 * Fetch the current / Max / Min of a specified sensor. The packet's
119 * Fetch the speed / Max / Min of a specified fan. The packet's
123 * Fetch the pwm value / mode of a specified pwm. The packet's
127 * Set the pwm value / mode of a specified pwm. The packet's
131 * Set the frequency of a specified PLL. The packet's arguments specify
136 * Fetch the frequency of a specified PLL. The packet's arguments specify
140 * Set the state of a specified led. The packet's arguments
152 * Fetch information from the device as specified in the packet's
[all …]
/Linux-v5.4/crypto/asymmetric_keys/
Dsignature.c73 * Encrypt the specified data blob using the private key specified by
75 * params->encoding is specified (eg. "pkcs1").
94 * Decrypt the specified data blob using the private key specified by
96 * params->encoding is specified (eg. "pkcs1").
115 * Sign the specified data blob using the private key specified by params->key.
116 * The signature is wrapped in an encoding if params->encoding is specified
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-vmbus5 This file allows the driver for a device to be specified which
7 specified, only a driver with a name matching the value written
9 device. The override is specified by writing a string to the
15 automatically load the specified driver. If no driver with a
19 "none". Only a single driver may be specified in the override,
Dsysfs-bus-amba5 This file allows the driver for a device to be specified which
7 When specified, only a driver with a name matching the value
9 the device. The override is specified by writing a string to the
15 automatically load the specified driver. If no driver with a
19 Only a single driver may be specified in the override, there is
Dsysfs-bus-platform5 This file allows the driver for a device to be specified which
7 When specified, only a driver with a name matching the value
9 to the device. The override is specified by writing a string
15 any attempt to automatically load the specified driver. If no
19 name such as "none". Only a single driver may be specified in
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dclk-exynos-audss.txt23 is used if not specified.
25 is used if not specified.
27 specified.
29 not specified.
31 specified.
45 Exynos4 SoC and this is specified where applicable.
74 specified.
/Linux-v5.4/include/uapi/linux/
Datmsap.h23 #define ATM_L2_NONE 0 /* L2 not specified */
35 #define ATM_L2_USER 0x10 /* user-specified */
45 #define ATM_L3_NONE 0 /* L3 not specified */
54 #define ATM_L3_USER 0x10 /* user-specified */
63 #define ATM_HL_NONE 0 /* HL not specified */
76 #define ATM_IMD_NONE 0 /* mode not specified */
85 #define ATM_TT_NONE 0 /* terminal type not specified */
112 unsigned char user; /* user-specified l2 information */
123 unsigned char user; /* user specified l3 information */
/Linux-v5.4/Documentation/devicetree/bindings/arm/firmware/
Dsdei.txt11 privilege level of the SDEI firmware (specified as part of the binding
12 below) and passing arguments in a manner specified by the "SMC Calling
22 text to handle the specified event number.
32 * "smc" : SMC #0, with the register assignments specified in this
34 * "hvc" : HVC #0, with the register assignments specified in this
/Linux-v5.4/drivers/staging/greybus/
Daudio_manager.h35 * Creates a new gb_audio_manager_module_descriptor, using the specified
44 * Removes a connected gb_audio_manager_module_descriptor for the specified ID.
58 * Retrieves a gb_audio_manager_module_descriptor for the specified id.
60 * or NULL if there is no module with the specified ID.
71 * Dumps the module for the specified id
/Linux-v5.4/Documentation/devicetree/bindings/display/bridge/
Ddw_hdmi.txt15 - reg-io-width: Width of the registers specified by the reg property. The
16 value is expressed in bytes and must be equal to 1 or 4 if specified. The
21 - clocks: References to all the clocks specified in the clock-names property
22 as specified in Documentation/devicetree/bindings/clock/clock-bindings.txt.
31 expressed in using ports as specified in the device graph bindings defined

12345678910>>...149