/linux-6.3-rc2/security/selinux/include/ |
A 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 137 requested, audited, denied, result, in avc_audit() 145 u16 tclass, u32 requested, 151 u16 tclass, u32 requested, [all …]
|
/linux-6.3-rc2/security/selinux/ |
A D | avc.c | 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() 409 audited &= ~requested; in avc_xperms_audit_required() 786 sad.requested = requested; in slow_avc_audit() 1015 u16 tclass, u32 requested, in avc_denied() argument 1055 if (WARN_ON(!requested)) in avc_has_extended_perms() 1082 avd.allowed &= ~requested; in avc_has_extended_perms() 1098 avd.allowed &= ~requested; in avc_has_extended_perms() 1138 u16 tclass, u32 requested, in avc_has_perm_noaudit() argument [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp4/ |
A 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-6.3-rc2/include/trace/events/ |
A D | avc.h | 25 __field(u32, requested) 35 __entry->requested = sad->requested; 45 __entry->requested, __entry->denied, __entry->audited, __entry->result,
|
A 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-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A 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
|
A 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
|
/linux-6.3-rc2/fs/gfs2/ |
A 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-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | pp_psm.c | 247 struct pp_power_state *requested; in power_state_management() local 251 requested = new_ps; in power_state_management() 253 requested = hwmgr->request_ps; in power_state_management() 257 phm_apply_state_adjust_rules(hwmgr, requested, pcurrent); in power_state_management() 259 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management() 263 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware); in power_state_management()
|
/linux-6.3-rc2/tools/usb/ffs-aio-example/multibuff/device_app/ |
A 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-6.3-rc2/drivers/gpu/drm/msm/hdmi/ |
A 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-6.3-rc2/fs/nfs/ |
A D | direct.c | 414 ssize_t result, requested; in nfs_file_direct_read() local 458 if (requested > 0) { in nfs_file_direct_read() 461 requested -= result; in nfs_file_direct_read() 464 iov_iter_revert(iter, requested); in nfs_file_direct_read() 466 result = requested; in nfs_file_direct_read() 874 ssize_t result, requested; in nfs_file_direct_write() local 922 requested = nfs_direct_write_schedule_iovec(dreq, iter, pos, in nfs_file_direct_write() 938 if (requested > 0) { in nfs_file_direct_write() 941 requested -= result; in nfs_file_direct_write() 946 iov_iter_revert(iter, requested); in nfs_file_direct_write() [all …]
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A 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-6.3-rc2/Documentation/userspace-api/media/dvb/ |
A 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-6.3-rc2/drivers/soc/xilinx/ |
A D | zynqmp_pm_domains.c | 35 bool requested; member 113 if (!pd->requested) { in zynqmp_gpd_power_off() 176 pd->requested = true; in zynqmp_gpd_attach_dev() 206 pd->requested = false; in zynqmp_gpd_detach_dev()
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A 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-6.3-rc2/arch/powerpc/sysdev/ |
A 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-6.3-rc2/scripts/coccinelle/misc/ |
A 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-6.3-rc2/Documentation/devicetree/bindings/hwmon/ |
A 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-6.3-rc2/Documentation/devicetree/bindings/spmi/ |
A D | qcom,spmi-pmic-arb.yaml | 66 cell 1: slave ID for the requested interrupt (0-15) 67 cell 2: peripheral ID for requested interrupt (0-255) 68 cell 3: the requested peripheral interrupt (0-7)
|
/linux-6.3-rc2/arch/x86/kernel/fpu/ |
A D | xstate.c | 1584 static int __xstate_request_perm(u64 permitted, u64 requested, bool guest) in __xstate_request_perm() argument 1600 if ((permitted & requested) == requested) in __xstate_request_perm() 1604 mask = permitted | requested; in __xstate_request_perm() 1638 u64 permitted, requested; in xstate_request_perm() local 1649 requested = xstate_prctl_req[idx]; in xstate_request_perm() 1650 if (!requested) in xstate_request_perm() 1653 if ((fpu_user_cfg.max_features & requested) != requested) in xstate_request_perm() 1658 if ((permitted & requested) == requested) in xstate_request_perm() 1669 ret = __xstate_request_perm(permitted, requested, guest); in xstate_request_perm()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mtd/ |
A D | arm,pl353-nand-r2p1.yaml | 25 - description: Offset of the memory region requested by the device 26 - description: Length of the memory region requested by the device
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A 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-6.3-rc2/drivers/net/wwan/iosm/ |
A 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()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/ |
A D | imx31-clock.yaml | 88 interrupt for DVFS when a frequency change is requested, request 2 is 89 to generate interrupt for DPTC when a voltage change is requested.
|