Home
last modified time | relevance | path

Searched full:requested (Results 1 – 25 of 3654) sorted by relevance

12345678910>>...147

/openbmc/linux/include/linux/gpio/
H A Dconsumer.h244 /* GPIO can never have been requested */ in gpiod_put()
253 /* GPIO can never have been requested */ in devm_gpiod_unhinge()
261 /* GPIO can never have been requested */ in gpiod_put_array()
314 /* GPIO can never have been requested */ in devm_gpiod_put()
323 /* GPIO can never have been requested */ in devm_gpiod_put_array()
330 /* GPIO can never have been requested */ in gpiod_get_direction()
336 /* GPIO can never have been requested */ in gpiod_direction_input()
342 /* GPIO can never have been requested */ in gpiod_direction_output()
348 /* GPIO can never have been requested */ in gpiod_direction_output_raw()
366 /* GPIO can never have been requested */ in gpiod_get_value()
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-io.json360 …"PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of …
371 …"PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of …
382 …"PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of …
393 …"PublicDescription": "Data requested by the CPU : Core reading from Card's MMIO space : Number of …
398 "BriefDescription": "Data requested by the CPU : Core reading from Cards MMIO space",
404 …"PublicDescription": "Data requested by the CPU : Core reading from Cards MMIO space : Number of D…
409 "BriefDescription": "Data requested by the CPU : Core reading from Cards MMIO space",
415 …"PublicDescription": "Data requested by the CPU : Core reading from Cards MMIO space : Number of D…
420 "BriefDescription": "Data requested by the CPU : Core reading from Cards MMIO space",
426 …"PublicDescription": "Data requested by the CPU : Core reading from Cards MMIO space : Number of D…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/
H A Duncore-io.json12 …"PublicDescription": "Data requested of the CPU : Card reading from DRAM : Number of DWs (4 bytes)…
27 …"PublicDescription": "Data requested of the CPU : Card writing to DRAM : Number of DWs (4 bytes) t…
322 "BriefDescription": "Data requested by the CPU : Core reading from Card's PCICFG space",
328 …"PublicDescription": "Data requested by the CPU : Core reading from Card's PCICFG space : Number o…
333 "BriefDescription": "Data requested by the CPU : Core reading from Card's PCICFG space",
339 …"PublicDescription": "Data requested by the CPU : Core reading from Card's PCICFG space : Number o…
344 "BriefDescription": "Data requested by the CPU : Core reading from Card's PCICFG space",
350 …"PublicDescription": "Data requested by the CPU : Core reading from Card's PCICFG space : Number o…
355 "BriefDescription": "Data requested by the CPU : Core reading from Card's PCICFG space",
361 …"PublicDescription": "Data requested by the CPU : Core reading from Card's PCICFG space : Number o…
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/
H A Duncore-io.json293 "BriefDescription": "Data requested by the CPU : Core reading from Card's PCICFG space",
299 …"PublicDescription": "Data requested by the CPU : Core reading from Card's PCICFG space : Number o…
304 "BriefDescription": "Data requested by the CPU : Core reading from Card's PCICFG space",
310 …"PublicDescription": "Data requested by the CPU : Core reading from Card's PCICFG space : Number o…
315 "BriefDescription": "Data requested by the CPU : Core reading from Card's PCICFG space",
321 …"PublicDescription": "Data requested by the CPU : Core reading from Card's PCICFG space : Number o…
326 "BriefDescription": "Data requested by the CPU : Core reading from Card's PCICFG space",
332 …"PublicDescription": "Data requested by the CPU : Core reading from Card's PCICFG space : Number o…
337 "BriefDescription": "Data requested by the CPU : Core reading from Card's PCICFG space",
343 …"PublicDescription": "Data requested by the CPU : Core reading from Card's PCICFG space : Number o…
[all …]
/openbmc/linux/security/selinux/include/
H A Davc.h51 u32 requested; member
63 static inline u32 avc_audit_required(u32 requested, in avc_audit_required() argument
70 denied = requested & ~avd->allowed; in avc_audit_required()
92 audited = denied = requested; in avc_audit_required()
94 audited = requested & avd->auditallow; in avc_audit_required()
100 u32 requested, u32 audited, u32 denied, int result,
108 * @requested: requested permissions
123 u16 tclass, u32 requested, in avc_audit() argument
129 audited = avc_audit_required(requested, avd, result, 0, &denied); in avc_audit()
133 requested, audited, denied, result, in avc_audit()
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/
H A Dmmu.json21 "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…
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/
H A Dmmu.json21 "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…
/openbmc/linux/security/selinux/
H A Davc.c385 static inline u32 avc_xperms_audit_required(u32 requested, in avc_xperms_audit_required() argument
394 denied = requested & ~avd->allowed; in avc_xperms_audit_required()
399 audited &= ~requested; in avc_xperms_audit_required()
402 audited = denied = requested; in avc_xperms_audit_required()
404 audited = requested & avd->auditallow; in avc_xperms_audit_required()
407 audited &= ~requested; in avc_xperms_audit_required()
416 u32 requested, struct av_decision *avd, in avc_xperms_audit() argument
424 requested, avd, xpd, perm, result, &denied); in avc_xperms_audit()
427 return slow_avc_audit(ssid, tsid, tclass, requested, in avc_xperms_audit()
757 u32 requested, u32 audited, u32 denied, int result, in slow_avc_audit() argument
[all …]
/openbmc/u-boot/include/
H A Dclk.h137 * requested clocks.
140 * clock has been previously requested and then will disable and free it.
143 * requested by clk_request/get_by_*().
192 * requested clocks in a clock bulk struct.
195 * if clock has been previously requested and then will disable and free it.
198 * requested by clk_get_bulk().
223 * clock_free - Free a previously requested clock.
225 * @clock: A clock struct that was previously successfully requested by
234 * @clk: A clock struct that was previously successfully requested by
243 * @clk: A clock struct that was previously successfully requested by
[all …]
H A Dreset.h147 * reset_free - Free a previously requested reset signal.
150 * requested by reset_get_by_*().
164 * requested by reset_get_by_*().
179 * requested by reset_get_bulk().
192 * requested by reset_get_by_*().
206 * requested by reset_get_bulk().
221 * reset_release_all - Assert/Free an array of previously requested resets.
224 * reset has been previously requested and then will assert and free it.
227 * requested by reset_get_by_*().
234 * reset_release_bulk - Assert/Free an array of previously requested reset
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dmemory.json64 …"BriefDescription": "L1 DTLB misses with L2 DTLB misses (page-table walks are requested) for 4k pa…
70 …"BriefDescription": "L1 DTLB misses with L2 DTLB misses (page-table walks are requested) for coale…
76 …"BriefDescription": "L1 DTLB misses with L2 DTLB misses (page-table walks are requested) for 2M pa…
82 …"BriefDescription": "L1 DTLB misses with L2 DTLB misses (page-table walks are requested) for 1G pa…
88 …"BriefDescription": "L1 DTLB misses with L2 DTLB misses (page-table walks are requested) for all p…
123 …tion fetches that miss in both the L1 and L2 ITLBs (page-table walks are requested) for 4k pages.",
129 …tion fetches that miss in both the L1 and L2 ITLBs (page-table walks are requested) for 2M pages.",
135 …tion fetches that miss in both the L1 and L2 ITLBs (page-table walks are requested) for 1G pages.",
141 …ion fetches that miss in both the L1 and L2 ITLBs (page-table walks are requested) for coalesced p…
147 …ion fetches that miss in both the L1 and L2 ITLBs (page-table walks are requested) for all page si…
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_nodeattrib.c51 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 …]
/openbmc/phosphor-fan-presence/control/json/actions/
H A Drequest_target_base.hpp30 * @class RequestTargetBase - Action to set the requested target base
32 * Sets the base of a calculated requested target to the maximum value found
33 * from the properties given within a group. The requested target base is what
34 * the calculated requested target should be determined from when changing fan
35 * targets. By default, the base of the next calculated requested target is the
55 * @brief Update the requested target base
66 * objects and sets the requested target base to this value. Only positive
H A Dnet_target_increase.hpp35 * Calculates the net target increase to be requested based on the value of each
38 * is the increase change that's requested to the current target of a zone.
66 * Determines the net target increase delta to be requested based on the
70 * requested. For boolean & string values, the configured delta is
71 * requested when a property of the group equals the configured state. For
76 * requested on the zone.
H A Dnet_target_decrease.hpp35 * Calculates the net target decrease to be requested based on the value of each
38 * is the decrease change that's requested to the current target of a zone.
66 * Determines the net target decrease delta to be requested based on the
70 * requested. For boolean & string values, the configured delta is
71 * requested when a property of the group equals the configured state. For
76 * requested on the zone.
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_read_unittest.cpp21 uint32_t requested = 0x100; in TEST() local
23 std::vector<uint8_t> result = mgr.read(sess, ofs, requested); in TEST()
39 uint32_t requested = 0x100; in TEST() local
47 std::vector<uint8_t> result = mgr.read(sess, ofs, requested); in TEST()
63 uint32_t requested = 0x10; in TEST() local
72 EXPECT_CALL(*m1ptr, read(sess, ofs, requested)).WillOnce(Return(data)); in TEST()
74 std::vector<uint8_t> result = mgr.read(sess, ofs, requested); in TEST()
/openbmc/phosphor-fan-presence/docs/control/
H A Dzones.md42 NetTargetIncrease requests an increase. All increases requested inside of this
43 interval are analyzed and if the highest requested target is greater than the
49 Optional with a default of zero, meaning increases are immediately requested.
56 NetTargetDecrease requests a decrease. All increases and decreases requested
57 inside of this interval are analyzed and if the highest requested target is
60 Optional with a default of zero, meaning decreases are immediately requested.
/openbmc/linux/include/sound/
H A Dpcm_oss.h29 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 */
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-create-bufs.rst43 ``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
/openbmc/linux/tools/testing/memblock/tests/
H A Dalloc_exact_nid_api.c24 * has enough memory to allocate a region of the requested size.
25 * Expect to allocate an aligned region at the end of the requested node.
69 * | | requested | |
76 * Expect to allocate an aligned region at the end of the requested node. The
123 * node is the requested node:
130 * | | requested | node3 | |
138 * the end of the requested node.
179 * and max_addr range and overlaps with two different nodes, where the requested
187 * | | requested | | node1 | node2 | |
195 * the end of the requested node.
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_lvds_connector.c66 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()
/openbmc/linux/include/trace/events/
H A Davc.h25 __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,
/openbmc/linux/include/linux/
H A Dgpio.h54 * can successfully be requested and used.
158 /* GPIO can never have been requested */ in gpio_free()
166 /* GPIO can never have been requested */ in gpio_free_array()
182 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value()
189 /* GPIO can never have been requested or set as output */ in gpio_set_value()
195 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value_cansleep()
202 /* GPIO can never have been requested or set as output */ in gpio_set_value_cansleep()
208 /* GPIO can never have been requested or set as input */ in gpio_to_irq()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dio.c16 * + 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
/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Duncore-io.json176 "BriefDescription": "Data requested by the CPU; Core reading from Card's PCICFG space",
187 "BriefDescription": "Data requested by the CPU; Core reading from Card's PCICFG space",
198 "BriefDescription": "Data requested by the CPU; Core reading from Card's PCICFG space",
209 "BriefDescription": "Data requested by the CPU; Core reading from Card's PCICFG space",
220 "BriefDescription": "Data requested by the CPU; Core reading from Card's PCICFG space",
231 "BriefDescription": "Data requested by the CPU; Core reading from Card's PCICFG space",
242 "BriefDescription": "Data requested by the CPU; Core writing to Card's PCICFG space",
253 "BriefDescription": "Data requested by the CPU; Core writing to Card's PCICFG space",
264 "BriefDescription": "Data requested by the CPU; Core writing to Card's PCICFG space",
275 "BriefDescription": "Data requested by the CPU; Core writing to Card's PCICFG space",
[all …]

12345678910>>...147