/Linux-v5.15/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, 126 u16 tclass, u32 requested, in avc_audit() argument 132 audited = avc_audit_required(requested, avd, result, 0, &denied); in avc_audit() 136 requested, audited, denied, result, in avc_audit() 144 u16 tclass, u32 requested, [all …]
|
/Linux-v5.15/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()
|
/Linux-v5.15/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() 769 u32 requested, u32 audited, u32 denied, int result, in slow_avc_audit() argument [all …]
|
/Linux-v5.15/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
|
/Linux-v5.15/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()
|
/Linux-v5.15/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()
|
/Linux-v5.15/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 | 31 size) than was requested. Albeit the driver may choose a lesser 40 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. 176 The buffer type (``type`` field) or the requested I/O method
|
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | pp_psm.c | 245 struct pp_power_state *requested; in power_state_management() local 249 requested = new_ps; in power_state_management() 251 requested = hwmgr->request_ps; in power_state_management() 255 phm_apply_state_adjust_rules(hwmgr, requested, pcurrent); in power_state_management() 257 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management() 261 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware); in power_state_management()
|
/Linux-v5.15/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()
|
/Linux-v5.15/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()
|
/Linux-v5.15/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-v5.15/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 …]
|
/Linux-v5.15/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-v5.15/scripts/coccinelle/misc/ |
D | irqf_oneshot.cocci | 3 /// threaded IRQs without a primary handler need to be requested with 106 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n… 112 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n…
|
/Linux-v5.15/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()
|
/Linux-v5.15/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()
|
/Linux-v5.15/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm.c | 144 struct ttm_place *requested, in i915_ttm_placement_from_obj() argument 154 obj->mm.region, requested, flags); in i915_ttm_placement_from_obj() 162 *busy = *requested; in i915_ttm_placement_from_obj() 166 placement->placement = requested; in i915_ttm_placement_from_obj() 675 struct ttm_place requested, busy[I915_TTM_MAX_PLACEMENTS]; in i915_ttm_get_pages() local 681 i915_ttm_placement_from_obj(obj, &requested, busy, &placement); in i915_ttm_get_pages() 703 struct ttm_place requested; in i915_ttm_migrate() local 707 i915_ttm_place_from_region(mr, &requested, obj->flags); in i915_ttm_migrate() 710 placement.placement = &requested; in i915_ttm_migrate() 711 placement.busy_placement = &requested; in i915_ttm_migrate()
|
/Linux-v5.15/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.
|
/Linux-v5.15/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()
|
/Linux-v5.15/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)
|
/Linux-v5.15/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.
|
/Linux-v5.15/drivers/net/wwan/iosm/ |
D | iosm_ipc_protocol.c | 140 u32 requested; in ipc_protocol_pm_dev_sleep_handle() local 154 requested = ipc_protocol_pm_dev_get_sleep_notification(ipc_protocol); in ipc_protocol_pm_dev_sleep_handle() 156 return ipc_pm_dev_slp_notification(&ipc_protocol->pm, requested); in ipc_protocol_pm_dev_sleep_handle()
|