Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 200 of 248) sorted by relevance

12

/linux-4.4.14/security/selinux/include/
Davc.h56 u32 requested; member
68 static inline u32 avc_audit_required(u32 requested, in avc_audit_required() argument
75 denied = requested & ~avd->allowed; in avc_audit_required()
97 audited = denied = requested; in avc_audit_required()
99 audited = requested & avd->auditallow; in avc_audit_required()
105 u32 requested, u32 audited, u32 denied, int result,
130 u16 tclass, u32 requested, in avc_audit() argument
137 audited = avc_audit_required(requested, avd, result, 0, &denied); in avc_audit()
141 requested, audited, denied, result, in avc_audit()
148 u16 tclass, u32 requested,
[all …]
/linux-4.4.14/security/selinux/
Davc.c439 static inline u32 avc_xperms_audit_required(u32 requested, in avc_xperms_audit_required() argument
448 denied = requested & ~avd->allowed; in avc_xperms_audit_required()
453 audited &= ~requested; in avc_xperms_audit_required()
456 audited = denied = requested; in avc_xperms_audit_required()
458 audited = requested & avd->auditallow; in avc_xperms_audit_required()
461 audited &= ~requested; in avc_xperms_audit_required()
470 u32 requested, struct av_decision *avd, in avc_xperms_audit() argument
478 requested, avd, xpd, perm, result, &denied); in avc_xperms_audit()
481 return slow_avc_audit(ssid, tsid, tclass, requested, in avc_xperms_audit()
742 u32 requested, u32 audited, u32 denied, int result, in slow_avc_audit() argument
[all …]
DKconfig84 that determines whether SELinux checks the protection requested
90 default to checking the protection requested by the application.
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_lvds_connector.c75 long actual, requested; in mdp4_lvds_connector_mode_valid() local
77 requested = 1000 * mode->clock; in mdp4_lvds_connector_mode_valid()
78 actual = mdp4_lcdc_round_pixclk(encoder, requested); in mdp4_lvds_connector_mode_valid()
80 DBG("requested=%ld, actual=%ld", requested, actual); in mdp4_lvds_connector_mode_valid()
82 if (actual != requested) in mdp4_lvds_connector_mode_valid()
/linux-4.4.14/drivers/gpu/drm/msm/edp/
Dedp_connector.c73 long actual, requested; in edp_connector_mode_valid() local
75 requested = 1000 * mode->clock; in edp_connector_mode_valid()
77 requested, edp_connector->edp->encoder); in edp_connector_mode_valid()
79 DBG("requested=%ld, actual=%ld", requested, actual); in edp_connector_mode_valid()
80 if (actual != requested) in edp_connector_mode_valid()
/linux-4.4.14/fs/gfs2/
Dtrans.h31 static inline unsigned int gfs2_rg_blocks(const struct gfs2_inode *ip, unsigned requested) in gfs2_rg_blocks() argument
33 if (requested < ip->i_rgd->rd_length) in gfs2_rg_blocks()
34 return requested + 1; in gfs2_rg_blocks()
Daops.c651 unsigned requested = 0; in gfs2_write_begin() local
678 requested = data_blocks + ind_blocks; in gfs2_write_begin()
679 ap.target = requested; in gfs2_write_begin()
697 rblocks += gfs2_rg_blocks(ip, requested); in gfs2_write_begin()
/linux-4.4.14/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-4.4.14/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.
Dsysfs-platform-kim11 dameon and opens the device when install is requested.
23 daemon when the ldisc install is requested.
Dsysfs-devices-system-cpu214 limits for the P-state that will be requested by the
217 max_perf_pct: limits the maximum P state that will be requested by
220 min_perf_pct: limits the minimum P state that will be requested by
Dsysfs-wusb_cbaf20 this host is requested.
Dsysfs-driver-ppi51 a requested operation. The format is "<action num>: <action
Dsysfs-class-scsi_tape43 Shows the total number of bytes requested from the tape drive.
Dsysfs-class-cxl25 requested by userspace. The default on probe is the maximum
Dsysfs-bus-iio599 Note the driver will assume the last p events requested are
601 depending on the exact set requested. So if you want to be
653 Note the driver will assume the last p events requested are
655 vary depending on the exact set requested. So if you want to be
1364 Blocking read will wait until the minimum between the requested
Dsysfs-class-regulator235 requested_microamps. This holds the total requested load
/linux-4.4.14/scripts/coccinelle/misc/
Dirqf_oneshot.cocci2 /// threaded IRQs without a primary handler need to be requested with
85 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
91 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
/linux-4.4.14/Documentation/blackfin/
Dbfin-gpio-notes.txt47 Once a pin is requested, it can't be requested again before it is freed by
55 - Kernel permit the identical GPIO be requested both as GPIO and GPIO
68 - Kernel permit the identical GPIO be requested from the same driver twice.
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_gtm.c100 if (!gtm->timers[i].requested) { in gtm_get_timer16()
101 gtm->timers[i].requested = true; in gtm_get_timer16()
136 if (gtm->timers[timer].requested) in gtm_get_specific_timer16()
140 ret->requested = true; in gtm_get_specific_timer16()
160 tmr->requested = false; in gtm_put_timer16()
/linux-4.4.14/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-4.4.14/drivers/staging/unisys/visorbus/
Dvisorchannel.c40 bool requested; member
88 channel->requested = request_mem_region(physaddr, size, MYDRVNAME); in visorchannel_create_guts()
89 if (!channel->requested) { in visorchannel_create_guts()
117 if (channel->requested) in visorchannel_create_guts()
120 channel->requested = request_mem_region(channel->physaddr, in visorchannel_create_guts()
122 if (!channel->requested) { in visorchannel_create_guts()
172 if (channel->requested) in visorchannel_destroy()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Datmel-hlcdc.txt11 - clock-names: the name of the 3 clocks requested by the HLCDC device.
13 - clocks: should contain the 3 clocks requested by the HLCDC device.
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dti,cdce925.txt25 present, the clock runs at the requested frequency on average. Otherwise
26 the requested frequency is the maximum value of the SCC range.
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c201 u64 allowed, requested; in pt_event_valid() local
211 requested = (config & RTIT_CTL_PSB_FREQ) >> in pt_event_valid()
213 if (requested && (!(allowed & BIT(requested)))) in pt_event_valid()
217 requested = (config & RTIT_CTL_CYC_THRESH) >> in pt_event_valid()
219 if (requested && (!(allowed & BIT(requested)))) in pt_event_valid()
238 requested = (config & RTIT_CTL_MTC_RANGE) >> in pt_event_valid()
241 if (!(allowed & BIT(requested))) in pt_event_valid()
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi_connector.c432 long actual, requested; in hdmi_connector_mode_valid() local
434 requested = 1000 * mode->clock; in hdmi_connector_mode_valid()
436 requested, hdmi_connector->hdmi->encoder); in hdmi_connector_mode_valid()
445 DBG("requested=%ld, actual=%ld", requested, actual); in hdmi_connector_mode_valid()
447 if (actual != requested) in hdmi_connector_mode_valid()
/linux-4.4.14/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.
Dintel-pstate.txt29 max_perf_pct: limits the maximum P state that will be requested by
34 min_perf_pct: limits the minimum P state that will be requested by
/linux-4.4.14/Documentation/w1/
Dw1.netlink9 is found either due to automatic or requested search.
131 requested by the user, i.e. read/write/touch IO requests will not contain
159 When found, master device (requested or those one on where slave device
160 is found) is locked. If slave command is requested, then reset/select
163 Then all requested in w1_netlink_msg operations are performed one by one.
/linux-4.4.14/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()
Dsnic.h220 int requested; member
/linux-4.4.14/drivers/iommu/
Dintel-svm.c507 unsigned long requested = 0; in access_error() local
510 requested |= VM_EXEC; in access_error()
513 requested |= VM_READ; in access_error()
516 requested |= VM_WRITE; in access_error()
518 return (requested & ~vma->vm_flags) != 0; in access_error()
Damd_iommu_v2.c499 unsigned long requested = 0; in access_error() local
502 requested |= VM_EXEC; in access_error()
505 requested |= VM_READ; in access_error()
508 requested |= VM_WRITE; in access_error()
510 return (requested & ~vma->vm_flags) != 0; in access_error()
/linux-4.4.14/arch/powerpc/include/asm/
Dfsl_gtm.h27 bool requested; member
/linux-4.4.14/drivers/gpu/host1x/
Dsyncpt.c40 if (!bases[i].requested) in host1x_syncpt_base_request()
46 bases[i].requested = true; in host1x_syncpt_base_request()
53 base->requested = false; in host1x_syncpt_base_free()
Dsyncpt.h36 bool requested; member
/linux-4.4.14/drivers/firmware/broadcom/
DKconfig9 This driver provides an easy way to get value of requested parameter.
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c313 long actual, requested; in dsi_mgr_connector_mode_valid() local
316 requested = 1000 * mode->clock; in dsi_mgr_connector_mode_valid()
317 actual = kms->funcs->round_pixclk(kms, requested, encoder); in dsi_mgr_connector_mode_valid()
319 DBG("requested=%ld, actual=%ld", requested, actual); in dsi_mgr_connector_mode_valid()
320 if (actual != requested) in dsi_mgr_connector_mode_valid()
/linux-4.4.14/fs/nfsd/
Dnfsfh.c62 nfsd_mode_check(struct svc_rqst *rqstp, umode_t mode, umode_t requested) in nfsd_mode_check() argument
66 if (requested == 0) /* the caller doesn't care */ in nfsd_mode_check()
68 if (mode == requested) in nfsd_mode_check()
76 if (requested == S_IFDIR) in nfsd_mode_check()
/linux-4.4.14/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S108 ldr r10, [r12, #IRQ_SIR_FIQ_REG_OFFSET] @ get requested interrupt number
134 orr r11, r11, r13 @ mask all requested interrupts
221 hksw: @Is hook switch interrupt requested?
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.c619 __u64 requested) in nfs4_ff_layout_stat_io_update_requested() argument
624 iostat->bytes_requested += requested; in nfs4_ff_layout_stat_io_update_requested()
629 __u64 requested, in nfs4_ff_layout_stat_io_update_completed() argument
640 iostat->bytes_not_delivered += requested - completed; in nfs4_ff_layout_stat_io_update_completed()
653 __u64 requested, ktime_t now) in nfs4_ff_layout_stat_io_start_read() argument
659 nfs4_ff_layout_stat_io_update_requested(&mirror->read_stat, requested); in nfs4_ff_layout_stat_io_start_read()
669 __u64 requested, in nfs4_ff_layout_stat_io_end_read() argument
674 requested, completed, in nfs4_ff_layout_stat_io_end_read()
682 __u64 requested, ktime_t now) in nfs4_ff_layout_stat_io_start_write() argument
688 nfs4_ff_layout_stat_io_update_requested(&mirror->write_stat, requested); in nfs4_ff_layout_stat_io_start_write()
[all …]
/linux-4.4.14/drivers/net/can/softing/
Dsofting_main.c437 } else if (card->irq.requested && !enable) { in softing_enable_irq()
439 card->irq.requested = 0; in softing_enable_irq()
440 } else if (!card->irq.requested && enable) { in softing_enable_irq()
452 card->irq.requested = 1; in softing_enable_irq()
466 if (card->irq.requested && card->irq.nr) { in softing_card_shutdown()
468 card->irq.requested = 0; in softing_card_shutdown()
Dsofting.h52 int requested; member
/linux-4.4.14/Documentation/video4linux/
Dsh_mobile_ceu_camera.txt75 3. Calculate new combined scales from "effective" input window to requested user
105 10. Use CEU scaling to scale to the requested user window:
Domap3isp.txt224 module's data output depends on the requested configuration. Although the
232 The internal buffer size allocation considers the requested configuration's
242 data. After a configuration is requested, the config_counter returned to user
245 buffer is requested, this config_counter is used to match a buffer data and a
Dsoc-camera.txt158 configure camera drivers to produce the FOURCC format, requested by the user,
Duvcvideo.txt136 The requested offset and size would overflow the UVC control.
Dvideobuf196 if they are needed to satisfy the count requested by the application. A
/linux-4.4.14/Documentation/
Dxillybus.txt157 has been requested by a read() call. On synchronous pipes, only the amount
158 of data requested by a read() call is transmitted.
166 that read() or write() completes less bytes than requested. There is a
214 applies) may return with less than the requested number of bytes. The common
354 since large continuous physical memory segments are sometimes requested,
359 buffer size in the IDT. If a requested buffer is larger or equal to a page,
360 the necessary number of pages is requested from the kernel, and these are
361 used for this buffer. If the requested buffer is smaller than a page, one
362 single page is requested from the kernel, and that page is partially used.
364 into that page. It can be shown that all pages requested from the kernel
Dmen-chameleon-bus.txt91 Each MCB device has exactly one memory resource, which can be requested from
94 is already requested from the kernel by calling request_mem_region().
98 Each MCB device has exactly one IRQ resource, which can be requested from the
Dio-mapping.txt71 map_atomic and map functions add the requested offset to the base of the
Diostats.txt121 This is the total number of sectors requested to be read from this
126 This is the total number of sectors requested to be written to
Dvgaarbiter.txt124 resources as locked. If the resources requested are "normal" (and not legacy)
129 forwarding on P2P bridges if necessary, so that the requested resources can
Dpwm.txt43 After being requested, a PWM has to be configured using:
Dpadata.txt147 the CPU requested in the initial call to padata_do_parallel(); it, too, is
Dunaligned-memory-access.txt59 silently perform a different memory access to the one that was requested,
Dhwspinlock.txt55 be requested using the normal hwspin_lock_request_specific() API.
Dmd.txt496 check - A full check of redundancy was requested and is
501 similar to 'resync', but was requested by the
Doops-tracing.txt251 7: 'U' if a user or user application specifically requested that the
Dvme_api.txt100 such any combination of the attributes can be requested for a single window,
Dmedia-framework.txt293 The flags argument contains the requested new link flags.
Dpinctrl.txt567 whether or not the requested function can actually be allowed, and in case it
568 is possible to perform the requested mux setting, poke the hardware so that
1287 requested pinctrl handles, for example if the pinctrl driver has not yet
/linux-4.4.14/drivers/iio/common/hid-sensors/
DKconfig23 Triggers will be send if all requested attributes were read.
/linux-4.4.14/drivers/cdrom/
Dcdrom.c1562 u_char * curr, u_char requested) in sanitize_format() argument
1564 if (*curr == requested) in sanitize_format()
1566 if (requested == CDROM_LBA) { in sanitize_format()
1577 *curr = requested; in sanitize_format()
2594 u8 requested, back; in cdrom_ioctl_get_subchnl() local
2602 requested = q.cdsc_format; in cdrom_ioctl_get_subchnl()
2603 if (requested != CDROM_MSF && requested != CDROM_LBA) in cdrom_ioctl_get_subchnl()
2612 sanitize_format(&q.cdsc_absaddr, &back, requested); in cdrom_ioctl_get_subchnl()
2613 sanitize_format(&q.cdsc_reladdr, &q.cdsc_format, requested); in cdrom_ioctl_get_subchnl()
3018 u_char requested, back; in mmc_ioctl_cdrom_subchannel() local
[all …]
/linux-4.4.14/drivers/w1/
DKconfig24 either due to automatic or requested search.
/linux-4.4.14/Documentation/devicetree/bindings/display/msm/
Dgpu.txt18 - qcom,gpu-freq: requested gpu clock speed
/linux-4.4.14/fs/cifs/
Dsess.c483 select_sectype(struct TCP_Server_Info *server, enum securityEnum requested) in select_sectype() argument
487 switch (requested) { in select_sectype()
490 return requested; in select_sectype()
503 switch (requested) { in select_sectype()
506 return requested; in select_sectype()
517 switch (requested) { in select_sectype()
519 return requested; in select_sectype()
Dcifsproto.h126 enum securityEnum requested);
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_isr.c162 if (fnic->msix[i].requested) in fnic_free_intr()
224 fnic->msix[i].requested = 1; in fnic_request_intr()
Dfnic.h182 int requested; member
/linux-4.4.14/Documentation/filesystems/
Dautomount-support.txt4 performed and mountpoint degradation to be requested. The latter can
5 also be requested by userspace.
Dnilfs2.txt100 NILFS_IOCTL_GET_CPINFO Return info about requested checkpoints. This
108 NILFS_IOCTL_GET_SUINFO Return segment usage info about requested
113 NILFS_IOCTL_SET_SUINFO Modify segment usage info of requested
132 environment of requested parameters from
Dspufs.txt77 If a count smaller than four is requested, read returns -1 and
91 If a count smaller than four is requested, read returns -1 and
112 four is requested, write returns -1 and sets errno to EINVAL. If there
138 If a count smaller than four is requested, read returns -1 and
198 If a count smaller than four is requested, read returns -1 and
204 If a count smaller than four is requested, write returns -1 and
220 If a count smaller than four is requested, read returns -1 and
226 If a count smaller than four is requested, write returns -1 and
Ddax.txt37 number of bytes being requested. The function should return the number
Dfiemap.txt70 allocated is less than would be required to map the requested range,
74 complete the requested range and will not have the FIEMAP_EXTENT_LAST
Dqnx6.txt170 time or a filesystem sync is requested), serial of the previously inactive
Dafs.txt122 culled first. If all are culled, then the requested volume will also be
Dautofs4-mount-control.txt248 and sets the requested version number in structure field arg1. These
346 requested by setting the arg1 field to 1. If no expire candidates can
Doverlayfs.txt74 Then whenever a lookup is requested in such a merged directory, the
Dgfs2-glocks.txt157 the lock is exclusive, i.e. a lock demotion (b) the requested
/linux-4.4.14/Documentation/w1/masters/
Dds249035 command and slave rom id prepended to the front of the requested
47 detail, but my observation is if fewer bytes are requested than are
/linux-4.4.14/Documentation/networking/
Dtimestamping.txt62 requested by a particular socket, such as when receive timestamping is
358 the requested fine-grained filtering for incoming packets is not
359 supported, the driver may time stamp more than just the requested types
362 Drivers are free to use a more permissive configuration than the requested
371 requested packets cannot be time stamped, then nothing should be
409 /* return value: time stamp all packets requested plus some others */
442 - If this is possible for the skb and requested, then declare
453 as possible. skb_tx_timestamp() provides a software time stamp if requested
Dnetdev-features.txt35 4. netdev->wanted_features set contains feature set requested by user.
55 2. user requested changes in features state
D3c509.txt175 0x40 The driver has requested an interrupt
186 0x40 Tx interrupt requested.
Dnfc.txt98 All polling operations requested through one netlink socket are stopped when
Dnetdev-FAQ.txt181 it is requested that you make it look like this:
196 A: No. The current netdev maintainer has consistently requested that people
Dxfrm_sync.txt143 The threshold TLVs will be included if explicitly requested in
Dlapb-module.txt207 being requested by a call to lapb_connect_request (see above). The reason is
Drxrpc.txt139 requested, the server then issues a "challenge" and then the client
152 been received but may yet be discarded and re-requested. The sender may
882 requested ack.
Daltera_tse.txt71 resource required to send and track the requested transmit operation.
Dcan.txt176 requested by the user. The subscription and unsubscription of
181 into several specific lists per device that match the requested
234 be requested by the user application using the common CAN filter
/linux-4.4.14/drivers/scsi/libfc/
Dfc_disc.c228 disc->requested = 1; in fc_disc_restart()
281 if (disc->requested) { in fc_disc_done()
365 disc->requested = 0; in fc_disc_gpn_ft_req()
/linux-4.4.14/sound/ppc/
Dpmac.h116 unsigned int requested; member
Dpmac.c879 if (chip->requested & (1 << i)) in snd_pmac_free()
1213 chip->requested = 0; in snd_pmac_new()
1234 chip->requested |= (1 << i); in snd_pmac_new()
1259 chip->requested |= (1 << i); in snd_pmac_new()
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Dinfo.txt46 If specified, mount will fail if the server does not support requested crypto operations.
83 is set to /mnt, server will negotiate hash/cipher with client, in case client requested it, there
Dnetwork_protocol.txt50 but size of the requested data is incorporated here. It does not include size of the command
/linux-4.4.14/security/smack/
DKconfig22 message about the access requested is generated. The
/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt51 requested uffdio_api.api is spoken also by the running kernel and the
52 requested features are going to be enabled) will return into
132 requested through an userfault).
Dhugetlbpage.txt71 number of huge pages requested. This is the most reliable method of
117 requested by applications. Writing any non-zero value into this file
229 5) Boot-time huge page allocation attempts to distribute the requested number
Dpagemap.txt110 no page frame exists at the requested address
/linux-4.4.14/arch/alpha/lib/
Dev6-memset.S55 ble $18,end_b # U : zero length requested?
247 ble $18,end # U : zero length requested?
426 ble $18, end_w # U : zero length requested?
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Djz4780-dma.txt17 requested by a client. The primary use for this is channels 0 and 1, which
Darm-pl08x.txt29 - dma-names: Names of the aforementioned requested channels
Dti-dma-crossbar.txt25 When mux 0 is used the DMA channel can be requested directly from edma node.
Dste-dma40.txt34 - dma-names: Names of the aforementioned requested channels
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs.txt98 -o osdname of the requested target OSD
102 -s systemid of the requested target OSD
/linux-4.4.14/Documentation/usb/
DURB.txt23 queued the requested action.
136 - Too many requested ISO frames (-EFBIG)
229 value that is less than or equal to the requested interval value. If
256 value that is less than or equal to the requested interval value.
Ddwc3.txt16 - interrupts are requested / allocated on usb_ep_enable() and removed on
Derror-codes.txt51 (c) requested data transfer length is invalid: negative
82 transferred length is less than the requested length and the URB_SHORT_NOT_OK
Dmtouchusb.txt54 requested from the userspace (And the drivers would handle the vendor specific
Dbulk-streams.txt44 requested.
Dusbmon.txt163 - Data Length. For submissions, this is the requested length. For callbacks,
263 The size may be rounded down to the next chunk (or page). If the requested
317 than requested, all events present are removed, and no error is reported.
Dusb-serial.txt309 requested state and may not reflect current state as set by
314 states reported by the interrupt and the states requested.
/linux-4.4.14/drivers/acpi/
Dpci_root.c424 u32 support, control, requested; in negotiate_os_control() local
486 requested = control; in negotiate_os_control()
501 decode_osc_control(root, "OS requested", requested); in negotiate_os_control()
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm.txt23 "pwm-names" property to map the name of the PWM device requested by the
/linux-4.4.14/drivers/staging/iio/Documentation/
Dring.txt36 as much data as requested.
/linux-4.4.14/include/uapi/linux/
Dethtool.h1043 __u32 requested; member
1069 __u32 requested; member
/linux-4.4.14/arch/m68k/fpsp040/
Dsrem_mod.S26 | is requested.
44 | MOD is requested, go to Step 6.
46 | Step 5. R = MOD(X,Y), but REM(X,Y) is requested.
Dssin.S13 | COS is requested. Otherwise, for SINCOS, sin(X) is returned
/linux-4.4.14/drivers/video/fbdev/vermilion/
Dvermilion.c198 size_t requested, in vmlfb_alloc_vram() argument
213 while (requested > (PAGE_SIZE << order) && order < MAX_ORDER) in vmlfb_alloc_vram()
252 if (requested < va->size) in vmlfb_alloc_vram()
255 requested -= va->size; in vmlfb_alloc_vram()
/linux-4.4.14/Documentation/gpio/
Dsysfs.txt48 for GPIO #19, if that's not requested by kernel code.
122 requested using gpio_request():
Ddriver.txt62 requested as GPIOs. They can use gpiochip_is_requested(), which returns either
63 NULL or the label associated with that GPIO when it was requested.
209 Input GPIOs can be used as IRQ signals. When this happens, a driver is requested
263 Descriptors requested with gpiochip_request_own_desc() must be released with
Dconsumer.txt29 device that will use the GPIO and the function the requested GPIO is supposed to
62 instead of -ENOENT if no GPIO has been assigned to the requested function:
88 assigned to the requested function:
Dgpio-legacy.txt149 requested already. That compatibility is being removed from the optional
550 requested as GPIOs. They can use gpiochip_is_requested(), which returns
551 either NULL or the label associated with that GPIO when it was requested.
668 for GPIO #19, if that's not requested by kernel code.
742 requested using gpio_request():
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic.h49 int requested; member
Denic_main.c1533 if (enic->msix[i].requested) in enic_free_intr()
1600 enic->msix[i].requested = 0; in enic_request_intr()
1611 enic->msix[i].requested = 1; in enic_request_intr()
/linux-4.4.14/Documentation/leds/
Dleds-lp5521.txt43 the clock mode is automatically set to the requested one.
/linux-4.4.14/Documentation/pcmcia/
Ddriver-changes.txt21 Instead of win_req_t, drivers are now requested to fill out
28 Instead of io_req_t, drivers are now requested to fill out
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME.FPE93 the requested permissions conditions, and performs the requested operation.
/linux-4.4.14/Documentation/security/
DSmack.txt186 object label, and the third the requested access. The access
198 object label, and the third the requested access. The access
407 1. Any access requested by a task labeled "*" is denied.
408 2. A read or execute access requested by a task labeled "^"
410 3. A read or execute access requested on an object labeled "_"
412 4. Any access requested on an object labeled "*" is permitted.
413 5. Any access requested by a task on an object with the same
415 6. Any access requested that is explicitly defined in the loaded
733 the subject, the object, the rights requested, the action, the kernel function
Dkeys-request-key.txt87 (a) An uninstantiated key U of requested type and description.
Dkeys.txt97 Keys being requested from userspace will be in this state.
544 than requested to userspace. If the buffer pointer is NULL then no copy
707 This sets the default keyring to which implicitly requested keys will be
760 If the requested authority is unavailable, error EPERM will be returned,
779 than requested to userspace. If the buffer pointer is NULL then no copy
917 (*) A key can be requested asynchronously by calling one of:
Dcredentials.txt137 of its credentials. When an action is requested, they take the
/linux-4.4.14/sound/soc/codecs/
Dsigmadsp.c622 unsigned int requested) in sigmadsp_samplerate_valid() argument
628 return supported & requested; in sigmadsp_samplerate_valid()
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-floppy.1996-200219 * bytes requested on each interrupt to be zero.
/linux-4.4.14/Documentation/wimax/
DREADME.wimax21 stack will call in order to implement control operations requested by
/linux-4.4.14/arch/um/
DKconfig.um79 mconsole, followed by the letter for the requested command.
/linux-4.4.14/Documentation/ia64/
Daliasing.txt118 may not be requested as using the WC attribute.
120 If WC is requested, and the region in kern_memmap is either WC
/linux-4.4.14/drivers/xen/
DKconfig41 where <maxmem> is >= requested memory size,
44 where <memory> is requested memory size; alternatively memory
/linux-4.4.14/Documentation/s390/
Dcds.txt175 !NULL - The command requested.
392 cdev - ccw_device the resume operation is requested for
418 cdev : ccw_device the halt operation is requested for
450 cdev: ccw_device the clear operation is requested for
/linux-4.4.14/Documentation/acpi/
Dvideo_extension.txt28 brightness: on write, control method _BCM will run to set the requested
/linux-4.4.14/drivers/staging/unisys/Documentation/
Dproc-entries.txt85 and recovery tool mode requested for the next boot.
/linux-4.4.14/Documentation/powerpc/
Dptrace.txt86 request to ask for its removal. Return -ENOSPC if the requested breakpoint
/linux-4.4.14/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset40 requested.
/linux-4.4.14/Documentation/misc-devices/
Dspear-pcie-gadget.txt126 Should return 4 (number of requested MSI vector)
/linux-4.4.14/arch/m68k/ifpsp060/
DCHANGES59 requested by the package should return a failing value
/linux-4.4.14/Documentation/filesystems/caching/
Dobject.txt151 requested from either end.
285 The netfs requested that an object be updated. The state machine will ask
Dfscache.txt86 It instead serves the cache out in PAGE_SIZE chunks as and when requested by
/linux-4.4.14/tools/perf/Documentation/
Dperf-list.txt42 2 - SAMPLE_IP requested to have 0 skid
Dintel-pt.txt365 CYC packets are not requested by default.
641 Note also, the sched_switch event is only added if TSC packets are requested.
/linux-4.4.14/Documentation/networking/dsa/
Dbcm_sf2.txt110 MAC controller wake-on logic. Whenever Wake-on-LAN is requested, an intersection
Ddsa.txt366 Unless requested differently by setting the priv_size member accordingly, DSA
529 specified bridge being requested the join
/linux-4.4.14/include/scsi/
Dlibfc.h794 unsigned char requested; member
/linux-4.4.14/drivers/gpio/
Dgpiolib.c405 bool requested = false; in gpiochip_remove() local
421 requested = true; in gpiochip_remove()
426 if (requested) in gpiochip_remove()
/linux-4.4.14/tools/perf/config/
Dutilities.mak165 # relative path resolution is requested, as determined
/linux-4.4.14/arch/m68k/q40/
DREADME57 requested - SRAM must start with '%LX$' signature to do this. '-d' option
/linux-4.4.14/Documentation/hid/
Dhidraw.txt107 number of the requested report. For devices which do not use numbered
Dhid-transport.txt143 requested report ID on the ctrl channel as a synchronous acknowledgement.
/linux-4.4.14/mm/
Dvmstat.c670 unsigned long requested = 1UL << order; in __fragmentation_index() local
685 …return 1000 - div_u64( (1000+(div_u64(info->free_pages * 1000ULL, requested))), info->free_blocks_… in __fragmentation_index()
/linux-4.4.14/Documentation/x86/
Dpat.txt154 return uncached mapping in place of write-combine requested.
/linux-4.4.14/drivers/input/
DKconfig183 requested suspend through APM. This is useful on embedded
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt219 Each devres bookkeeping info is allocated together with requested data
/linux-4.4.14/Documentation/i2c/
Dslave-interface108 currently shifted out, this byte requested here is never used. It very likely
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-single.txt85 can be requested by the drivers using request_irq().
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dthermal.txt67 cooling state requested and the second cell is
68 the maximum cooling state requested in the reference.
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-api.txt92 the requested one due to limitation of the hardware.
Dwatchdog-kernel-api.txt162 achieved timeout value (which may be different from the requested one
/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt187 `get_requested_power()` calculates the power requested by the device
/linux-4.4.14/Documentation/sound/oss/
DOpti172 requested I get stereo-16 bit samples instead. Playback of
DIntroduction171 requested by modprobe. For example, my /etc/modprobe.d/oss.conf contains:
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc786 // if format requested, call function to calculate it, otherwise
837 // if requested, queue up a QUERY write after the copy has completed
/linux-4.4.14/Documentation/PCI/
DPCIEBUS-HOWTO.txt64 device to requested service drivers.
Dpci-error-recovery.txt158 If any driver requested a slot reset (by returning PCI_ERS_RESULT_NEED_RESET),
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h627 u8 requested; member
/linux-4.4.14/Documentation/dvb/
DREADME.dvb-usb40 feeds requested.
/linux-4.4.14/drivers/media/usb/pwc/
Dphilips.txt93 0 = prefer uncompressed images; if the requested mode is not available
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt131 requested by changing the system call to a valid syscall number. If
/linux-4.4.14/Documentation/hwmon/
Dlm90115 Datasheet: Not publicly available, can be requested from Nuvoton
/linux-4.4.14/net/core/
Dethtool.c132 features[i].requested = (u32)(dev->wanted_features >> (32 * i)); in ethtool_get_features()
173 wanted |= (netdev_features_t)features[i].requested << (32 * i); in ethtool_set_features()
/linux-4.4.14/Documentation/power/
Dpm_qos_interface.txt82 To change the requested target value the process needs to write an s32 value to
Dfreezing-of-tasks.txt200 requested early enough using the suspend notifier API described in notifiers.txt.
/linux-4.4.14/Documentation/sysctl/
Dfs.txt63 int want_pages; /* pages requested by system */
/linux-4.4.14/Documentation/frv/
Dmmu-layout.txt98 (1) If possible, kmap_atomic() attaches the requested page to one of DAMPR5 through DAMPR10
/linux-4.4.14/drivers/base/
DKconfig313 PAGE_SIZE order which is greater than or equal to the requested buffer
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt143 - in sched_setaffinity, to mask the requested CPUs by what's
147 - in the mbind and set_mempolicy system calls, to mask the requested
518 partition requested with the current, and updates its sched domains,
Dcgroups.txt209 matches, and any of the requested subsystems are in use in an existing
211 is activated, associated with the requested subsystems.
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex420 error. Note that if the door is already in the requested state, no
461 routines in \cdromc\ have sanitized this argument: its requested
463 addressing mode), whatever the calling software requested. But
465 return the requested information in $CDROM_MSF$ format if it wishes so
/linux-4.4.14/drivers/pwm/
DKconfig208 A maximum of 15 channels can be requested simultaneously and
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s171 // no channel loaded - perhaps we're requested to load one
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt431 Elements requested (up to 400)
/linux-4.4.14/Documentation/input/
Dsentelic.txt534 requested register value(?? indicates don't care byte):
633 8. the response read from FSP should be the requested page value.
/linux-4.4.14/Documentation/serial/
Ddriver451 This will free the requested gpios in mctrl_gpio_init().
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc229 // context switch, requested by GPU?
/linux-4.4.14/Documentation/isdn/
DREADME.gigaset152 Upon return, version[] is filled with the requested version information.
/linux-4.4.14/Documentation/development-process/
D1.Intro248 Copyright assignments are not required (or requested) for code contributed
/linux-4.4.14/Documentation/scsi/
Dscsi_eh.txt127 1. Turns on scmd->eh_eflags as requested. It's 0 for error
Dtmscsim.txt252 settings to see if everything changed as requested.
/linux-4.4.14/Documentation/ioctl/
Dcdrom.txt204 EINVAL requested track out of bounds
/linux-4.4.14/
DREADME57 or "make mandocs" will render the documentation in the requested format.
/linux-4.4.14/drivers/regulator/
DKconfig43 configuring the supplies requested. This is mainly useful

12