| /kernel/linux/linux-4.19/arch/s390/include/asm/ |
| D | scsw.h | 222 * 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 …]
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | scsw.h | 222 * 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| D | macsec_api.h | 48 /*! Read the raw table data from the specified row of the Egress CTL 58 * specified row of the Egress CTL Filter table. 66 /*! Read the raw table data from the specified row of the Egress 76 * specified row of the Egress Packet Classifier table. 84 /*! Read the raw table data from the specified row of the Egress SC 94 * specified row of the Egress SC Lookup table. 102 /*! Read the raw table data from the specified row of the Egress SA 112 * specified row of the Egress SA Lookup table. 120 /*! Read the raw table data from the specified row of the Egress SA 130 * specified row of the Egress SA Key Lookup table. [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/hwmon/ |
| D | max6697.txt | 21 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.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
| D | max6697.txt | 21 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.
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| D | avtab.c | 80 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 …]
|
| /kernel/linux/linux-4.19/security/selinux/ss/ |
| D | avtab.c | 80 if (key->specified & AVTAB_XPERMS) { in avtab_insert_node() 112 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_insert() local 124 (specified & cur->key.specified)) { in avtab_insert() 126 if (specified & AVTAB_XPERMS) in avtab_insert() 149 * key/specified mask into the table, as needed by the conditional avtab. 157 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_insert_nonunique() local 168 (specified & cur->key.specified)) in avtab_insert_nonunique() 187 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_search() local 198 (specified & cur->key.specified)) in avtab_search() 223 u16 specified = key->specified & ~(AVTAB_ENABLED|AVTAB_ENABLED_OLD); in avtab_search_node() local [all …]
|
| D | hashtab.h | 38 * 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.
|
| /kernel/linux/linux-4.19/Documentation/rapidio/ |
| D | rio_cm.txt | 49 in a RapidIO network associated with the specified mport device. 52 with the specified mport device. 55 - RIO_CM_CHAN_BIND : Binds the specified channel data structure to the specified 57 - RIO_CM_CHAN_LISTEN : Enables listening for connection requests on the specified 59 - RIO_CM_CHAN_ACCEPT : Accepts a connection request from peer on the specified 60 channel. If wait timeout for this request is specified by a caller it is 65 - RIO_CM_CHAN_SEND : Sends a data message through the specified channel. 66 The handler for this request assumes that message buffer specified by 71 handler will wait for new message until timeout specified by a caller 74 - RIO_CM_CHAN_CLOSE : Closes a specified channel and frees associated buffers. [all …]
|
| /kernel/linux/linux-5.10/net/netlabel/ |
| D | netlabel_unlabeled.h | 33 * 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 …]
|
| /kernel/linux/linux-5.10/kernel/rcu/ |
| D | rcu_segcblist.c | 26 * Enqueue an rcu_head structure onto the specified callback list. 64 * Dequeue the oldest rcu_head structure from the specified callback 93 * specified amount, which can be negative. This can cause the ->len 123 * Exchange the numeric length of the specified rcu_segcblist structure 124 * with the specified value. This can cause the ->len field to disagree 159 * Disable the specified rcu_segcblist structure, so that callbacks can 170 * Mark the specified rcu_segcblist structure as offloaded. This 179 * Does the specified rcu_segcblist structure contain callbacks that 189 * Does the specified rcu_segcblist structure contain callbacks that 199 * Return a pointer to the first callback in the specified rcu_segcblist [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/pinctrl/ |
| D | qcom,pmic-gpio.txt | 80 Definition: List of gpio pins affected by the properties specified in 99 specified pins. Valid values are: 115 Definition: The specified pins should be configured as no pull. 120 Definition: The specified pins should be configured as pull down. 125 Definition: The specified pins should be configured as pull up. 143 Definition: The specified pins will put in high-Z mode and disabled. 148 Definition: The specified pins are put in input mode. 153 Definition: The specified pins are configured in output mode, driven 159 Definition: The specified pins are configured in output mode, driven 165 Definition: Selects the power source for the specified pins. Valid [all …]
|
| /kernel/linux/linux-5.10/include/rdma/ |
| D | ib_cache.h | 40 * @pkey: The PKey value found at the specified index. 42 * ib_get_cached_pkey() fetches the specified PKey table entry stored in 51 * ib_find_cached_pkey - Returns the PKey table index where a specified 58 * ib_find_cached_pkey() searches the specified PKey table in 67 * ib_find_exact_cached_pkey - Returns the PKey table index where a specified 74 * ib_find_exact_cached_pkey() searches the specified PKey table in 86 * @lmc: The lmc value for the specified port for that device. 88 * ib_get_cached_lmc() fetches the specified lmc table entry stored in 99 * @port_state: port_state for the specified port for that device. 101 * ib_get_cached_port_state() fetches the specified port_state table entry stored in
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
| D | test-drm_cmdline_parser.c | 27 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 …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/rapidio/ |
| D | rio_cm.rst | 48 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 …]
|
| /kernel/linux/linux-4.19/net/netlabel/ |
| D | netlabel_unlabeled.h | 47 * If IPv4 is specified the following attributes are required: 52 * If IPv6 is specified the following attributes are required: 65 * If IPv4 is specified the following attributes are required: 70 * If IPv6 is specified the following attributes are required: 86 * If IPv4 is specified the following attributes are required: 91 * 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: 118 * If IPv4 is specified the following attributes are required: 123 * If IPv6 is specified the following attributes are required: [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | qcom,pmic-gpio.txt | 90 Definition: List of gpio pins affected by the properties specified in 118 specified pins. Valid values are: 134 Definition: The specified pins should be configured as no pull. 139 Definition: The specified pins should be configured as pull down. 144 Definition: The specified pins should be configured as pull up. 162 Definition: The specified pins will put in high-Z mode and disabled. 167 Definition: The specified pins are put in input mode. 172 Definition: The specified pins are configured in output mode, driven 178 Definition: The specified pins are configured in output mode, driven 184 Definition: Selects the power source for the specified pins. Valid [all …]
|
| /kernel/linux/linux-4.19/kernel/rcu/ |
| D | rcu_segcblist.c | 40 * Dequeue the oldest rcu_head structure from the specified callback 77 * Disable the specified rcu_segcblist structure, so that callbacks can 89 * Does the specified rcu_segcblist structure contain callbacks that 99 * Does the specified rcu_segcblist structure contain callbacks that 109 * Return a pointer to the first callback in the specified rcu_segcblist 120 * Return a pointer to the first pending callback in the specified 134 * Enqueue the specified callback onto the specified rcu_segcblist 155 * Entrain the specified callback onto the specified rcu_segcblist at 186 * Extract only the counts from the specified rcu_segcblist structure, 187 * and place them in the specified rcu_cblist structure. This function [all …]
|
| /kernel/linux/build/ |
| D | OAT.xml | 27 …ult policy for projects under this task, this field is required and the specified policy must defi… 28 …filefilter for projects under this task, this field is required and the specified filefilter must … 37 "compatibility" is used to check license compatibility in the specified path; 38 "license" is used to check source license header in the specified path; 39 "copyright" is used to check source copyright header in the specified path; 40 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 41 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 42 …"filename" is used to check whether the specified file exists in the specified path(support projec…
|
| /kernel/linux/patches/ |
| D | OAT.xml | 27 …ult policy for projects under this task, this field is required and the specified policy must defi… 28 …filefilter for projects under this task, this field is required and the specified filefilter must … 37 "compatibility" is used to check license compatibility in the specified path; 38 "license" is used to check source license header in the specified path; 39 "copyright" is used to check source copyright header in the specified path; 40 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 41 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 42 …"filename" is used to check whether the specified file exists in the specified path(support projec…
|
| /kernel/linux/linux-4.19/include/rdma/ |
| D | ib_cache.h | 62 * @pkey: The PKey value found at the specified index. 64 * ib_get_cached_pkey() fetches the specified PKey table entry stored in 73 * ib_find_cached_pkey - Returns the PKey table index where a specified 80 * ib_find_cached_pkey() searches the specified PKey table in 89 * ib_find_exact_cached_pkey - Returns the PKey table index where a specified 96 * ib_find_exact_cached_pkey() searches the specified PKey table in 108 * @lmc: The lmc value for the specified port for that device. 110 * ib_get_cached_lmc() fetches the specified lmc table entry stored in 121 * @port_state: port_state for the specified port for that device. 123 * ib_get_cached_port_state() fetches the specified port_state table entry stored in
|
| /kernel/linux/linux-5.10/drivers/misc/habanalabs/include/common/ |
| D | cpucp_if.h | 117 * Critical Hyst of a specified thermal sensor. The packet's 121 * Fetch the voltage / Max / Min of a specified sensor. The packet's 125 * Fetch the current / Max / Min of a specified sensor. The packet's 129 * Fetch the speed / Max / Min of a specified fan. The packet's 133 * Fetch the pwm value / mode of a specified pwm. The packet's 137 * Set the pwm value / mode of a specified pwm. The packet's 141 * Set the frequency of a specified PLL. The packet's arguments specify 146 * Fetch the frequency of a specified PLL. The packet's arguments specify 150 * Set the state of a specified led. The packet's arguments 162 * Fetch information from the device as specified in the packet's [all …]
|
| /kernel/linux/config/ |
| D | OAT.xml | 27 …ult policy for projects under this task, this field is required and the specified policy must defi… 28 …filefilter for projects under this task, this field is required and the specified filefilter must … 37 "compatibility" is used to check license compatibility in the specified path; 38 "license" is used to check source license header in the specified path; 39 "copyright" is used to check source copyright header in the specified path; 40 … "import" is used to check source dependency in the specified path, such as import ... ,include ... 41 … "filetype" is used to check file type in the specified path, supported file types: archive, binary 42 …"filename" is used to check whether the specified file exists in the specified path(support projec…
|
| /kernel/liteos_m/components/signal/ |
| D | los_signal.h | 140 * @brief Register the handler for the specified signal. 143 …* This API is used to register the handler for the specified signal, otherwise it is the default h… 147 * @param sigNo [IN] The specified signal num. 160 * @brief Shield the specified signal set. 163 * This API is used to shield the specified signal set and get the current signal set. 183 * @brief Suspend execution of the calling thread until one of the signals specified in 188 * specified in the signal set becomes pending and return the signal number in sig. 192 * @param set [IN] The specified signal set which waiting for. 209 * @brief Send the specified signal to the specified task. 212 * This API is used to send the specified signal to the specified task.
|
| /kernel/linux/linux-5.10/arch/x86/platform/uv/ |
| D | uv_irq.c | 122 * 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 181 * Set up a mapping of an available irq and vector, and enable the specified 182 * MMR that defines the MSI that is to be sent to the specified CPU when an 207 * Tear down a mapping of an irq and vector, and disable the specified MMR that 208 * defined the MSI that was to be sent to the specified CPU when an interrupt
|