/kernel/linux/linux-5.10/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, 127 u16 tclass, u32 requested, in avc_audit() argument 134 audited = avc_audit_required(requested, avd, result, 0, &denied); in avc_audit() 141 requested, audited, denied, result, in avc_audit() 150 u16 tclass, u32 requested, [all …]
|
/kernel/linux/linux-5.10/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() 765 u32 requested, u32 audited, u32 denied, int result, in slow_avc_audit() argument [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_lvds_connector.c | 65 long actual, requested; in mdp4_lvds_connector_mode_valid() local 67 requested = 1000 * mode->clock; in mdp4_lvds_connector_mode_valid() 68 actual = mdp4_lcdc_round_pixclk(encoder, requested); in mdp4_lvds_connector_mode_valid() 70 DBG("requested=%ld, actual=%ld", requested, actual); in mdp4_lvds_connector_mode_valid() 72 if (actual != requested) in mdp4_lvds_connector_mode_valid()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | avc.h | 25 __field(u32, requested) 35 __entry->requested = sad->requested; 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; 140 __entry->cq_id, __entry->requested, __entry->rc
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/ |
D | edp_connector.c | 65 long actual, requested; in edp_connector_mode_valid() local 67 requested = 1000 * mode->clock; in edp_connector_mode_valid() 69 requested, edp_connector->edp->encoder); in edp_connector_mode_valid() 71 DBG("requested=%ld, actual=%ld", requested, actual); in edp_connector_mode_valid() 72 if (actual != requested) in edp_connector_mode_valid()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | trans.h | 28 static inline unsigned int gfs2_rg_blocks(const struct gfs2_inode *ip, unsigned requested) in gfs2_rg_blocks() argument 32 if (requested < rgd->rd_length) in gfs2_rg_blocks() 33 return requested + 1; in gfs2_rg_blocks()
|
/kernel/linux/linux-5.10/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 131 The buffer type (``format.type`` field), requested I/O method
|
D | v4l2-selection-flags.rst | 25 size) than was requested. Albeit the driver may choose a lesser 34 size) than was requested. Albeit the driver may choose a greater
|
D | vidioc-reqbufs.rst | 48 the desired number of buffers, ``memory`` must be set to the requested 51 allocate the requested number of buffers and it stores the actual number 53 requested, even zero, when the driver runs out of free memory. A larger 83 - The number of buffers requested or granted. 168 The buffer type (``type`` field) or the requested I/O method
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | pp_psm.c | 238 struct pp_power_state *requested; in power_state_management() local 242 requested = new_ps; in power_state_management() 244 requested = hwmgr->request_ps; in power_state_management() 248 phm_apply_state_adjust_rules(hwmgr, requested, pcurrent); in power_state_management() 250 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management() 254 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware); in power_state_management()
|
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 148 unsigned requested; member 215 iobuf->requested = 0; in init_bufs() 328 if (iobuf[i].requested) in main() 342 iobuf[i].requested = ret; in main() 363 iobuf[actual].requested -= ret; in main() 366 if (!iobuf[actual].requested) in main()
|
/kernel/linux/linux-5.10/drivers/visorbus/ |
D | visorchannel.c | 32 bool requested; member 55 if (channel->requested) in visorchannel_destroy() 371 channel->requested = request_mem_region(physaddr, size, VISOR_DRV_NAME); in visorchannel_create() 372 if (!channel->requested && !guid_equal(guid, &visor_video_guid)) in visorchannel_create() 387 if (channel->requested) in visorchannel_create() 390 channel->requested = request_mem_region(channel->physaddr, size, in visorchannel_create() 392 if (!channel->requested && !guid_equal(guid, &visor_video_guid)) in visorchannel_create()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-devfreq | 45 the requested polling interval of the corresponding devfreq 74 sets the requested frequency for the devfreq object if 98 the minimum frequency requested by users. It is 0 if 100 frequency requested by governors. 107 the maximum frequency requested by users. It is 0 if 109 frequency requested by governors and min_freq.
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | direct.c | 449 ssize_t result, requested; in nfs_file_direct_read() local 487 requested = nfs_direct_read_schedule_iovec(dreq, iter, iocb->ki_pos); in nfs_file_direct_read() 491 if (requested > 0) { in nfs_file_direct_read() 494 requested -= result; in nfs_file_direct_read() 497 iov_iter_revert(iter, requested); in nfs_file_direct_read() 499 result = requested; in nfs_file_direct_read() 896 ssize_t result, requested; in nfs_file_direct_write() local 941 requested = nfs_direct_write_schedule_iovec(dreq, iter, pos); in nfs_file_direct_write() 950 if (requested > 0) { in nfs_file_direct_write() 953 requested -= result; in nfs_file_direct_write() [all …]
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
D | irqf_oneshot.cocci | 3 /// threaded IRQs without a primary handler need to be requested with 106 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT" 112 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
D | fsl_gtm.c | 96 if (!gtm->timers[i].requested) { in gtm_get_timer16() 97 gtm->timers[i].requested = true; in gtm_get_timer16() 132 if (gtm->timers[timer].requested) in gtm_get_specific_timer16() 136 ret->requested = true; in gtm_get_specific_timer16() 156 tmr->requested = false; in gtm_put_timer16()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | opfn.c | 58 if (!priv->opfn.extended || !priv->opfn.requested || in opfn_conn_request() 59 priv->opfn.requested == priv->opfn.completed || priv->opfn.curr) in opfn_conn_request() 62 mask = priv->opfn.requested & ~priv->opfn.completed; in opfn_conn_request() 237 priv->opfn.requested = 0; in opfn_conn_error() 266 priv->opfn.requested |= OPFN_MASK(TID_RDMA); in opfn_qp_init()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
D | max6650.txt | 16 - maxim,fan-target-rpm: Initial requested fan rotation speed. If specified, the 17 driver selects closed-loop mode and the requested speed.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spmi/ |
D | qcom,spmi-pmic-arb.txt | 39 cell 1: slave ID for the requested interrupt (0-15) 40 cell 2: peripheral ID for requested interrupt (0-255) 41 cell 3: the requested peripheral interrupt (0-7)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_connector.c | 386 long actual, requested; in msm_hdmi_connector_mode_valid() local 388 requested = 1000 * mode->clock; in msm_hdmi_connector_mode_valid() 390 requested, hdmi_connector->hdmi->encoder); in msm_hdmi_connector_mode_valid() 399 DBG("requested=%ld, actual=%ld", requested, actual); in msm_hdmi_connector_mode_valid() 401 if (actual != requested) in msm_hdmi_connector_mode_valid()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | atmel-hlcdc.txt | 12 - clock-names: the name of the 3 clocks requested by the HLCDC device. 14 - clocks: should contain the 3 clocks requested by the HLCDC device.
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 101 ldr r10, [r12, #IRQ_SIR_FIQ_REG_OFFSET] @ get requested interrupt number 127 orr r11, r11, r13 @ mask all requested interrupts 130 str r13, [r12, #OMAP1510_GPIO_INT_STATUS] @ ack all requested interrupts 215 hksw: @Is hook switch interrupt requested?
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | ti,cdce925.txt | 34 present, the clock runs at the requested frequency on average. Otherwise 35 the requested frequency is the maximum value of the SCC range.
|