/Linux-v6.1/include/linux/gpio/ |
D | consumer.h | 243 /* GPIO can never have been requested */ in gpiod_put() 252 /* GPIO can never have been requested */ in devm_gpiod_unhinge() 260 /* GPIO can never have been requested */ in gpiod_put_array() 313 /* GPIO can never have been requested */ in devm_gpiod_put() 322 /* GPIO can never have been requested */ in devm_gpiod_put_array() 329 /* GPIO can never have been requested */ in gpiod_get_direction() 335 /* GPIO can never have been requested */ in gpiod_direction_input() 341 /* GPIO can never have been requested */ in gpiod_direction_output() 347 /* GPIO can never have been requested */ in gpiod_direction_output_raw() 365 /* GPIO can never have been requested */ in gpiod_get_value() [all …]
|
/Linux-v6.1/security/selinux/include/ |
D | avc.h | 51 u32 requested; member 64 static inline u32 avc_audit_required(u32 requested, in avc_audit_required() argument 71 denied = requested & ~avd->allowed; in avc_audit_required() 93 audited = denied = requested; in avc_audit_required() 95 audited = requested & avd->auditallow; in avc_audit_required() 102 u32 requested, u32 audited, u32 denied, int result, 111 * @requested: requested permissions 127 u16 tclass, u32 requested, in avc_audit() argument 133 audited = avc_audit_required(requested, avd, result, 0, &denied); in avc_audit() 137 requested, audited, denied, result, in avc_audit() [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/ |
D | mmu.json | 21 "PublicDescription": "Duration of a translation table walk requested by the LSU", 24 "BriefDescription": "Duration of a translation table walk requested by the LSU" 27 … "PublicDescription": "Duration of a translation table walk requested by the Instruction Side", 30 "BriefDescription": "Duration of a translation table walk requested by the Instruction Side" 33 …"PublicDescription": "Duration of a translation table walk requested by a Preload instruction or P… 36 …"BriefDescription": "Duration of a translation table walk requested by a Preload instruction or Pr… 39 …"PublicDescription": "Duration of a translation table walk requested by a CP15 operation (maintena… 42 …"BriefDescription": "Duration of a translation table walk requested by a CP15 operation (maintenan…
|
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/ |
D | mmu.json | 21 "PublicDescription": "Duration of a translation table walk requested by the LSU", 24 "BriefDescription": "Duration of a translation table walk requested by the LSU" 27 … "PublicDescription": "Duration of a translation table walk requested by the instruction side", 30 "BriefDescription": "Duration of a translation table walk requested by the instruction side" 33 …"PublicDescription": "Duration of a translation table walk requested by a Preload instruction or P… 36 …"BriefDescription": "Duration of a translation table walk requested by a Preload instruction or Pr… 39 …"PublicDescription": "Duration of a translation table walk requested by an address translation ope… 42 …"BriefDescription": "Duration of a translation table walk requested by an address translation oper…
|
/Linux-v6.1/drivers/target/iscsi/ |
D | iscsi_target_nodeattrib.c | 51 pr_err("Requested DataOut Timeout %u larger than" in iscsit_na_dataout_timeout() 56 pr_err("Requested DataOut Timeout %u smaller than" in iscsit_na_dataout_timeout() 76 pr_err("Requested DataOut Timeout Retries %u larger" in iscsit_na_dataout_timeout_retries() 81 pr_err("Requested DataOut Timeout Retries %u smaller" in iscsit_na_dataout_timeout_retries() 107 pr_err("Requested NopIn Timeout %u larger than maximum" in iscsit_na_nopin_timeout() 112 pr_err("Requested NopIn Timeout %u smaller than" in iscsit_na_nopin_timeout() 157 pr_err("Requested NopIn Response Timeout %u larger" in iscsit_na_nopin_response_timeout() 162 pr_err("Requested NopIn Response Timeout %u smaller" in iscsit_na_nopin_response_timeout() 183 pr_err("Requested Random DataIN PDU Offsets: %u not" in iscsit_na_random_datain_pdu_offsets() 203 pr_err("Requested Random DataIN Sequence Offsets: %u" in iscsit_na_random_datain_seq_offsets() [all …]
|
/Linux-v6.1/security/selinux/ |
D | avc.c | 387 static inline u32 avc_xperms_audit_required(u32 requested, in avc_xperms_audit_required() argument 396 denied = requested & ~avd->allowed; in avc_xperms_audit_required() 401 audited &= ~requested; in avc_xperms_audit_required() 404 audited = denied = requested; in avc_xperms_audit_required() 406 audited = requested & avd->auditallow; in avc_xperms_audit_required() 409 audited &= ~requested; in avc_xperms_audit_required() 419 u32 requested, struct av_decision *avd, in avc_xperms_audit() argument 427 requested, avd, xpd, perm, result, &denied); in avc_xperms_audit() 430 return slow_avc_audit(state, ssid, tsid, tclass, requested, in avc_xperms_audit() 771 u32 requested, u32 audited, u32 denied, int result, in slow_avc_audit() argument [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-create-bufs.rst | 43 ``count`` field must be set to the number of requested buffers, the 44 ``memory`` field specifies the requested I/O method and the ``reserved`` 52 requested format is supported by the driver. Based on the format's 53 ``type`` field the requested buffer size (for single-planar) or plane 64 driver may reject the requested size, but if it is accepted the driver 68 will attempt to allocate up to the requested number of buffers and store 71 than the number requested. 87 - The number of buffers requested or granted. If count == 0, then 136 The buffer type (``format.type`` field), requested I/O method
|
/Linux-v6.1/include/sound/ |
D | pcm_oss.h | 29 int rate; /* requested rate */ 30 int format; /* requested OSS format */ 31 unsigned int channels; /* requested channels */ 34 unsigned int subdivision; /* requested subdivision */ 35 size_t period_bytes; /* requested period size */ 39 size_t buffer_bytes; /* requested buffer size */
|
/Linux-v6.1/include/linux/ |
D | gpio.h | 133 /* GPIO can never have been requested */ in gpio_free() 141 /* GPIO can never have been requested */ in gpio_free_array() 162 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value() 169 /* GPIO can never have been requested or set as output */ in gpio_set_value() 175 /* GPIO can never have been requested or set as {in,out}put */ in gpio_cansleep() 182 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value_cansleep() 189 /* GPIO can never have been requested or set as output */ in gpio_set_value_cansleep() 195 /* GPIO can never have been requested or set as {in,out}put */ in gpio_export() 216 /* GPIO can never have been requested or set as input */ in gpio_to_irq()
|
/Linux-v6.1/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_lvds_connector.c | 66 long actual, requested; in mdp4_lvds_connector_mode_valid() local 68 requested = 1000 * mode->clock; in mdp4_lvds_connector_mode_valid() 69 actual = mdp4_lcdc_round_pixclk(encoder, requested); in mdp4_lvds_connector_mode_valid() 71 DBG("requested=%ld, actual=%ld", requested, actual); in mdp4_lvds_connector_mode_valid() 73 if (actual != requested) in mdp4_lvds_connector_mode_valid()
|
/Linux-v6.1/include/trace/events/ |
D | avc.h | 25 __field(u32, requested) 35 __entry->requested = sad->requested; 44 TP_printk("requested=0x%x denied=0x%x audited=0x%x result=%d scontext=%s tcontext=%s tclass=%s", 45 __entry->requested, __entry->denied, __entry->audited, __entry->result,
|
D | rdma_core.h | 121 int requested, 125 TP_ARGS(cq, requested, rc), 129 __field(int, requested) 135 __entry->requested = requested; 139 TP_printk("cq.id=%u requested %d, returned %d", 140 __entry->cq_id, __entry->requested, __entry->rc
|
/Linux-v6.1/tools/testing/selftests/kvm/lib/ |
D | io.c | 16 * + Write of less than requested amount 20 * continue writing the requested data. 26 * to the number of requested bytes. All other conditions in this and 88 * + Read of less than requested amount 92 * continue reading the requested data. 96 * contains at least the number of requested bytes to be read. A TEST_ASSERT 103 * to the number of requested bytes. All other conditions in this and
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-class-devfreq | 76 the minimum frequency requested by users. It is 0 if 78 frequency requested by governors. 85 the maximum frequency requested by users. It is 0 if 87 frequency requested by governors and min_freq. 96 the requested polling interval of the corresponding devfreq 111 sets the requested frequency for the devfreq object if
|
/Linux-v6.1/drivers/gpu/drm/msm/dp/ |
D | dp_panel.h | 72 * @lane_rate: link rate requested by the sink 74 * Returns true if the requested link rate is supported. 86 * @lane_count: lane count requested by the sink 88 * Returns true if the requested lane count is supported.
|
D | dp_link.c | 289 * dp_link_is_bit_depth_valid() - validates the bit depth requested 290 * @tbd: bit depth requested by the sink 292 * Returns true if the requested bit depth is supported. 316 /* Read the requested video link pattern (Byte 0x221). */ in dp_link_parse_timing_params1() 338 /* Read the requested video link pattern (Byte 0x221). */ in dp_link_parse_timing_params2() 373 * bit depth requested by the sink and, and if the values parsed are valid. 396 /* Read the requested color bit depth and dynamic range (Byte 0x232) */ in dp_link_parse_video_pattern_params() 575 * requested. 609 * @link: link requested by the sink 611 * Returns true if the requested link is a permitted audio/video link. [all …]
|
/Linux-v6.1/fs/vboxsf/ |
D | shfl_hostintf.h | 141 /** No additional information is available / requested. */ 145 * available / requested. 150 * available / requested. 353 /* Read/write requested access for the object. */ 356 /* No access requested. */ 358 /* Read access requested. */ 360 /* Write access requested. */ 362 /* Read/Write access requested. */ 365 /* Requested share access for the object. */ 377 /* Requested access to attributes of the object. */ [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/dvb/ |
D | dmx-reqbufs.rst | 53 attempt to allocate the requested number of buffers and it stores the actual 54 number allocated in the ``count`` field. The ``count`` can be smaller than the number requested, ev… 57 at ``size``, and can be smaller than what's requested. 75 The the requested I/O method is not supported.
|
/Linux-v6.1/arch/mips/include/asm/octeon/ |
D | cvmx-bootmem.h | 80 * requested). 214 * freed. If the requested name block is already allocated, return 251 * (optional) requested address and alignment. 261 * @alignment: Requested alignment of the block. If this alignment 265 * internally enforced. Requested alignments of less than 279 * (optional) requested address and alignment. 287 * @param alignment Requested alignment of the block. If this 291 * internally enforced. Requested alignments of less
|
/Linux-v6.1/Documentation/filesystems/spufs/ |
D | spufs.rst | 87 If a count smaller than four is requested, read returns -1 and 101 If a count smaller than four is requested, read returns -1 and 122 four is requested, write returns -1 and sets errno to EINVAL. If there 146 If a count smaller than four is requested, read returns -1 and 198 If a count smaller than four is requested, read returns -1 and 204 If a count smaller than four is requested, write returns -1 and 219 If a count smaller than four is requested, read returns -1 and 225 If a count smaller than four is requested, write returns -1 and
|
/Linux-v6.1/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_bridge.c | 276 long actual, requested; in msm_hdmi_bridge_mode_valid() local 278 requested = 1000 * mode->clock; in msm_hdmi_bridge_mode_valid() 286 requested, hdmi_bridge->hdmi->encoder); in msm_hdmi_bridge_mode_valid() 288 actual = clk_round_rate(hdmi->pwr_clks[0], requested); in msm_hdmi_bridge_mode_valid() 290 actual = requested; in msm_hdmi_bridge_mode_valid() 292 DBG("requested=%ld, actual=%ld", requested, actual); in msm_hdmi_bridge_mode_valid() 294 if (actual != requested) in msm_hdmi_bridge_mode_valid()
|
/Linux-v6.1/tools/testing/memblock/tests/ |
D | alloc_nid_api.c | 1229 * has enough memory to allocate a region of the requested size. 1230 * Expect to allocate an aligned region at the end of the requested node. 1270 * does not have enough memory to allocate a region of the requested size: 1325 * | |requested| | expected | | 1379 * | | requested | | 1386 * Expect to allocate an aligned region at the end of the requested node. The 1435 * | | requested | | expected | 1493 * node is the requested node: 1500 * | | requested | node3 | | 1508 * the end of the requested node. [all …]
|
/Linux-v6.1/drivers/soc/xilinx/ |
D | zynqmp_pm_domains.c | 30 * @requested: The PM node mapped to the PM domain has been requested 35 bool requested; member 113 if (!pd->requested) { in zynqmp_gpd_power_off() 176 pd->requested = true; in zynqmp_gpd_attach_dev() 178 dev_dbg(&domain->dev, "%s requested PM node id %d\n", in zynqmp_gpd_attach_dev() 206 pd->requested = false; in zynqmp_gpd_detach_dev()
|
/Linux-v6.1/include/uapi/linux/ |
D | gpio.h | 39 * Maximum number of requested lines. 142 * associated with one or more of the requested lines. 158 * all requested lines but may be overridden for particular lines using 162 * @attrs: the configuration attributes associated with the requested 181 * @config: requested configuration for the lines. 182 * @num_lines: number of lines requested in this request, i.e. the number 238 * @GPIO_V2_LINE_CHANGED_REQUESTED: line has been requested 342 /* Maximum number of requested handles */ 393 * together. Note that even if multiple lines are requested, the same flags 398 * @default_values: if the %GPIOHANDLE_REQUEST_OUTPUT is set for a requested [all …]
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | radeon_fence.c | 125 * radeon_fence_emit - emit a fence on the requested ring 131 * Emits a fence command on the requested ring (all asics). 333 * Check if the last signaled fence sequnce number is >= the requested 336 * is >= requested value) or false if it has not (current fence 337 * value is < the requested value. Helper function for 426 * Check if the requested fence has signaled (all asics). 447 * Check if the last signaled fence sequnce number is >= the requested 449 * Returns true if any has signaled (current value is >= requested value) 471 * Wait for the requested sequence number(s) to be written by any ring 529 * Wait for the requested fence to signal (all asics). [all …]
|