Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/Linux-v5.4/security/selinux/include/
Davc.h51 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,
128 u16 tclass, u32 requested, in avc_audit() argument
135 audited = avc_audit_required(requested, avd, result, 0, &denied); in avc_audit()
139 requested, audited, denied, result, in avc_audit()
148 u16 tclass, u32 requested,
[all …]
/Linux-v5.4/security/selinux/
Davc.c383 static inline u32 avc_xperms_audit_required(u32 requested, in avc_xperms_audit_required() argument
392 denied = requested & ~avd->allowed; in avc_xperms_audit_required()
397 audited &= ~requested; in avc_xperms_audit_required()
400 audited = denied = requested; in avc_xperms_audit_required()
402 audited = requested & avd->auditallow; in avc_xperms_audit_required()
405 audited &= ~requested; in avc_xperms_audit_required()
415 u32 requested, struct av_decision *avd, in avc_xperms_audit() argument
423 requested, avd, xpd, perm, result, &denied); in avc_xperms_audit()
426 return slow_avc_audit(state, ssid, tsid, tclass, requested, in avc_xperms_audit()
760 u32 requested, u32 audited, u32 denied, int result, in slow_avc_audit() argument
[all …]
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_lvds_connector.c70 long actual, requested; in mdp4_lvds_connector_mode_valid() local
72 requested = 1000 * mode->clock; in mdp4_lvds_connector_mode_valid()
73 actual = mdp4_lcdc_round_pixclk(encoder, requested); in mdp4_lvds_connector_mode_valid()
75 DBG("requested=%ld, actual=%ld", requested, actual); in mdp4_lvds_connector_mode_valid()
77 if (actual != requested) in mdp4_lvds_connector_mode_valid()
/Linux-v5.4/drivers/gpu/drm/msm/edp/
Dedp_connector.c65 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()
/Linux-v5.4/fs/gfs2/
Dtrans.h28 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()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dpp_psm.c238 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()
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-create-bufs.rst51 ``count`` field must be set to the number of requested buffers, the
52 ``memory`` field specifies the requested I/O method and the ``reserved``
60 requested format is supported by the driver. Based on the format's
61 ``type`` field the requested buffer size (for single-planar) or plane
72 driver may reject the requested size, but if it is accepted the driver
76 will attempt to allocate up to the requested number of buffers and store
79 than the number requested.
96 - The number of buffers requested or granted. If count == 0, then
140 The buffer type (``format.type`` field), requested I/O method
Dvidioc-reqbufs.rst55 the desired number of buffers, ``memory`` must be set to the requested
58 allocate the requested number of buffers and it stores the actual number
60 requested, even zero, when the driver runs out of free memory. A larger
91 - The number of buffers requested or granted.
162 The buffer type (``type`` field) or the requested I/O method
Dv4l2-selection-flags.rst32 size) than was requested. Albeit the driver may choose a lesser
41 size) than was requested. Albeit the driver may choose a greater
/Linux-v5.4/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c148 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()
/Linux-v5.4/drivers/visorbus/
Dvisorchannel.c32 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()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-devfreq38 the requested polling interval of the corresponding devfreq
63 sets the requested frequency for the devfreq object if
87 the minimum frequency requested by users. It is 0 if
89 frequency requested by governors.
96 the maximum frequency requested by users. It is 0 if
98 frequency requested by governors and min_freq.
/Linux-v5.4/fs/nfs/
Ddirect.c549 ssize_t result = -EINVAL, requested; in nfs_file_direct_read() local
586 requested = nfs_direct_read_schedule_iovec(dreq, iter, iocb->ki_pos); in nfs_file_direct_read()
590 if (requested > 0) { in nfs_file_direct_read()
593 requested -= result; in nfs_file_direct_read()
596 iov_iter_revert(iter, requested); in nfs_file_direct_read()
598 result = requested; in nfs_file_direct_read()
957 ssize_t result = -EINVAL, requested; in nfs_file_direct_write() local
1000 requested = nfs_direct_write_schedule_iovec(dreq, iter, pos); in nfs_file_direct_write()
1009 if (requested > 0) { in nfs_file_direct_write()
1012 requested -= result; in nfs_file_direct_write()
[all …]
/Linux-v5.4/scripts/coccinelle/misc/
Dirqf_oneshot.cocci3 /// 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"
/Linux-v5.4/arch/powerpc/sysdev/
Dfsl_gtm.c96 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()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dopfn.c58 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()
/Linux-v5.4/Documentation/media/uapi/dvb/
Ddmx-reqbufs.rst60 attempt to allocate the requested number of buffers and it stores the actual
61 number allocated in the ``count`` field. The ``count`` can be smaller than the number requested, ev…
64 at ``size``, and can be smaller than what's requested.
83 The the requested I/O method is not supported.
/Linux-v5.4/Documentation/devicetree/bindings/spmi/
Dqcom,spmi-pmic-arb.txt39 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)
/Linux-v5.4/Documentation/devicetree/bindings/hwmon/
Dmax6650.txt16 - maxim,fan-target-rpm: Initial requested fan rotation speed. If specified, the
17 driver selects closed-loop mode and the requested speed.
/Linux-v5.4/drivers/gpu/drm/msm/hdmi/
Dhdmi_connector.c386 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()
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Datmel-hlcdc.txt12 - 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.
/Linux-v5.4/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S100 ldr r10, [r12, #IRQ_SIR_FIQ_REG_OFFSET] @ get requested interrupt number
126 orr r11, r11, r13 @ mask all requested interrupts
129 str r13, [r12, #OMAP1510_GPIO_INT_STATUS] @ ack all requested interrupts
214 hksw: @Is hook switch interrupt requested?
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dti,cdce925.txt34 present, the clock runs at the requested frequency on average. Otherwise
35 the requested frequency is the maximum value of the SCC range.
/Linux-v5.4/Documentation/cpu-freq/
Dpcc-cpufreq.txt55 the requested frequency. If the request for the target frequency could not be
91 responsible for delivering the requested performance.
118 to deliver the requested processor performance
157 frequency, within limits, requested by the governor. A frequency does not have
170 conditions are met the BIOS can achieve a slightly higher speed than requested
201 to ensure that the same frequency is requested of all dependent CPUs.
/Linux-v5.4/drivers/scsi/snic/
Dsnic_isr.c95 if (snic->msix[i].requested) { in snic_free_intr()
150 snic->msix[i].requested = 1; in snic_request_intr()

12345678910>>...15